diff --git a/.changeset/gold-panthers-crash.md b/.changeset/gold-panthers-crash.md deleted file mode 100644 index b5bfab0511..0000000000 --- a/.changeset/gold-panthers-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/plugin-next-intl": patch ---- - -add changeset diff --git a/.changeset/shy-feet-march.md b/.changeset/shy-feet-march.md deleted file mode 100644 index af26da7424..0000000000 --- a/.changeset/shy-feet-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vs-code-extension": patch ---- - -fix turning off inline previews also turns off hover for messages diff --git a/.changeset/wet-donkeys-rescue.md b/.changeset/wet-donkeys-rescue.md deleted file mode 100644 index cdce0b95c7..0000000000 --- a/.changeset/wet-donkeys-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/plugin-t-function-matcher": patch ---- - -fix t-function matcher extract message should offer no-brace version diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 47ea2b85da..0b7363b0b7 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.44.12 + +### Patch Changes + +- e318e7b: fix turning off inline previews also turns off hover for messages + ## 1.44.11 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 65a75c89dd..302397ced3 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.11", + "version": "1.44.12", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/plugins/next-intl/CHANGELOG.md b/inlang/source-code/plugins/next-intl/CHANGELOG.md index 8595867e97..f8aa12112b 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.41 + +### Patch Changes + +- 2b36271: add changeset + ## 1.3.40 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 6955c214d9..66c93e6871 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.40", + "version": "1.3.41", "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 88a94df7c7..470b1750fa 100644 --- a/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-t-function-matcher +## 0.6.29 + +### Patch Changes + +- f711787: fix t-function matcher extract message should offer no-brace version + ## 0.6.28 ### 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 13adcaadfd..7271c3a918 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.28", + "version": "0.6.29", "type": "module", "exports": { ".": "./dist/index.js"