diff --git a/.changeset/poor-seas-battle.md b/.changeset/poor-seas-battle.md deleted file mode 100644 index 625f77cb89..0000000000 --- a/.changeset/poor-seas-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": patch ---- - -Refactors Message query to do persistence diff --git a/inlang/development-projects/inlang-nextjs/CHANGELOG.md b/inlang/development-projects/inlang-nextjs/CHANGELOG.md index e4cf23496e..70e6e8b51b 100644 --- a/inlang/development-projects/inlang-nextjs/CHANGELOG.md +++ b/inlang/development-projects/inlang-nextjs/CHANGELOG.md @@ -1,5 +1,11 @@ # next-js-testapp +## 0.1.10 + +### Patch Changes + +- @inlang/cli@2.16.2 + ## 0.1.9 ### Patch Changes diff --git a/inlang/development-projects/inlang-nextjs/package.json b/inlang/development-projects/inlang-nextjs/package.json index 3a7c836c01..7409b13685 100644 --- a/inlang/development-projects/inlang-nextjs/package.json +++ b/inlang/development-projects/inlang-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "next-js-testapp", - "version": "0.1.9", + "version": "0.1.10", "private": true, "scripts": { "dev": "next dev", diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index f5c07c9295..dd860488b9 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.20 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.7.19 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index 484d6cd10f..7d2266b589 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.19", + "version": "0.7.20", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cli/CHANGELOG.md b/inlang/source-code/cli/CHANGELOG.md index 31bd04881e..7dfd352127 100644 --- a/inlang/source-code/cli/CHANGELOG.md +++ b/inlang/source-code/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/cli +## 2.16.2 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 2.16.1 ### Patch Changes diff --git a/inlang/source-code/cli/package.json b/inlang/source-code/cli/package.json index 61e4855e2e..4df678693e 100644 --- a/inlang/source-code/cli/package.json +++ b/inlang/source-code/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "2.16.1", + "version": "2.16.2", "private": false, "publishConfig": { "access": "public" 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 91569ff8a7..66f0bc7abc 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.12 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.0.11 ### 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 829e488e75..3f9a84f08d 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.11", + "version": "0.0.12", "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 b03ab9ddd5..9269c77ecd 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.3 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.0.2 ### Patch Changes diff --git a/inlang/source-code/doc-layout-component/package.json b/inlang/source-code/doc-layout-component/package.json index ed5e91d197..922adc9e2b 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.2", + "version": "0.0.3", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/editor/package.json b/inlang/source-code/editor/package.json index f34c1e54f3..569f7027e4 100644 --- a/inlang/source-code/editor/package.json +++ b/inlang/source-code/editor/package.json @@ -16,7 +16,7 @@ "node": ">=18.0.0" }, "dependencies": { - "@inlang/settings-component": "^1.0.6", + "@inlang/settings-component": "^1.0.9", "@isomorphic-git/cors-proxy": "^2.7.1", "@lix-js/client": "workspace:*", "@lix-js/fs": "workspace:*", 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 d5025f7428..e308e3efe6 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.18 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + - @inlang/paraglide-js@1.8.0 + ## 0.0.17 ### 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 43ec4bb4c0..8b5dbf0061 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.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 68c58d0930..3fd6545edc 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.27 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.2.26 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 2a933c14d9..4a50518ac2 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.26", + "version": "0.2.27", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 200caa7cc9..2b37d87130 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.42.8 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + - @inlang/rpc@0.3.15 + - @inlang/settings-component@1.0.9 + - @inlang/telemetry@0.3.30 + ## 1.42.7 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 79c207e991..6cd84d02f0 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.42.7", + "version": "1.42.8", "engines": { "vscode": "^1.84.2" }, @@ -210,7 +210,7 @@ "@inlang/result": "workspace:*", "@inlang/rpc": "workspace:*", "@inlang/sdk": "workspace:*", - "@inlang/settings-component": "^1.0.6", + "@inlang/settings-component": "^1.0.9", "@inlang/telemetry": "workspace:*", "@lix-js/client": "workspace:*", "@lix-js/fs": "workspace:*", diff --git a/inlang/source-code/message-bundle-component/CHANGELOG.md b/inlang/source-code/message-bundle-component/CHANGELOG.md index c4de69c5e4..f31d3d5602 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.1 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.1.0 ### Minor Changes diff --git a/inlang/source-code/message-bundle-component/package.json b/inlang/source-code/message-bundle-component/package.json index d8fc66cae6..5ac6eb912c 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.0", + "version": "0.1.1", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index e89826d28e..a1b4cd57be 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.9 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.49 + ## 0.1.8 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 90c3fd245f..5cd77e25b4 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.8", + "version": "0.1.9", "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 50e0fb46b7..58aab3be57 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.55 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.5.1 + ## 1.0.54 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index 5b10ef9bba..c9dccd81b1 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.54", + "version": "1.0.55", "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 6ea6bb4e71..3f8c44e9ba 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.6.16 + +### Patch Changes + +- @inlang/paraglide-js@1.8.0 +- @inlang/paraglide-vite@1.2.49 + ## 0.6.15 ### 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 8b07c291d7..435d9ffc95 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.35 + +### Patch Changes + +- @inlang/paraglide-sveltekit@0.6.16 + ## 0.1.34 ### 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 04e6e226c5..e07f6817fc 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.34", + "version": "0.1.35", "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 9d90067908..8024ff0708 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.6.15", + "version": "0.6.16", "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 8a48ab213c..6173c76da9 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.5.1 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + - @inlang/paraglide-js@1.8.0 + ## 1.5.0 ### Minor Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 7609f981f6..44b8c1e1f0 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.5.0", + "version": "1.5.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 f17c6b5a90..5589019d1d 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.49 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.5.1 + ## 1.2.48 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index ca6f7a2041..fd53e1a471 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.48", + "version": "1.2.49", "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 411a5acf56..ad5063a69b 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.55 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.5.1 + ## 1.0.54 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index 33e5b182cb..7349856f86 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.54", + "version": "1.0.55", "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 4edc6eeec7..7ed88d81bc 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.34 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 4.13.33 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index b1985500ca..6d7c1ce4db 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.33", + "version": "4.13.34", "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 5895fd7319..04d1b4148f 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.35 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 5.1.34 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index d7a8e2797c..62bb93d5ad 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.34", + "version": "5.1.35", "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 9bd65d2da0..a2a37b4afa 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.14 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.9.13 ### 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 fcd734ddab..64b09f8057 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.13", + "version": "0.9.14", "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 f04d324f9e..04d58e864a 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.25 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 1.3.24 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index bc19f0b26e..ec56d29b2e 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.24", + "version": "1.3.25", "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 26581d8ad0..d6bb50c158 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.14 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.6.13 ### 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 724729d44b..333f2e94af 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.13", + "version": "0.6.14", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 856a2a1760..8841a259e6 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.15 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.3.14 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index ffeb44f932..653439656e 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.14", + "version": "0.3.15", "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 86f5403ed1..1751969c03 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.34.4 + +### Patch Changes + +- 2a90116: Refactors Message query to do persistence + ## 0.34.3 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index 442f656152..f2692acf28 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 [2a90116] + - @inlang/sdk@0.34.4 + - @inlang/cli@2.16.2 + +## null + +### Patch Changes + - Updated dependencies [bc17d0c] - @inlang/sdk@0.34.3 - @inlang/cli@2.16.1 diff --git a/inlang/source-code/sdk/multi-project-test/CHANGELOG.md b/inlang/source-code/sdk/multi-project-test/CHANGELOG.md index 728205cbfb..e51ed94658 100644 --- a/inlang/source-code/sdk/multi-project-test/CHANGELOG.md +++ b/inlang/source-code/sdk/multi-project-test/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- @inlang/cli@2.16.2 + +## null + +### Patch Changes + - @inlang/cli@2.16.1 ## null diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index 3c27cb49e8..dc509b962d 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.34.3", + "version": "0.34.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 da88e6ec96..6feb9089f4 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.20 +- @inlang/plugin-message-format@2.2.0 +- @inlang/rpc@0.3.15 +- @inlang/telemetry@0.3.30 +- @inlang/website@null + +## null + +### Patch Changes + - Updated dependencies [8805b80] - @inlang/telemetry@0.3.29 - @inlang/website@null diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md index da5a8c2ace..66d5aff173 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.9 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 1.0.8 ### Patch Changes diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index 79842c19d9..7f20e6093b 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.8", + "version": "1.0.9", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index 6a2277759a..17f8542ab7 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.30 + +### Patch Changes + +- Updated dependencies [2a90116] + - @inlang/sdk@0.34.4 + ## 0.3.29 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index def4f7897e..716376f3f9 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.29", + "version": "0.3.30", "private": true, "exports": { ".": "./dist/index.js",