diff --git a/.changeset/chatty-yaks-prove.md b/.changeset/chatty-yaks-prove.md deleted file mode 100644 index 799f637b5f..0000000000 --- a/.changeset/chatty-yaks-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": patch ---- - -fixes reactive alias by id map - to support experimental aliases flag again diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index f3cb7a8ed0..85629163bc 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.35 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.7.34 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index 731ad94697..a4c138a2f5 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.34", + "version": "0.7.35", "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 f8de02052c..f5d0291a51 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.30 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.0.29 ### 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 8e344c6d4d..7939cae48b 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.29", + "version": "0.0.30", "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 ac5f340197..3930c3e85b 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.18 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.0.17 ### Patch Changes diff --git a/inlang/source-code/doc-layout-component/package.json b/inlang/source-code/doc-layout-component/package.json index 0f6bf24acf..e41e01c297 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.17", + "version": "0.0.18", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index d88d1e3165..5f6c497022 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.25 + +## null + +### Patch Changes + - @inlang/settings-component@1.0.24 ## 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 75ad3d7dfe..1f929ed409 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.34 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + - @inlang/paraglide-js@1.9.1 + ## 0.0.33 ### 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 5e33f14fc8..2ed45f5b1d 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.33", + "version": "0.0.34", "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 d785e47117..7e614550f2 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.18 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + - @inlang/paraglide-next@0.4.1 + ## 0.0.17 ### 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 20e4117493..bdb61bc458 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.17", + "version": "0.0.18", "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 11102aa38f..1b7c2fc38a 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.12 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.3.11 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index ee6d076ee6..489f42e68b 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.11", + "version": "0.3.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 0b7363b0b7..b30df6b288 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.13 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + - @inlang/rpc@0.3.30 + - @inlang/settings-component@1.0.25 + - @inlang/telemetry@0.3.45 + ## 1.44.12 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 302397ced3..0dd6250b61 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.12", + "version": "1.44.13", "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 0f370cc659..a5cc86bd26 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.16 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.1.15 ### Patch Changes diff --git a/inlang/source-code/message-bundle-component/package.json b/inlang/source-code/message-bundle-component/package.json index a7a463a11d..95f1cac2d7 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.15", + "version": "0.1.16", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index 59cb53cb4a..a217643e1a 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.27 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.67 + ## 0.1.26 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 22b89dabe9..aefea73b28 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.26", + "version": "0.1.27", "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 c617a2c53e..4c8dc42476 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.73 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.7.1 + ## 1.0.72 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index 8fdf96983b..1840dde063 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.72", + "version": "1.0.73", "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 0a3c4ad9e0..3f5c990910 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.9.7 + +### Patch Changes + +- @inlang/paraglide-js@1.9.1 +- @inlang/paraglide-vite@1.2.67 + ## 0.9.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 ca1e0d7561..0657e69919 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.59 + +### Patch Changes + +- @inlang/paraglide-sveltekit@0.9.7 + ## 0.1.58 ### 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 f3ca2b1b27..99488b17ca 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.58", + "version": "0.1.59", "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 44c3feee2b..2f15ab9fb5 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.6", + "version": "0.9.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 cc473a9cd1..80c254866e 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.7.1 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + - @inlang/paraglide-js@1.9.1 + ## 1.7.0 ### Minor Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 59c526997e..d92a63441e 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.7.0", + "version": "1.7.1", "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 dcc18a83d7..1143656286 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.67 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.7.1 + ## 1.2.66 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index 727270ee3f..f456b60abe 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.66", + "version": "1.2.67", "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 f0c0a7e948..69f744063e 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.73 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.7.1 + ## 1.0.72 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index c5735fe917..1f9bac40d4 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.72", + "version": "1.0.73", "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 281dd3d710..d2d6def2f5 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.7 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 4.14.6 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 9b7581bf97..6329b80ded 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.6", + "version": "4.14.7", "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 f071eb1b7e..fba5e297f7 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.50 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 5.1.49 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index 68cb5d01a6..78a157ab25 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.49", + "version": "5.1.50", "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 740710684c..11bdc45fb0 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.30 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.9.29 ### 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 1875b67105..db3e6da669 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.29", + "version": "0.9.30", "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 f8aa12112b..c93c98779e 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.42 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 1.3.41 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 66c93e6871..58fbd0b583 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.41", + "version": "1.3.42", "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 470b1750fa..0c2178e088 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.30 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.6.29 ### 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 7271c3a918..971873a16d 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.29", + "version": "0.6.30", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index d044a58a5d..bd7eba1639 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.30 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.3.29 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index c689df0e27..4ed58acb8e 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.29", + "version": "0.3.30", "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 363d354dda..5d8add2017 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.35.8 + +### Patch Changes + +- da7c207: fixes reactive alias by id map - to support experimental aliases flag again + ## 0.35.7 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index c4af0b47e4..6bca8ef4af 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 [da7c207] + - @inlang/sdk@0.35.8 + - @inlang/cli@2.18.1 + +## null + +### Patch Changes + - Updated dependencies [2a5645c] - @inlang/sdk@0.35.7 - @inlang/cli@2.18.1 diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index c586f621a8..b231f9a171 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.7", + "version": "0.35.8", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index 81d3184714..6f622b1af7 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.35 +- @inlang/plugin-message-format@2.2.0 +- @inlang/rpc@0.3.30 +- @inlang/telemetry@0.3.45 +- @inlang/website@null + +## null + +### Patch Changes + - @inlang/badge@0.7.34 - @inlang/plugin-message-format@2.2.0 - @inlang/rpc@0.3.29 diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md index 00886806b7..854d0910f3 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.25 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 1.0.24 ### Patch Changes diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index 8d410c6267..4b7c25383c 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.24", + "version": "1.0.25", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index de2d3fdfd3..126c618113 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.45 + +### Patch Changes + +- Updated dependencies [da7c207] + - @inlang/sdk@0.35.8 + ## 0.3.44 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index d8987fe0a5..11a1d6468b 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.44", + "version": "0.3.45", "private": true, "exports": { ".": "./dist/index.js",