diff --git a/.changeset/lucky-eagles-guess.md b/.changeset/lucky-eagles-guess.md deleted file mode 100644 index 3d4824b877..0000000000 --- a/.changeset/lucky-eagles-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-js-adapter-astro": patch ---- - -fix: `languageTag()` not being set properly on windows. This bug was caused by duplicate module instantiation. diff --git a/.changeset/mean-masks-tease.md b/.changeset/mean-masks-tease.md deleted file mode 100644 index bde9195793..0000000000 --- a/.changeset/mean-masks-tease.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@inlang/cross-sell-sherlock": patch -"@inlang/plugin-next-intl": patch -"@inlang/plugin-i18next": patch -"vs-code-extension": patch -"@inlang/plugin-json": patch ---- - -fix discord link diff --git a/.changeset/mighty-brooms-leave.md b/.changeset/mighty-brooms-leave.md deleted file mode 100644 index 2bf55b745b..0000000000 --- a/.changeset/mighty-brooms-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@inlang/paraglide-js-adapter-unplugin": patch -"@inlang/paraglide-js": patch ---- - -fix `openRepository` crash in non-git environments diff --git a/inlang/source-code/cross-sell/cross-sell-sherlock/CHANGELOG.md b/inlang/source-code/cross-sell/cross-sell-sherlock/CHANGELOG.md index a0df92c6e4..7f006913d5 100644 --- a/inlang/source-code/cross-sell/cross-sell-sherlock/CHANGELOG.md +++ b/inlang/source-code/cross-sell/cross-sell-sherlock/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/cross-sell-sherlock +## 0.0.4 + +### Patch Changes + +- 923a4bb: fix discord link + ## 0.0.3 ### Patch Changes diff --git a/inlang/source-code/cross-sell/cross-sell-sherlock/package.json b/inlang/source-code/cross-sell/cross-sell-sherlock/package.json index 609da08786..898630565d 100644 --- a/inlang/source-code/cross-sell/cross-sell-sherlock/package.json +++ b/inlang/source-code/cross-sell/cross-sell-sherlock/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/cross-sell-sherlock", "description": "A package to cross-sell Sherlock", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 4497a56065..c3d38fb302 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,11 @@ # inlang-vs-code-extension +## 1.36.3 + +### Patch Changes + +- 923a4bb: fix discord link + ## 1.36.2 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index e237252183..52b0b09baa 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.36.2", + "version": "1.36.3", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md index 16e8cba735..0aeefb87c6 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-astro/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-astro +## 0.1.18 + +### Patch Changes + +- 95cf84e: fix: `languageTag()` not being set properly on windows. This bug was caused by duplicate module instantiation. + - @inlang/paraglide-js-adapter-vite@1.2.28 + ## 0.1.17 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json index 0088169006..1eb2420808 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-astro/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-astro", - "version": "0.1.17", + "version": "0.1.18", "author": "inlang (https://inlang.com/)", "description": "A fully type-safe i18n library specifically designed for partial hydration patterns like Astro's islands.", "homepage": "https://inlang.com/m/iljlwzfs/library-inlang-paraglideJsAdapterAstro", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md index cf0cf453d0..6d92e3ac80 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-next-example-app +## 0.2.9 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js@1.3.5 + ## 0.2.8 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json index 7f6286703a..a77ed0df68 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-app", - "version": "0.2.8", + "version": "0.2.9", "private": true, "scripts": { "_dev": "next dev", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md index ff49ff5c05..8f0de01afc 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-next-example-pages +## 0.2.10 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js@1.3.5 + ## 0.2.9 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json index ecd866ea3b..a9613ff29a 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/pages/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-pages", - "version": "0.2.9", + "version": "0.2.10", "private": true, "sideEffects": false, "scripts": { diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md index 2152027246..86f0ede288 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-next-example-turbo +## 0.1.10 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js@1.3.5 + ## 0.1.9 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json index bbdcb9704b..844a615e73 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/examples/turbo/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next-example-turbo", - "version": "0.1.9", + "version": "0.1.10", "private": true, "scripts": { "_dev": "next dev --turbo", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md index 0ec7a2da85..530ba7c609 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-rollup +## 1.0.34 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js-adapter-unplugin@1.4.17 + ## 1.0.33 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json index 05fde56276..96a9c3d972 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-rollup", - "version": "1.0.33", + "version": "1.0.34", "description": "Rollup adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md index c3cb077a93..07a0311abc 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-sveltekit +## 0.5.16 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.28 + ## 0.5.15 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md index 01edf5193c..4b132ca449 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js-adapter-sveltekit-example +## 0.1.12 + +### Patch Changes + +- @inlang/paraglide-js-adapter-sveltekit@0.5.16 + ## 0.1.11 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json index 6fbaccb467..cfa2e7726e 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/example/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-sveltekit-example", - "version": "0.1.11", + "version": "0.1.12", "private": true, "scripts": { "_dev": "vite dev", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json index dbda5d8799..e03378f9c5 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-sveltekit", - "version": "0.5.15", + "version": "0.5.16", "type": "module", "main": "./dist/runtime/index.js", "types": "./dist/runtime/index.d.ts", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md index 1b84315af7..4067c1ad61 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-js-adapter-unplugin +## 1.4.17 + +### Patch Changes + +- 7dce581: fix `openRepository` crash in non-git environments +- Updated dependencies [7dce581] + - @inlang/paraglide-js@1.3.5 + ## 1.4.16 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json index 67b86a869b..bd96b71817 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-unplugin", - "version": "1.4.16", + "version": "1.4.17", "description": "Unplugin adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md index 75095299aa..d1a3942b64 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-vite +## 1.2.28 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js-adapter-unplugin@1.4.17 + ## 1.2.27 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json index 47ea0630ad..994981c871 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-vite/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-vite", - "version": "1.2.27", + "version": "1.2.28", "description": "Vite adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md index 4a8c484ed2..9be237f806 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-js-adapter-webpack +## 1.0.34 + +### Patch Changes + +- Updated dependencies [7dce581] + - @inlang/paraglide-js-adapter-unplugin@1.4.17 + ## 1.0.33 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json index 251ee2fc87..c63c3493f3 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-webpack", - "version": "1.0.33", + "version": "1.0.34", "description": "Webpack adapter for Paraglide.js", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md index 8ee4c3c322..6e0b117263 100644 --- a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js +## 1.3.5 + +### Patch Changes + +- 7dce581: fix `openRepository` crash in non-git environments + ## 1.3.4 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js/package.json b/inlang/source-code/paraglide/paraglide-js/package.json index cc6a4f6075..dd3c074beb 100644 --- a/inlang/source-code/paraglide/paraglide-js/package.json +++ b/inlang/source-code/paraglide/paraglide-js/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-js", "type": "module", - "version": "1.3.4", + "version": "1.3.5", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/plugins/i18next/CHANGELOG.md b/inlang/source-code/plugins/i18next/CHANGELOG.md index 8096bae236..3d1896c198 100644 --- a/inlang/source-code/plugins/i18next/CHANGELOG.md +++ b/inlang/source-code/plugins/i18next/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-i18next +## 4.13.20 + +### Patch Changes + +- 923a4bb: fix discord link + ## 4.13.19 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 7d650c7ea2..7c18a77535 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.19", + "version": "4.13.20", "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 2309ef190f..a57d8dd029 100644 --- a/inlang/source-code/plugins/json/CHANGELOG.md +++ b/inlang/source-code/plugins/json/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-json +## 5.1.21 + +### Patch Changes + +- 923a4bb: fix discord link + ## 5.1.20 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index 30846695c0..f4ad736a06 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.20", + "version": "5.1.21", "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 9e71fbf3c7..928a45ce8b 100644 --- a/inlang/source-code/plugins/next-intl/CHANGELOG.md +++ b/inlang/source-code/plugins/next-intl/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-next-intl +## 1.3.11 + +### Patch Changes + +- 923a4bb: fix discord link + ## 1.3.10 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 7a9d687ba6..d4bf74a087 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.10", + "version": "1.3.11", "type": "module", "exports": { ".": "./dist/index.js"