From 9f20989ab47c820faf91ae2f4f878c3ade7efa5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 18:12:09 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/gold-dogs-tease.md | 5 ----- .changeset/two-hornets-perform.md | 5 ----- inlang/source-code/badge/CHANGELOG.md | 7 +++++++ inlang/source-code/badge/package.json | 2 +- inlang/source-code/cli/CHANGELOG.md | 7 +++++++ inlang/source-code/cli/package.json | 2 +- inlang/source-code/editor/CHANGELOG.md | 7 +++++++ 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 | 13 +++++++++++++ inlang/source-code/ide-extension/package.json | 2 +- .../paraglide-js-adapter-astro/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-astro/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-js-adapter-vite/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-vite/package.json | 2 +- .../paraglide-js-adapter-webpack/CHANGELOG.md | 6 ++++++ .../paraglide-js-adapter-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/telemetry/CHANGELOG.md | 7 +++++++ inlang/source-code/telemetry/package.json | 2 +- .../templates/message-lint-rule/package.json | 4 ++-- inlang/source-code/website/CHANGELOG.md | 6 ++++++ lix/source-code/server/CHANGELOG.md | 6 ++++++ 46 files changed, 191 insertions(+), 31 deletions(-) delete mode 100644 .changeset/gold-dogs-tease.md delete mode 100644 .changeset/two-hornets-perform.md create mode 100644 inlang/source-code/editor/CHANGELOG.md diff --git a/.changeset/gold-dogs-tease.md b/.changeset/gold-dogs-tease.md deleted file mode 100644 index 1336fcd302..0000000000 --- a/.changeset/gold-dogs-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vs-code-extension": minor ---- - -add machine translate diff --git a/.changeset/two-hornets-perform.md b/.changeset/two-hornets-perform.md deleted file mode 100644 index 335a8cf542..0000000000 --- a/.changeset/two-hornets-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": minor ---- - -Add settingsSchema to installedPlugin & installedMessageLintRule diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index d3cd61c0b2..7f83afca6e 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.6 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.7.5 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index d397d7d9c8..fa0da1d93f 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.5", + "version": "0.7.6", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cli/CHANGELOG.md b/inlang/source-code/cli/CHANGELOG.md index 5fa0815bfb..1fc20f3263 100644 --- a/inlang/source-code/cli/CHANGELOG.md +++ b/inlang/source-code/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/cli +## 2.13.1 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 2.13.0 ### Minor Changes diff --git a/inlang/source-code/cli/package.json b/inlang/source-code/cli/package.json index 3c34e288f1..b454fc0eb3 100644 --- a/inlang/source-code/cli/package.json +++ b/inlang/source-code/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "2.13.0", + "version": "2.13.1", "private": false, "publishConfig": { "access": "public" diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md new file mode 100644 index 0000000000..34bf732542 --- /dev/null +++ b/inlang/source-code/editor/CHANGELOG.md @@ -0,0 +1,7 @@ +# @inlang/editor + +## null + +### Patch Changes + +- @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 31cbb5c7a0..2d6dcd4dd9 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.2.12 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.2.11 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index b1bbfdb9f8..72c5d7f552 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.2.11", + "version": "0.2.12", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index c970d892fc..d134081830 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,18 @@ # inlang-vs-code-extension +## 1.36.0 + +### Minor Changes + +- 8721ce8: add machine translate + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + - @inlang/rpc@0.3.1 + - @inlang/telemetry@0.3.15 + ## 1.35.0 ### Minor Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 5fb2515b3b..27026ededa 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.35.0", + "version": "1.36.0", "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 52dd29d81c..f8a69bb5fc 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.14 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.24 + ## 0.1.13 ### 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 2ef4206946..4f8656db58 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.13", + "version": "0.1.14", "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/library-inlang-paraglideJsAdapterAstro", 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 8fce685745..b2bef8e24c 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.30 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.13 + ## 1.0.29 ### 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 2914ce3b41..69eefa11a9 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.29", + "version": "1.0.30", "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 d3fdc7c4f3..e50423700f 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.12 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.24 + ## 0.5.11 ### 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 5da2c372ee..d31162515b 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.1.8 + +### Patch Changes + +- @inlang/paraglide-js-adapter-sveltekit@0.5.12 + ## 0.1.7 ### 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 e2e0aca8cd..34d78c2534 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.1.7", + "version": "0.1.8", "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 8f6c569d04..8195846ab8 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.11", + "version": "0.5.12", "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 bc02aa16a5..2cf1378603 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.13 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + - @inlang/paraglide-js@1.3.3 + ## 1.4.12 ### 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 c7ccf1a122..17232d4f6b 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.12", + "version": "1.4.13", "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 1ef188f61a..5b4cde5cff 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.24 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.13 + ## 1.2.23 ### 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 0351558fcf..6826b088e5 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.23", + "version": "1.2.24", "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 7bae268ee8..5645f18715 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.30 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.13 + ## 1.0.29 ### 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 e8fd9744ed..6017731db3 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.29", + "version": "1.0.30", "description": "Webpack adapter for Paraglide.js", "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 71c5632c5a..975af66bb1 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.17 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 4.13.16 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index ecc6e87b70..9374ae54b9 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.16", + "version": "4.13.17", "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 6408278175..4d6a545ef7 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.18 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 5.1.17 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index f48e0ceef3..5e30421762 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.17", + "version": "5.1.18", "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 644e286386..1ace8480bf 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.8.4 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.8.3 ### 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 182de8bcf4..bd3ba5a024 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.3", + "version": "0.8.4", "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 2bb7e99ca9..ae533db267 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.8 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 1.3.7 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 20477f0ae2..76eb4fe113 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.7", + "version": "1.3.8", "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 ec66d587ef..a6328e8c27 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.5.7 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.5.6 ### 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 9136939f69..a8f2ea5a69 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.6", + "version": "0.5.7", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 7a3da3d5eb..f53351ce10 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.1 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.3.0 ### Minor Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index 955bfc2866..c0e22301d6 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.0", + "version": "0.3.1", "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 41c0c91715..09c0047580 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.28.0 + +### Minor Changes + +- 1e43ae4: Add settingsSchema to installedPlugin & installedMessageLintRule + ## 0.27.0 ### Minor Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index d02403ca2a..dffb02471f 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 [1e43ae4] + - @inlang/sdk@0.28.0 + - @inlang/cli@2.13.1 + +## null + +### Patch Changes + - Updated dependencies [4837297] - @inlang/cli@2.13.0 - @inlang/sdk@0.27.0 diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index e65a270923..0826c95a26 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.27.0", + "version": "0.28.0", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index 74f8100009..27e2b52a13 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.6 +- @inlang/plugin-message-format@2.1.1 +- @inlang/rpc@0.3.1 +- @inlang/telemetry@0.3.15 +- @inlang/website@null + +## null + +### Patch Changes + - Updated dependencies [4837297] - @inlang/project-settings@2.4.0 - @inlang/rpc@0.3.0 diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index 43b22b6d1f..d3b2d55f7e 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.15 + +### Patch Changes + +- Updated dependencies [1e43ae4] + - @inlang/sdk@0.28.0 + ## 0.3.14 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index e417c397f1..e02e15abe7 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.14", + "version": "0.3.15", "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 0fe8adc108..2732847135 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.27.0" + "@inlang/sdk": "^0.28.0" }, "devDependencies": { - "@inlang/cli": "^2.13.0", + "@inlang/cli": "^2.13.1", "typescript": "^5.2.2", "vitest": "^0.34.4" } diff --git a/inlang/source-code/website/CHANGELOG.md b/inlang/source-code/website/CHANGELOG.md index 7531983224..166ec06202 100644 --- a/inlang/source-code/website/CHANGELOG.md +++ b/inlang/source-code/website/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- @lix-js/server@null + +## null + +### Patch Changes + - Updated dependencies [4837297] - @lix-js/client@0.9.0 - @lix-js/server@null diff --git a/lix/source-code/server/CHANGELOG.md b/lix/source-code/server/CHANGELOG.md index 970f20b9ea..48ca97ca3d 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.15 + +## null + +### Patch Changes + - @inlang/telemetry@0.3.14 ## null From aae0c33ee17807a5dae4938d05481204019522fd Mon Sep 17 00:00:00 2001 From: felixhaeberle Date: Thu, 21 Mar 2024 18:12:22 +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 b0d9944a39..8698f79c50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2257,11 +2257,11 @@ importers: inlang/source-code/templates/message-lint-rule: dependencies: '@inlang/sdk': - specifier: ^0.27.0 + specifier: ^0.28.0 version: link:../../sdk devDependencies: '@inlang/cli': - specifier: ^2.13.0 + specifier: ^2.13.1 version: link:../../cli typescript: specifier: ^5.2.2