From d7d741dbc60c8663ab4ff04ad7820199f1c86a78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Jun 2024 11:14:47 +0000 Subject: [PATCH] Version Packages --- .changeset/empty-humans-flow.md | 5 ----- .changeset/new-turtles-doubt.md | 5 ----- .changeset/wise-ghosts-rhyme.md | 5 ----- inlang/source-code/badge/CHANGELOG.md | 7 +++++++ inlang/source-code/badge/package.json | 2 +- .../cross-sell/cross-sell-ninja/CHANGELOG.md | 7 +++++++ .../cross-sell/cross-sell-ninja/package.json | 2 +- inlang/source-code/doc-layout-component/CHANGELOG.md | 7 +++++++ inlang/source-code/doc-layout-component/package.json | 2 +- inlang/source-code/editor/CHANGELOG.md | 6 ++++++ .../end-to-end-tests/paraglide-js/CHANGELOG.md | 8 ++++++++ .../end-to-end-tests/paraglide-js/package.json | 2 +- .../end-to-end-tests/paraglide-next/CHANGELOG.md | 9 +++++++++ .../end-to-end-tests/paraglide-next/package.json | 2 +- inlang/source-code/github-lint-action/CHANGELOG.md | 7 +++++++ inlang/source-code/github-lint-action/package.json | 2 +- inlang/source-code/ide-extension/CHANGELOG.md | 10 ++++++++++ inlang/source-code/ide-extension/package.json | 2 +- .../source-code/message-bundle-component/CHANGELOG.md | 7 +++++++ .../source-code/message-bundle-component/package.json | 2 +- .../source-code/paraglide/paraglide-astro/CHANGELOG.md | 6 ++++++ .../source-code/paraglide/paraglide-astro/package.json | 2 +- .../source-code/paraglide/paraglide-next/CHANGELOG.md | 7 +++++++ .../paraglide/paraglide-next/examples/app/CHANGELOG.md | 7 +++++++ .../paraglide/paraglide-next/examples/app/package.json | 2 +- .../paraglide-next/examples/pages/CHANGELOG.md | 7 +++++++ .../paraglide-next/examples/pages/package.json | 2 +- .../source-code/paraglide/paraglide-next/package.json | 2 +- .../paraglide/paraglide-rollup/CHANGELOG.md | 6 ++++++ .../paraglide/paraglide-rollup/package.json | 2 +- .../paraglide/paraglide-sveltekit/CHANGELOG.md | 8 ++++++++ .../paraglide/paraglide-sveltekit/example/CHANGELOG.md | 7 +++++++ .../paraglide/paraglide-sveltekit/example/package.json | 2 +- .../paraglide/paraglide-sveltekit/package.json | 2 +- .../paraglide/paraglide-unplugin/CHANGELOG.md | 8 ++++++++ .../paraglide/paraglide-unplugin/package.json | 2 +- .../source-code/paraglide/paraglide-vite/CHANGELOG.md | 6 ++++++ .../source-code/paraglide/paraglide-vite/package.json | 2 +- .../paraglide/paraglide-webpack/CHANGELOG.md | 6 ++++++ .../paraglide/paraglide-webpack/package.json | 2 +- inlang/source-code/plugins/i18next/CHANGELOG.md | 7 +++++++ inlang/source-code/plugins/i18next/package.json | 2 +- inlang/source-code/plugins/json/CHANGELOG.md | 7 +++++++ inlang/source-code/plugins/json/package.json | 2 +- .../plugins/m-function-matcher/CHANGELOG.md | 7 +++++++ .../plugins/m-function-matcher/package.json | 2 +- inlang/source-code/plugins/next-intl/CHANGELOG.md | 7 +++++++ inlang/source-code/plugins/next-intl/package.json | 2 +- .../plugins/t-function-matcher/CHANGELOG.md | 7 +++++++ .../plugins/t-function-matcher/package.json | 2 +- inlang/source-code/rpc/CHANGELOG.md | 7 +++++++ inlang/source-code/rpc/package.json | 2 +- inlang/source-code/sdk/CHANGELOG.md | 6 ++++++ inlang/source-code/sdk/load-test/CHANGELOG.md | 8 ++++++++ inlang/source-code/sdk/package.json | 2 +- inlang/source-code/server/CHANGELOG.md | 10 ++++++++++ inlang/source-code/settings-component/CHANGELOG.md | 7 +++++++ inlang/source-code/settings-component/package.json | 2 +- inlang/source-code/telemetry/CHANGELOG.md | 7 +++++++ inlang/source-code/telemetry/package.json | 2 +- 60 files changed, 243 insertions(+), 42 deletions(-) delete mode 100644 .changeset/empty-humans-flow.md delete mode 100644 .changeset/new-turtles-doubt.md delete mode 100644 .changeset/wise-ghosts-rhyme.md diff --git a/.changeset/empty-humans-flow.md b/.changeset/empty-humans-flow.md deleted file mode 100644 index c9b33893d8..0000000000 --- a/.changeset/empty-humans-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-next": patch ---- - -`init` command now prompts which router is being used if it cannot automatically determined from the File-System diff --git a/.changeset/new-turtles-doubt.md b/.changeset/new-turtles-doubt.md deleted file mode 100644 index 9bec8b9653..0000000000 --- a/.changeset/new-turtles-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-sveltekit": patch ---- - -fix: Also update the `paraglide:lang` cookie on the client to allow for better language negotiation diff --git a/.changeset/wise-ghosts-rhyme.md b/.changeset/wise-ghosts-rhyme.md deleted file mode 100644 index 33bb3bff4a..0000000000 --- a/.changeset/wise-ghosts-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": patch ---- - -fix undefined lintreports for Ninja (MESDK-130) diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index 6951552688..f3cb7a8ed0 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.34 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.7.33 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index d5226cfe99..731ad94697 100644 --- a/inlang/source-code/badge/package.json +++ b/inlang/source-code/badge/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/badge", "type": "module", - "version": "0.7.33", + "version": "0.7.34", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md b/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md index ab3c9f9cb5..4ef832a88b 100644 --- a/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md +++ b/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/cross-sell-ninja +## 0.0.27 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.0.26 ### Patch Changes diff --git a/inlang/source-code/cross-sell/cross-sell-ninja/package.json b/inlang/source-code/cross-sell/cross-sell-ninja/package.json index 2689d0e837..6f9d62f331 100644 --- a/inlang/source-code/cross-sell/cross-sell-ninja/package.json +++ b/inlang/source-code/cross-sell/cross-sell-ninja/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/cross-sell-ninja", "description": "A package to cross-sell Ninja", - "version": "0.0.26", + "version": "0.0.27", "type": "module", "publishConfig": { "access": "public" diff --git a/inlang/source-code/doc-layout-component/CHANGELOG.md b/inlang/source-code/doc-layout-component/CHANGELOG.md index 9f794c2e07..ac5f340197 100644 --- a/inlang/source-code/doc-layout-component/CHANGELOG.md +++ b/inlang/source-code/doc-layout-component/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/settings-component +## 0.0.17 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.0.16 ### Patch Changes diff --git a/inlang/source-code/doc-layout-component/package.json b/inlang/source-code/doc-layout-component/package.json index fa819984c8..0f6bf24acf 100644 --- a/inlang/source-code/doc-layout-component/package.json +++ b/inlang/source-code/doc-layout-component/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/doc-layout-component", "type": "module", - "version": "0.0.16", + "version": "0.0.17", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 78054eec6a..d88d1e3165 100644 --- a/inlang/source-code/editor/CHANGELOG.md +++ b/inlang/source-code/editor/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- @inlang/settings-component@1.0.24 + +## null + +### Patch Changes + - @inlang/settings-component@1.0.23 ## null diff --git a/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md b/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md index d0e265ca42..75ad3d7dfe 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-js-e2e +## 0.0.33 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + - @inlang/paraglide-js@1.9.1 + ## 0.0.32 ### Patch Changes diff --git a/inlang/source-code/end-to-end-tests/paraglide-js/package.json b/inlang/source-code/end-to-end-tests/paraglide-js/package.json index bf6aca56eb..5e33f14fc8 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-js/package.json +++ b/inlang/source-code/end-to-end-tests/paraglide-js/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-e2e", - "version": "0.0.32", + "version": "0.0.33", "private": true, "type": "module", "scripts": { diff --git a/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md b/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md index 8b404c089e..4161a6f843 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md +++ b/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/paraglide-next-e2e +## 0.0.15 + +### Patch Changes + +- Updated dependencies [db8b7dc] +- Updated dependencies [2a5645c] + - @inlang/paraglide-next@0.3.2 + - @inlang/sdk@0.35.7 + ## 0.0.14 ### Patch Changes diff --git a/inlang/source-code/end-to-end-tests/paraglide-next/package.json b/inlang/source-code/end-to-end-tests/paraglide-next/package.json index 0aef0afd56..3091f3edb6 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-next/package.json +++ b/inlang/source-code/end-to-end-tests/paraglide-next/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-e2e", - "version": "0.0.14", + "version": "0.0.15", "private": true, "type": "module", "scripts": { diff --git a/inlang/source-code/github-lint-action/CHANGELOG.md b/inlang/source-code/github-lint-action/CHANGELOG.md index 058022551d..11102aa38f 100644 --- a/inlang/source-code/github-lint-action/CHANGELOG.md +++ b/inlang/source-code/github-lint-action/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/github-lint-action +## 0.3.11 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.3.10 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 439148d3d5..ee6d076ee6 100644 --- a/inlang/source-code/github-lint-action/package.json +++ b/inlang/source-code/github-lint-action/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/github-lint-action", "description": "This action checks for translation issues within your PRs.", - "version": "0.3.10", + "version": "0.3.11", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 5e3818e08a..47ea2b85da 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,15 @@ # inlang-vs-code-extension +## 1.44.11 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + - @inlang/rpc@0.3.29 + - @inlang/settings-component@1.0.24 + - @inlang/telemetry@0.3.44 + ## 1.44.10 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 7b7a4dd11b..65a75c89dd 100644 --- a/inlang/source-code/ide-extension/package.json +++ b/inlang/source-code/ide-extension/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/opral/monorepo.git" }, "icon": "assets/sherlock-logo.png", - "version": "1.44.10", + "version": "1.44.11", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/message-bundle-component/CHANGELOG.md b/inlang/source-code/message-bundle-component/CHANGELOG.md index d2e66d5abd..0f370cc659 100644 --- a/inlang/source-code/message-bundle-component/CHANGELOG.md +++ b/inlang/source-code/message-bundle-component/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/message-bundle-component +## 0.1.15 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.1.14 ### Patch Changes diff --git a/inlang/source-code/message-bundle-component/package.json b/inlang/source-code/message-bundle-component/package.json index 9323ca594a..a7a463a11d 100644 --- a/inlang/source-code/message-bundle-component/package.json +++ b/inlang/source-code/message-bundle-component/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/message-bundle-component", "type": "module", - "version": "0.1.14", + "version": "0.1.15", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index 437235283e..cfa07a11bb 100644 --- a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-astro +## 0.1.25 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.65 + ## 0.1.24 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 51cc3b434a..ded2410ba6 100644 --- a/inlang/source-code/paraglide/paraglide-astro/package.json +++ b/inlang/source-code/paraglide/paraglide-astro/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-astro", - "version": "0.1.24", + "version": "0.1.25", "author": "inlang (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", diff --git a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md index bf07d01e88..1d0e02b840 100644 --- a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next +## 0.3.2 + +### Patch Changes + +- db8b7dc: `init` command now prompts which router is being used if it cannot automatically determined from the File-System + - @inlang/paraglide-js@1.9.1 + ## 0.3.1 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md index d234168740..9c5fc5a0a8 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next-example-app +## 0.2.19 + +### Patch Changes + +- Updated dependencies [db8b7dc] + - @inlang/paraglide-next@0.3.2 + ## 0.2.18 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/app/package.json b/inlang/source-code/paraglide/paraglide-next/examples/app/package.json index fc4b7ea20a..b41fab66b2 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/app/package.json +++ b/inlang/source-code/paraglide/paraglide-next/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-example-app", - "version": "0.2.18", + "version": "0.2.19", "private": true, "scripts": { "_dev": "next dev", diff --git a/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md index a889e6c2cc..6579cf90d8 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next-example-pages +## 0.2.21 + +### Patch Changes + +- Updated dependencies [db8b7dc] + - @inlang/paraglide-next@0.3.2 + ## 0.2.20 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json b/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json index 4ce1e52701..e6cb449e70 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json +++ b/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-example-pages", - "version": "0.2.20", + "version": "0.2.21", "private": true, "sideEffects": false, "scripts": { diff --git a/inlang/source-code/paraglide/paraglide-next/package.json b/inlang/source-code/paraglide/paraglide-next/package.json index f72161d4da..325823db9e 100644 --- a/inlang/source-code/paraglide/paraglide-next/package.json +++ b/inlang/source-code/paraglide/paraglide-next/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-next", "description": "The easiest way to do i18n in NextJS", - "version": "0.3.1", + "version": "0.3.2", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md index 8676338673..082819bcd9 100644 --- a/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-rollup +## 1.0.71 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.15 + ## 1.0.70 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index c0c53a4ea0..4bdbbdaebb 100644 --- a/inlang/source-code/paraglide/paraglide-rollup/package.json +++ b/inlang/source-code/paraglide/paraglide-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-rollup", - "version": "1.0.70", + "version": "1.0.71", "description": "Rollup Plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md index c9fe15ab26..915a4eb64b 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-sveltekit +## 0.9.3 + +### Patch Changes + +- def2d4e: fix: Also update the `paraglide:lang` cookie on the client to allow for better language negotiation + - @inlang/paraglide-js@1.9.1 + - @inlang/paraglide-vite@1.2.65 + ## 0.9.2 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md index a7afc98b64..c607861bea 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-sveltekit-example +## 0.1.55 + +### Patch Changes + +- Updated dependencies [def2d4e] + - @inlang/paraglide-sveltekit@0.9.3 + ## 0.1.54 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json b/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json index 332c498382..cc1d904537 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-sveltekit-example", - "version": "0.1.54", + "version": "0.1.55", "private": true, "scripts": { "_dev": "vite dev", diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/package.json b/inlang/source-code/paraglide/paraglide-sveltekit/package.json index 7fd563a15c..f5f07ce339 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/package.json +++ b/inlang/source-code/paraglide/paraglide-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-sveltekit", - "version": "0.9.2", + "version": "0.9.3", "type": "module", "main": "./dist/runtime/index.js", "types": "./dist/runtime/index.d.ts", diff --git a/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md index e79c0a6524..2ca0167746 100644 --- a/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-unplugin +## 1.6.15 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + - @inlang/paraglide-js@1.9.1 + ## 1.6.14 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 39dbe5f5ec..b1eb1328a3 100644 --- a/inlang/source-code/paraglide/paraglide-unplugin/package.json +++ b/inlang/source-code/paraglide/paraglide-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-unplugin", - "version": "1.6.14", + "version": "1.6.15", "description": "Unplugin Plugin for runnning the Paraglide compiler.", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md index 837ca17407..972274f337 100644 --- a/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-vite +## 1.2.65 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.15 + ## 1.2.64 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index d6de698d78..3261b82deb 100644 --- a/inlang/source-code/paraglide/paraglide-vite/package.json +++ b/inlang/source-code/paraglide/paraglide-vite/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-vite", - "version": "1.2.64", + "version": "1.2.65", "description": "Vite plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md index 9b9d77aa58..35191753e1 100644 --- a/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-webpack +## 1.0.71 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.15 + ## 1.0.70 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index f65bfd81b6..5d93385b90 100644 --- a/inlang/source-code/paraglide/paraglide-webpack/package.json +++ b/inlang/source-code/paraglide/paraglide-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-webpack", - "version": "1.0.70", + "version": "1.0.71", "description": "Webpack plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/plugins/i18next/CHANGELOG.md b/inlang/source-code/plugins/i18next/CHANGELOG.md index 794320d5f6..281dd3d710 100644 --- a/inlang/source-code/plugins/i18next/CHANGELOG.md +++ b/inlang/source-code/plugins/i18next/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-i18next +## 4.14.6 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 4.14.5 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 9bec59fb7d..9b7581bf97 100644 --- a/inlang/source-code/plugins/i18next/package.json +++ b/inlang/source-code/plugins/i18next/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-i18next", - "version": "4.14.5", + "version": "4.14.6", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/plugins/json/CHANGELOG.md b/inlang/source-code/plugins/json/CHANGELOG.md index 0c9f5037da..f071eb1b7e 100644 --- a/inlang/source-code/plugins/json/CHANGELOG.md +++ b/inlang/source-code/plugins/json/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-json +## 5.1.49 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 5.1.48 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index 8bc4452802..68cb5d01a6 100644 --- a/inlang/source-code/plugins/json/package.json +++ b/inlang/source-code/plugins/json/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-json", - "version": "5.1.48", + "version": "5.1.49", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md b/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md index 60e83e3f13..740710684c 100644 --- a/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-m-function-matcher +## 0.9.29 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.9.28 ### Patch Changes diff --git a/inlang/source-code/plugins/m-function-matcher/package.json b/inlang/source-code/plugins/m-function-matcher/package.json index 67dc2b6adc..1875b67105 100644 --- a/inlang/source-code/plugins/m-function-matcher/package.json +++ b/inlang/source-code/plugins/m-function-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-m-function-matcher", - "version": "0.9.28", + "version": "0.9.29", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/plugins/next-intl/CHANGELOG.md b/inlang/source-code/plugins/next-intl/CHANGELOG.md index 83442b8089..8595867e97 100644 --- a/inlang/source-code/plugins/next-intl/CHANGELOG.md +++ b/inlang/source-code/plugins/next-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-next-intl +## 1.3.40 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 1.3.39 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 0971f31426..6955c214d9 100644 --- a/inlang/source-code/plugins/next-intl/package.json +++ b/inlang/source-code/plugins/next-intl/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-next-intl", - "version": "1.3.39", + "version": "1.3.40", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md b/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md index 4b9ab93c5a..88a94df7c7 100644 --- a/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-t-function-matcher +## 0.6.28 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.6.27 ### Patch Changes diff --git a/inlang/source-code/plugins/t-function-matcher/package.json b/inlang/source-code/plugins/t-function-matcher/package.json index 4cd09d773a..13adcaadfd 100644 --- a/inlang/source-code/plugins/t-function-matcher/package.json +++ b/inlang/source-code/plugins/t-function-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-t-function-matcher", - "version": "0.6.27", + "version": "0.6.28", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 636564e707..d044a58a5d 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.29 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.3.28 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index ac3a9673f2..c689df0e27 100644 --- a/inlang/source-code/rpc/package.json +++ b/inlang/source-code/rpc/package.json @@ -31,7 +31,7 @@ "express": "^4.18.2" }, "license": "Apache-2.0", - "version": "0.3.28", + "version": "0.3.29", "devDependencies": { "@types/body-parser": "1.19.2", "@types/express": "4.17.17", diff --git a/inlang/source-code/sdk/CHANGELOG.md b/inlang/source-code/sdk/CHANGELOG.md index e061ac9e0e..363d354dda 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.35.7 + +### Patch Changes + +- 2a5645c: fix undefined lintreports for Ninja (MESDK-130) + ## 0.35.6 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index 813191c1d9..c4af0b47e4 100644 --- a/inlang/source-code/sdk/load-test/CHANGELOG.md +++ b/inlang/source-code/sdk/load-test/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + - @inlang/cli@2.18.1 + +## null + +### Patch Changes + - Updated dependencies [9d2aa1a] - @inlang/cli@2.18.1 - @inlang/sdk@0.35.6 diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index 2ede782c95..c586f621a8 100644 --- a/inlang/source-code/sdk/package.json +++ b/inlang/source-code/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/sdk", "type": "module", - "version": "0.35.6", + "version": "0.35.7", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index 679fa94dc2..81d3184714 100644 --- a/inlang/source-code/server/CHANGELOG.md +++ b/inlang/source-code/server/CHANGELOG.md @@ -4,6 +4,16 @@ ### Patch Changes +- @inlang/badge@0.7.34 +- @inlang/plugin-message-format@2.2.0 +- @inlang/rpc@0.3.29 +- @inlang/telemetry@0.3.44 +- @inlang/website@null + +## null + +### Patch Changes + - @inlang/plugin-message-format@2.2.0 - @inlang/website@null - @inlang/badge@0.7.33 diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md index b475698207..00886806b7 100644 --- a/inlang/source-code/settings-component/CHANGELOG.md +++ b/inlang/source-code/settings-component/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/settings-component +## 1.0.24 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 1.0.23 ### Patch Changes diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index ecf46510ac..8d410c6267 100644 --- a/inlang/source-code/settings-component/package.json +++ b/inlang/source-code/settings-component/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/settings-component", "type": "module", - "version": "1.0.23", + "version": "1.0.24", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index 5dc0ca179c..de2d3fdfd3 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.44 + +### Patch Changes + +- Updated dependencies [2a5645c] + - @inlang/sdk@0.35.7 + ## 0.3.43 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index 4a2dbf2657..d8987fe0a5 100644 --- a/inlang/source-code/telemetry/package.json +++ b/inlang/source-code/telemetry/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/telemetry", "type": "module", - "version": "0.3.43", + "version": "0.3.44", "private": true, "exports": { ".": "./dist/index.js",