From 6b2b937258f86c4b82c7fca14ba1ffe60f9c5662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Feb 2024 16:32:51 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/happy-walls-accept.md | 12 ------------ inlang/source-code/badge/CHANGELOG.md | 6 ++++++ inlang/source-code/badge/package.json | 2 +- inlang/source-code/cli/CHANGELOG.md | 6 ++++++ inlang/source-code/cli/package.json | 2 +- inlang/source-code/editor/CHANGELOG.md | 6 ++++++ inlang/source-code/github-lint-action/CHANGELOG.md | 6 ++++++ inlang/source-code/github-lint-action/package.json | 2 +- inlang/source-code/ide-extension/CHANGELOG.md | 8 ++++++++ inlang/source-code/ide-extension/package.json | 2 +- .../paraglide-js-adapter-astro/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-astro/package.json | 2 +- .../examples/app/CHANGELOG.md | 7 +++++++ .../examples/app/package.json | 2 +- .../examples/pages/CHANGELOG.md | 7 +++++++ .../examples/pages/package.json | 2 +- .../examples/turbo/CHANGELOG.md | 8 ++++++++ .../examples/turbo/package.json | 2 +- .../paraglide-js-adapter-rollup/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-rollup/package.json | 2 +- .../paraglide-js-adapter-sveltekit/CHANGELOG.md | 6 ++++++ .../example/CHANGELOG.md | 6 ++++++ .../example/package.json | 2 +- .../paraglide-js-adapter-sveltekit/package.json | 2 +- .../paraglide-js-adapter-unplugin/CHANGELOG.md | 8 ++++++++ .../paraglide-js-adapter-unplugin/package.json | 2 +- .../paraglide/paraglide-js-adapter-vite/CHANGELOG.md | 6 ++++++ .../paraglide/paraglide-js-adapter-vite/package.json | 2 +- .../paraglide-js-adapter-webpack/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-webpack/package.json | 2 +- .../source-code/paraglide/paraglide-js/CHANGELOG.md | 6 ++++++ .../paraglide/paraglide-js/example/CHANGELOG.md | 7 +++++++ .../source-code/paraglide/paraglide-js/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 | 9 +++++++++ .../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 | 9 +++++++++ .../plugins/t-function-matcher/package.json | 2 +- inlang/source-code/rpc/CHANGELOG.md | 6 ++++++ inlang/source-code/rpc/package.json | 2 +- inlang/source-code/sdk/CHANGELOG.md | 8 ++++++++ inlang/source-code/sdk/package.json | 2 +- inlang/source-code/server/CHANGELOG.md | 10 ++++++++++ inlang/source-code/telemetry/CHANGELOG.md | 6 ++++++ inlang/source-code/telemetry/package.json | 2 +- .../templates/message-lint-rule/package.json | 4 ++-- .../versioned-interfaces/module/CHANGELOG.md | 7 +++++++ .../versioned-interfaces/module/package.json | 2 +- .../versioned-interfaces/plugin/CHANGELOG.md | 6 ++++++ .../versioned-interfaces/plugin/package.json | 2 +- inlang/source-code/website/CHANGELOG.md | 6 ++++++ lix/source-code/server/CHANGELOG.md | 6 ++++++ 57 files changed, 232 insertions(+), 39 deletions(-) delete mode 100644 .changeset/happy-walls-accept.md create mode 100644 inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md diff --git a/.changeset/happy-walls-accept.md b/.changeset/happy-walls-accept.md deleted file mode 100644 index 9695bf4f7d..0000000000 --- a/.changeset/happy-walls-accept.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@inlang/plugin": patch -"@inlang/plugin-m-function-matcher": patch -"@inlang/plugin-t-function-matcher": patch -"@inlang/paraglide-js": patch -"@inlang/plugin-next-intl": patch -"@inlang/plugin-i18next": patch -"vs-code-extension": patch -"@inlang/plugin-json": patch ---- - -rename the vscode extension to "Sherlock" diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index ae745ad57f..aabea693f0 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/badge +## 0.7.3 + +### Patch Changes + +- @inlang/sdk@0.26.4 + ## 0.7.2 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index 42a9a74643..672a49e611 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.2", + "version": "0.7.3", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cli/CHANGELOG.md b/inlang/source-code/cli/CHANGELOG.md index d9d2846c2e..d90acdd105 100644 --- a/inlang/source-code/cli/CHANGELOG.md +++ b/inlang/source-code/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/cli +## 2.12.5 + +### Patch Changes + +- @inlang/sdk@0.26.4 + ## 2.12.4 ### Patch Changes diff --git a/inlang/source-code/cli/package.json b/inlang/source-code/cli/package.json index bc77ed182e..f1957e1840 100644 --- a/inlang/source-code/cli/package.json +++ b/inlang/source-code/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "2.12.4", + "version": "2.12.5", "private": false, "publishConfig": { "access": "public" diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 698162e87f..154e020947 100644 --- a/inlang/source-code/editor/CHANGELOG.md +++ b/inlang/source-code/editor/CHANGELOG.md @@ -16,6 +16,12 @@ ### Patch Changes +- @lix-js/server@null + +## null + +### Patch Changes + - Updated dependencies [3bf94ddb5] - @lix-js/client@0.8.0 - @lix-js/server@null diff --git a/inlang/source-code/github-lint-action/CHANGELOG.md b/inlang/source-code/github-lint-action/CHANGELOG.md index dd650957a3..867f132063 100644 --- a/inlang/source-code/github-lint-action/CHANGELOG.md +++ b/inlang/source-code/github-lint-action/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/github-lint-action +## 0.1.5 + +### Patch Changes + +- @inlang/sdk@0.26.4 + ## 0.1.4 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 0cc0fa4279..7634ec314c 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.1.4", + "version": "0.1.5", "private": false, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 1e2fbcfe28..4461363418 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,13 @@ # inlang-vs-code-extension +## 1.32.8 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + - @inlang/sdk@0.26.4 + - @inlang/telemetry@0.3.12 + ## 1.32.7 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index fa06c9da34..802023d403 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.32.7", + "version": "1.32.8", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md index 1d5f772620..252a1c54ee 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-astro +## 0.1.5 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.16 + ## 0.1.4 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json index 2183244a4e..1bdf6b6cbb 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-astro", - "version": "0.1.4", + "version": "0.1.5", "author": "inlang (https://inlang.com/)", "description": "A fully type-safe i18n library specifically designed for partial hydration patterns like Astro's islands.", "homepage": "https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-astro", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md index 77f5be68f3..408c3edcbd 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-next-example-app +## 0.1.11 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/paraglide-js@1.2.6 + ## 0.1.10 - Update Config diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json index a19abf3d01..6dc1d3db16 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-app", - "version": "0.1.10", + "version": "0.1.11", "private": true, "scripts": { "_dev": "next dev", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md index 97e25f01c0..cc95065539 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-next-example-pages +## 0.1.2 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/paraglide-js@1.2.6 + ## 0.1.1 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json index 0fea32d41b..1dac8e9d1a 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-pages", - "version": "0.1.1", + "version": "0.1.2", "private": true, "sideEffects": false, "scripts": { diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md new file mode 100644 index 0000000000..a1ae7dc658 --- /dev/null +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md @@ -0,0 +1,8 @@ +# @inlang/paraglide-js-adapter-next-example-turbo + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/paraglide-js@1.2.6 diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json index 6be42c3969..17d123b3a8 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-turbo", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "_dev": "next dev --turbo", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md index dd756db61a..89f17126d8 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-rollup +## 1.0.22 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.5 + ## 1.0.21 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json index 2442b7007c..1d643f146e 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-rollup", - "version": "1.0.21", + "version": "1.0.22", "description": "Rollup adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md index cdb4547886..41b33e9c17 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-sveltekit +## 0.5.2 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.16 + ## 0.5.1 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md index 169ac6e8e7..54b63e6f68 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-sveltekit-example +## 0.0.13 + +### Patch Changes + +- @inlang/paraglide-js-adapter-sveltekit@0.5.2 + ## 0.0.12 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json index fa5efe66e8..8ce74c458b 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-sveltekit-example", - "version": "0.0.12", + "version": "0.0.13", "private": true, "scripts": { "_dev": "vite dev", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json index aae17b8d96..8871e7106c 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-sveltekit", - "version": "0.5.1", + "version": "0.5.2", "type": "module", "main": "./dist/runtime/index.js", "types": "./dist/runtime/index.d.ts", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md index 4fc3b36582..594bcadde2 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-js-adapter-unplugin +## 1.4.5 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/paraglide-js@1.2.6 + - @inlang/sdk@0.26.4 + ## 1.4.4 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json index 6f4e9c5046..4c15304458 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-unplugin", - "version": "1.4.4", + "version": "1.4.5", "description": "Unplugin adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md index 78df434d26..3f895e9690 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-vite +## 1.2.16 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.5 + ## 1.2.15 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json index 5ac74b9e5d..1f3c6124e1 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-vite", - "version": "1.2.15", + "version": "1.2.16", "description": "Vite adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md index ab8f3e1306..d7e6b972f0 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-webpack +## 1.0.22 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.5 + ## 1.0.21 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json index 6cffa8269c..f1143169d5 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-webpack", - "version": "1.0.21", + "version": "1.0.22", "description": "Webpack adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md index a3d6baf707..813a649387 100644 --- a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js +## 1.2.6 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + ## 1.2.5 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js/example/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js/example/CHANGELOG.md index 73d2155ea3..5b8971e1ec 100644 --- a/inlang/source-code/paraglide/paraglide-js/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js/example/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies [960f8fb70] + - @inlang/paraglide-js@1.2.6 + +## null + +### Patch Changes + - Updated dependencies [00f181ad3] - @inlang/paraglide-js@1.2.5 diff --git a/inlang/source-code/paraglide/paraglide-js/package.json b/inlang/source-code/paraglide/paraglide-js/package.json index cf11c1deb8..078cb3b0ca 100644 --- a/inlang/source-code/paraglide/paraglide-js/package.json +++ b/inlang/source-code/paraglide/paraglide-js/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-js", "type": "module", - "version": "1.2.5", + "version": "1.2.6", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/plugins/i18next/CHANGELOG.md b/inlang/source-code/plugins/i18next/CHANGELOG.md index 83d990f0e9..6ce56a08d6 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.13.13 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + - @inlang/sdk@0.26.4 + ## 4.13.12 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 22424636b0..0ef5edf5e3 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.13.12", + "version": "4.13.13", "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 16c964cf5e..c76289d064 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.14 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + - @inlang/sdk@0.26.4 + ## 5.1.13 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index e747416929..c512e91de6 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.13", + "version": "5.1.14", "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 21507f7243..e6b9a4ca1f 100644 --- a/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/plugin-m-function-matcher +## 0.8.1 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" +- Updated dependencies [960f8fb70] + - @inlang/plugin@2.4.6 + - @inlang/sdk@0.26.4 + ## 0.8.0 ### Minor Changes diff --git a/inlang/source-code/plugins/m-function-matcher/package.json b/inlang/source-code/plugins/m-function-matcher/package.json index be38279d1a..b6a741e0df 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.8.0", + "version": "0.8.1", "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 acb5bf075a..59f27f2f3d 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.4 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + - @inlang/sdk@0.26.4 + ## 1.3.3 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 62bf0b0bb1..98aa45d17d 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.3", + "version": "1.3.4", "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 8d6c119108..2c144cc806 100644 --- a/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/plugin-t-function-matcher +## 0.5.4 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" +- Updated dependencies [960f8fb70] + - @inlang/plugin@2.4.6 + - @inlang/sdk@0.26.4 + ## 0.5.3 ### 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 5fa713c329..30cf349cb4 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.5.3", + "version": "0.5.4", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index ed1c1f7638..9640e18445 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/rpc +## 0.2.13 + +### Patch Changes + +- @inlang/sdk@0.26.4 + ## 0.2.12 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index 63b4ce46e2..fc65ff96e1 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.2.12", + "version": "0.2.13", "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 606f8654de..b91b325f67 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/sdk +## 0.26.4 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/plugin@2.4.6 + - @inlang/module@1.2.6 + ## 0.26.3 ### Patch Changes diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index fe43d30d17..4b8e933fb1 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.26.3", + "version": "0.26.4", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index ace04b8b5e..6db7f033fb 100644 --- a/inlang/source-code/server/CHANGELOG.md +++ b/inlang/source-code/server/CHANGELOG.md @@ -4,6 +4,16 @@ ### Patch Changes +- @inlang/website@null +- @inlang/badge@0.7.3 +- @inlang/plugin-message-format@2.0.0 +- @inlang/rpc@0.2.13 +- @inlang/telemetry@0.3.12 + +## null + +### Patch Changes + - @inlang/rpc@0.2.12 - @inlang/project-settings@2.2.3 - @inlang/plugin-message-format@2.0.0 diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index ecaac20275..0c28b3b30d 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/telemetry +## 0.3.12 + +### Patch Changes + +- @inlang/sdk@0.26.4 + ## 0.3.11 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index 57ff871eb8..a689799b6a 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.11", + "version": "0.3.12", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/templates/message-lint-rule/package.json b/inlang/source-code/templates/message-lint-rule/package.json index 4b30a9d871..3bcd51a109 100644 --- a/inlang/source-code/templates/message-lint-rule/package.json +++ b/inlang/source-code/templates/message-lint-rule/package.json @@ -12,10 +12,10 @@ "test": "tsc --noEmit && vitest run --passWithNoTests" }, "dependencies": { - "@inlang/sdk": "^0.26.3" + "@inlang/sdk": "^0.26.4" }, "devDependencies": { - "@inlang/cli": "^2.12.4", + "@inlang/cli": "^2.12.5", "typescript": "^5.2.2", "vitest": "^0.34.4" } diff --git a/inlang/source-code/versioned-interfaces/module/CHANGELOG.md b/inlang/source-code/versioned-interfaces/module/CHANGELOG.md index 3f85bd356b..d5ce1b6100 100644 --- a/inlang/source-code/versioned-interfaces/module/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/module/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/module +## 1.2.6 + +### Patch Changes + +- Updated dependencies [960f8fb70] + - @inlang/plugin@2.4.6 + ## 1.2.5 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/module/package.json b/inlang/source-code/versioned-interfaces/module/package.json index e8411a8e5c..12783adfc9 100644 --- a/inlang/source-code/versioned-interfaces/module/package.json +++ b/inlang/source-code/versioned-interfaces/module/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/module", "type": "module", - "version": "1.2.5", + "version": "1.2.6", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md b/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md index 8a6631bc61..1211f01ea7 100644 --- a/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin +## 2.4.6 + +### Patch Changes + +- 960f8fb70: rename the vscode extension to "Sherlock" + ## 2.4.5 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/plugin/package.json b/inlang/source-code/versioned-interfaces/plugin/package.json index 230d87dc0c..42d512c852 100644 --- a/inlang/source-code/versioned-interfaces/plugin/package.json +++ b/inlang/source-code/versioned-interfaces/plugin/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/plugin", "type": "module", - "version": "2.4.5", + "version": "2.4.6", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/website/CHANGELOG.md b/inlang/source-code/website/CHANGELOG.md index 698162e87f..154e020947 100644 --- a/inlang/source-code/website/CHANGELOG.md +++ b/inlang/source-code/website/CHANGELOG.md @@ -16,6 +16,12 @@ ### Patch Changes +- @lix-js/server@null + +## null + +### Patch Changes + - Updated dependencies [3bf94ddb5] - @lix-js/client@0.8.0 - @lix-js/server@null diff --git a/lix/source-code/server/CHANGELOG.md b/lix/source-code/server/CHANGELOG.md index a41bad022f..69f2eab08b 100644 --- a/lix/source-code/server/CHANGELOG.md +++ b/lix/source-code/server/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- @inlang/telemetry@0.3.12 + +## null + +### Patch Changes + - @inlang/telemetry@0.3.11 ## null From ffc36d8754f16c87a19153bcecc52a86333e0a61 Mon Sep 17 00:00:00 2001 From: felixhaeberle Date: Tue, 27 Feb 2024 16:33:03 +0000 Subject: [PATCH 2/2] chore: update lock file --- pnpm-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 000ad1b6ef..4030403a03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2102,11 +2102,11 @@ importers: inlang/source-code/templates/message-lint-rule: dependencies: '@inlang/sdk': - specifier: ^0.26.3 + specifier: ^0.26.4 version: link:../../sdk devDependencies: '@inlang/cli': - specifier: ^2.12.4 + specifier: ^2.12.5 version: link:../../cli typescript: specifier: ^5.2.2