diff --git a/.changeset/smart-terms-destroy.md b/.changeset/smart-terms-destroy.md deleted file mode 100644 index 07c33c5692..0000000000 --- a/.changeset/smart-terms-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": patch ---- - -introduces solid batching for loadViaPlugin diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index d7273736c9..3e29909eb9 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.32 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.7.31 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index cb7293edc1..00f1cf84cd 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.31", + "version": "0.7.32", "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 b71c199146..6128beea77 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.25 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.0.24 ### 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 e334edf919..0fe188c3f7 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.24", + "version": "0.0.25", "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 5b96b33918..e3b7c8b534 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.15 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.0.14 ### Patch Changes diff --git a/inlang/source-code/doc-layout-component/package.json b/inlang/source-code/doc-layout-component/package.json index 88b53ac6e9..9518377b57 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.14", + "version": "0.0.15", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 513259c22f..d9ecbce2ca 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.22 + +## null + +### Patch Changes + - Updated dependencies [3b2e0a6] - @lix-js/client@2.2.0 - @inlang/settings-component@1.0.21 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 0addb4e307..413e66b6d1 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.31 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + - @inlang/paraglide-js@1.9.1 + ## 0.0.30 ### 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 97f4b5374e..6e7a78a7b8 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.30", + "version": "0.0.31", "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 a55749d84d..b5da400559 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,13 @@ # @inlang/paraglide-next-e2e +## 0.0.12 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + - @inlang/paraglide-next@0.3.0 + ## 0.0.11 ### 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 6363715d06..1607a4070b 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.11", + "version": "0.0.12", "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 68590216d7..ed6995dad3 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.9 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.3.8 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 0b0aadc82d..115c9a005b 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.8", + "version": "0.3.9", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index baf4f51b80..469429ca8c 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.9 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + - @inlang/rpc@0.3.27 + - @inlang/settings-component@1.0.22 + - @inlang/telemetry@0.3.42 + ## 1.44.8 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index d3b8323a85..a658392ba4 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.8", + "version": "1.44.9", "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 bde4039795..8a56132993 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.13 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.1.12 ### Patch Changes diff --git a/inlang/source-code/message-bundle-component/package.json b/inlang/source-code/message-bundle-component/package.json index e5fa7fa345..a73feb84dd 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.12", + "version": "0.1.13", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index 75bab22308..5476e8f01e 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.23 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.63 + ## 0.1.22 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 242c9bfc86..9554ad160a 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.22", + "version": "0.1.23", "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-rollup/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md index e634558971..c29ca34bcc 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.69 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.13 + ## 1.0.68 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index 14e57639d4..08ef37a0e8 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.68", + "version": "1.0.69", "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 8d9f34811c..f19e1dbd8e 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-sveltekit +## 0.8.7 + +### Patch Changes + +- @inlang/paraglide-js@1.9.1 +- @inlang/paraglide-vite@1.2.63 + ## 0.8.6 ### 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 4db0a788e3..faf67ecf6e 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-sveltekit-example +## 0.1.51 + +### Patch Changes + +- @inlang/paraglide-sveltekit@0.8.7 + ## 0.1.50 ### 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 19384a81f7..be932e2268 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.50", + "version": "0.1.51", "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 6b920e935e..3c2d06994b 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.8.6", + "version": "0.8.7", "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 2a52fe782e..90448d8f55 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.13 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + - @inlang/paraglide-js@1.9.1 + ## 1.6.12 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 12f1df3a4f..afc0e863de 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.12", + "version": "1.6.13", "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 5fb70ebf45..1057ec4131 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.63 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.13 + ## 1.2.62 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index d3ea031130..632a73376d 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.62", + "version": "1.2.63", "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 64fbdd8a2b..ce959200fc 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.69 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.13 + ## 1.0.68 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index 85a734a1fa..cb7ed1a338 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.68", + "version": "1.0.69", "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 9ac60ebc07..c045f55ed0 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.4 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 4.14.3 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index a9185c8b63..e3bf1c8be9 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.3", + "version": "4.14.4", "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 0d55bdfca9..4e5de54b3b 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.47 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 5.1.46 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index 19ca94364d..4b1d9b93fa 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.46", + "version": "5.1.47", "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 f6f02582bf..02652891a3 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.27 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.9.26 ### 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 faa3aa3a20..3294190cfb 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.26", + "version": "0.9.27", "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 678aee24c8..0e0b8d586e 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.37 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 1.3.36 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index d70d77db30..db94ec6fae 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.36", + "version": "1.3.37", "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 61fd2b5cd8..0311c9504a 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.26 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.6.25 ### 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 fda78e1c0b..3d1524647e 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.25", + "version": "0.6.26", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 3649ad1b55..059a932d01 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.27 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.3.26 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index 666c6b4ace..b4189c2f0b 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.26", + "version": "0.3.27", "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 0b2c6c79ef..ff2e6e480e 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.35.5 + +### Patch Changes + +- 64e30ee: introduces solid batching for loadViaPlugin + ## 0.35.4 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index 1ce6197504..75abd16664 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 [64e30ee] + - @inlang/sdk@0.35.5 + - @inlang/cli@2.18.0 + +## null + +### Patch Changes + - Updated dependencies [2806698] - @inlang/cli@2.18.0 diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index bd34bd8e27..1a4d336abf 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.4", + "version": "0.35.5", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index 3be857d213..f05e6a161b 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.32 +- @inlang/plugin-message-format@2.2.0 +- @inlang/rpc@0.3.27 +- @inlang/telemetry@0.3.42 +- @inlang/website@null + +## null + +### Patch Changes + - @inlang/badge@0.7.31 - @inlang/website@null - @inlang/plugin-message-format@2.2.0 diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md index a93151356a..62c10e7dae 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.22 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 1.0.21 ### Patch Changes diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index 56a55437d6..26c5507ae2 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.21", + "version": "1.0.22", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index d12749223b..9c8efba98b 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.42 + +### Patch Changes + +- Updated dependencies [64e30ee] + - @inlang/sdk@0.35.5 + ## 0.3.41 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index 92253ed438..f27f4ed8af 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.41", + "version": "0.3.42", "private": true, "exports": { ".": "./dist/index.js",