diff --git a/.changeset/big-geckos-wait.md b/.changeset/big-geckos-wait.md deleted file mode 100644 index 562d8a1d47..0000000000 --- a/.changeset/big-geckos-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/sdk": patch ---- - -Add @inlang/sdk/v2 types for MessageBundle diff --git a/.changeset/mighty-comics-sneeze.md b/.changeset/mighty-comics-sneeze.md deleted file mode 100644 index e7d23aece8..0000000000 --- a/.changeset/mighty-comics-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vs-code-extension": patch ---- - -Use workspace:\* for settings-component diff --git a/inlang/development-projects/inlang-nextjs/CHANGELOG.md b/inlang/development-projects/inlang-nextjs/CHANGELOG.md index 70e6e8b51b..4fafd42c4a 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.11 + +### Patch Changes + +- @inlang/cli@2.16.3 + ## 0.1.10 ### Patch Changes diff --git a/inlang/development-projects/inlang-nextjs/package.json b/inlang/development-projects/inlang-nextjs/package.json index 7409b13685..46e184a7af 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.10", + "version": "0.1.11", "private": true, "scripts": { "dev": "next dev", diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index dd860488b9..a339328a75 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/badge +## 0.7.21 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.7.20 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index 7d2266b589..316a231230 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.20", + "version": "0.7.21", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cli/CHANGELOG.md b/inlang/source-code/cli/CHANGELOG.md index 7dfd352127..b77bf3565e 100644 --- a/inlang/source-code/cli/CHANGELOG.md +++ b/inlang/source-code/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/cli +## 2.16.3 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 2.16.2 ### Patch Changes diff --git a/inlang/source-code/cli/package.json b/inlang/source-code/cli/package.json index 4df678693e..d9bc4d4cb0 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.2", + "version": "2.16.3", "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 66f0bc7abc..acd869638a 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.13 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.0.12 ### 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 3f9a84f08d..afef2b2d2d 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.12", + "version": "0.0.13", "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 9269c77ecd..fa3ce3faf6 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.4 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.0.3 ### Patch Changes diff --git a/inlang/source-code/doc-layout-component/package.json b/inlang/source-code/doc-layout-component/package.json index 922adc9e2b..01c7540267 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.3", + "version": "0.0.4", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 317574d097..c5ca3e5269 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.11 + +## null + +### Patch Changes + - Updated dependencies [9165e64] - @lix-js/client@1.4.0 - @inlang/settings-component@1.0.5 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 e308e3efe6..f0bc21705a 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.19 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + - @inlang/paraglide-js@1.8.0 + ## 0.0.18 ### 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 8b5dbf0061..c0b509992d 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.18", + "version": "0.0.19", "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 3fd6545edc..85c19ffdd7 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.28 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.2.27 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 4a50518ac2..2b5608e1bc 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.27", + "version": "0.2.28", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 2b37d87130..4fe1261f7c 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,16 @@ # inlang-vs-code-extension +## 1.42.9 + +### Patch Changes + +- 05af646: Use workspace:\* for settings-component +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + - @inlang/rpc@0.3.16 + - @inlang/settings-component@1.0.11 + - @inlang/telemetry@0.3.31 + ## 1.42.8 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 8a26b5b4bf..5944d74862 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.8", + "version": "1.42.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 f31d3d5602..0eec01e1e3 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.2 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.1.1 ### Patch Changes diff --git a/inlang/source-code/message-bundle-component/package.json b/inlang/source-code/message-bundle-component/package.json index 5ac6eb912c..124c250c2f 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.1", + "version": "0.1.2", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index 99411f883e..07ff00c1cd 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.11 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.51 + ## 0.1.10 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 585c0f65c4..54dcc16c7d 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.10", + "version": "0.1.11", "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 5da9211d45..bce30c9cda 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.57 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.1 + ## 1.0.56 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index 01949b7b77..6e2c4cc058 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.56", + "version": "1.0.57", "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 3135eb2ad1..47c852214f 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.18 + +### Patch Changes + +- @inlang/paraglide-js@1.8.0 +- @inlang/paraglide-vite@1.2.51 + ## 0.6.17 ### 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 9b0736a651..379f2db9d5 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.37 + +### Patch Changes + +- @inlang/paraglide-sveltekit@0.6.18 + ## 0.1.36 ### 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 b34a41a0f0..41023e94b3 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.36", + "version": "0.1.37", "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 56ddd2fc46..c85576a7fe 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.17", + "version": "0.6.18", "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 1800b71a2e..0a969da521 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.1 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + - @inlang/paraglide-js@1.8.0 + ## 1.6.0 ### Minor Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 085433ccfd..559e984c36 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.0", + "version": "1.6.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 94f8a88d11..3c500d6867 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.51 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.1 + ## 1.2.50 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index e0c65e2196..bb9264c471 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.50", + "version": "1.2.51", "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 031aaf7e1d..1c0a8ea5c2 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.57 + +### Patch Changes + +- @inlang/paraglide-unplugin@1.6.1 + ## 1.0.56 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index e2829dc22a..8c683d3c4b 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.56", + "version": "1.0.57", "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 7ed88d81bc..4caffbab6d 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.35 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 4.13.34 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 6d7c1ce4db..53a91fdbe5 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.34", + "version": "4.13.35", "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 04d1b4148f..e3d875b10e 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.36 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 5.1.35 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index 62bb93d5ad..ee77e34e8e 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.35", + "version": "5.1.36", "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 a2a37b4afa..cb0e29ac9d 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.15 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.9.14 ### 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 64b09f8057..81bfc45b2c 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.14", + "version": "0.9.15", "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 04d58e864a..8695319c9f 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.26 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 1.3.25 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index ec56d29b2e..23b3a38262 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.25", + "version": "1.3.26", "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 d6bb50c158..c34580114b 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.15 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.6.14 ### 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 333f2e94af..9ef396f83c 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.14", + "version": "0.6.15", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 8841a259e6..1a3cb2da3d 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/rpc +## 0.3.16 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.3.15 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index 653439656e..783d7dd3b8 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.15", + "version": "0.3.16", "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 1751969c03..da1a602f90 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/sdk +## 0.34.5 + +### Patch Changes + +- b9eccb7: Add @inlang/sdk/v2 types for MessageBundle + ## 0.34.4 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md index f2692acf28..96ceb2d7ae 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 [b9eccb7] + - @inlang/sdk@0.34.5 + - @inlang/cli@2.16.3 + +## null + +### Patch Changes + - Updated dependencies [2a90116] - @inlang/sdk@0.34.4 - @inlang/cli@2.16.2 diff --git a/inlang/source-code/sdk/multi-project-test/CHANGELOG.md b/inlang/source-code/sdk/multi-project-test/CHANGELOG.md index e51ed94658..3fb6f31527 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.3 + +## null + +### Patch Changes + - @inlang/cli@2.16.2 ## null diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index c0a6d02ac4..aa722714a1 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.4", + "version": "0.34.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 6feb9089f4..c6af4fd01a 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.21 +- @inlang/plugin-message-format@2.2.0 +- @inlang/rpc@0.3.16 +- @inlang/telemetry@0.3.31 +- @inlang/website@null + +## null + +### Patch Changes + - @inlang/badge@0.7.20 - @inlang/plugin-message-format@2.2.0 - @inlang/rpc@0.3.15 diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md index c2aefeb951..e6a7c2807f 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.11 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 1.0.10 ### Patch Changes diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index 39058778dd..9cdb1da714 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.10", + "version": "1.0.11", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index 17f8542ab7..4f076fab70 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.31 + +### Patch Changes + +- Updated dependencies [b9eccb7] + - @inlang/sdk@0.34.5 + ## 0.3.30 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index 716376f3f9..4f6f999180 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.30", + "version": "0.3.31", "private": true, "exports": { ".": "./dist/index.js",