Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent 1b539af commit cd7d0eb
Show file tree
Hide file tree
Showing 55 changed files with 224 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-seas-battle.md

This file was deleted.

6 changes: 6 additions & 0 deletions inlang/development-projects/inlang-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-js-testapp

## 0.1.10

### Patch Changes

- @inlang/cli@2.16.2

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/development-projects/inlang-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-testapp",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/badge

## 0.7.20

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 0.7.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/badge",
"type": "module",
"version": "0.7.19",
"version": "0.7.20",
"private": true,
"exports": {
".": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/cli

## 2.16.2

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 2.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/cli",
"version": "2.16.1",
"version": "2.16.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/cross-sell-ninja

## 0.0.12

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 0.0.11

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/cross-sell-ninja",
"description": "A package to cross-sell Ninja",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/doc-layout-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/settings-component

## 0.0.3

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/doc-layout-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/doc-layout-component",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@inlang/settings-component": "^1.0.6",
"@inlang/settings-component": "^1.0.9",
"@isomorphic-git/cors-proxy": "^2.7.1",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/paraglide-js-e2e

## 0.0.18

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4
- @inlang/paraglide-js@1.8.0

## 0.0.17

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-e2e",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/github-lint-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/github-lint-action

## 0.2.27

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 0.2.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/github-lint-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/github-lint-action",
"description": "This action checks for translation issues within your PRs.",
"version": "0.2.26",
"version": "0.2.27",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions inlang/source-code/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# inlang-vs-code-extension

## 1.42.8

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4
- @inlang/rpc@0.3.15
- @inlang/settings-component@1.0.9
- @inlang/telemetry@0.3.30

## 1.42.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/opral/monorepo.git"
},
"icon": "assets/sherlock-logo.png",
"version": "1.42.7",
"version": "1.42.8",
"engines": {
"vscode": "^1.84.2"
},
Expand Down Expand Up @@ -210,7 +210,7 @@
"@inlang/result": "workspace:*",
"@inlang/rpc": "workspace:*",
"@inlang/sdk": "workspace:*",
"@inlang/settings-component": "^1.0.6",
"@inlang/settings-component": "^1.0.9",
"@inlang/telemetry": "workspace:*",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/message-bundle-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/message-bundle-component

## 0.1.1

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/message-bundle-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/message-bundle-component",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-astro

## 0.1.9

### Patch Changes

- @inlang/paraglide-vite@1.2.49

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-astro",
"version": "0.1.8",
"version": "0.1.9",
"author": "inlang <[email protected]> (https://inlang.com/)",
"description": "A fully type-safe i18n library specifically designed for partial hydration patterns like Astro's islands.",
"homepage": "https://inlang.com/m/iljlwzfs/paraglide-astro-i18n",
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-rollup

## 1.0.55

### Patch Changes

- @inlang/paraglide-unplugin@1.5.1

## 1.0.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-rollup",
"version": "1.0.54",
"version": "1.0.55",
"description": "Rollup Plugin for running the Paraglide i18n compiler",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/paraglide-sveltekit

## 0.6.16

### Patch Changes

- @inlang/paraglide-js@1.8.0
- @inlang/paraglide-vite@1.2.49

## 0.6.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-sveltekit-example

## 0.1.35

### Patch Changes

- @inlang/paraglide-sveltekit@0.6.16

## 0.1.34

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-sveltekit-example",
"version": "0.1.34",
"version": "0.1.35",
"private": true,
"scripts": {
"_dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-sveltekit",
"version": "0.6.15",
"version": "0.6.16",
"type": "module",
"main": "./dist/runtime/index.js",
"types": "./dist/runtime/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/paraglide-unplugin

## 1.5.1

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4
- @inlang/paraglide-js@1.8.0

## 1.5.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-unplugin",
"version": "1.5.0",
"version": "1.5.1",
"description": "Unplugin Plugin for runnning the Paraglide compiler.",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-vite

## 1.2.49

### Patch Changes

- @inlang/paraglide-unplugin@1.5.1

## 1.2.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-vite",
"version": "1.2.48",
"version": "1.2.49",
"description": "Vite plugin for running the Paraglide i18n compiler",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-webpack

## 1.0.55

### Patch Changes

- @inlang/paraglide-unplugin@1.5.1

## 1.0.54

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-webpack",
"version": "1.0.54",
"version": "1.0.55",
"description": "Webpack plugin for running the Paraglide i18n compiler",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/plugins/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-i18next

## 4.13.34

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 4.13.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/plugins/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-i18next",
"version": "4.13.33",
"version": "4.13.34",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/plugins/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-json

## 5.1.35

### Patch Changes

- Updated dependencies [2a90116]
- @inlang/sdk@0.34.4

## 5.1.34

### Patch Changes
Expand Down
Loading

0 comments on commit cd7d0eb

Please sign in to comment.