diff --git a/.changeset/brave-chairs-cheat.md b/.changeset/brave-chairs-cheat.md deleted file mode 100644 index 10c26e60f1..0000000000 --- a/.changeset/brave-chairs-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-js": minor ---- - -paraglide deprecate aliases diff --git a/.changeset/real-nails-behave.md b/.changeset/real-nails-behave.md deleted file mode 100644 index 405b4acec7..0000000000 --- a/.changeset/real-nails-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-js-adapter-sveltekit": patch ---- - -Add warning message if an `` tag is used in the same component as `` since they can't be translated diff --git a/.changeset/twenty-terms-remember.md b/.changeset/twenty-terms-remember.md deleted file mode 100644 index c036ef0138..0000000000 --- a/.changeset/twenty-terms-remember.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@inlang/project-settings": minor -"@inlang/message": minor -"@inlang/paraglide-js": minor -"vs-code-extension": minor -"@inlang/cli": minor -"@inlang/rpc": minor -"@inlang/sdk": minor -"@lix-js/client": minor -"@inlang/message-lint-rule-without-source": patch -"@inlang/message-lint-rule-missing-translation": patch -"@inlang/message-lint-rule-identical-pattern": patch -"@inlang/message-lint-rule-empty-pattern": patch -"@inlang/message-lint-rule-snake-case-id": patch -"@inlang/plugin-message-format": patch -"@inlang/plugin-next-intl": patch -"@inlang/plugin-i18next": patch -"@inlang/plugin-json": patch -"@inlang/badge": patch ---- - -File locking for concurrent message updates through the load/store plugin api -Auto-generated human-IDs and aliases - only with experimental: { aliases: true } diff --git a/inlang/source-code/badge/CHANGELOG.md b/inlang/source-code/badge/CHANGELOG.md index 7b4cbb81f8..d3cd61c0b2 100644 --- a/inlang/source-code/badge/CHANGELOG.md +++ b/inlang/source-code/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @inlang/badge +## 0.7.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 + ## 0.7.4 ### Patch Changes diff --git a/inlang/source-code/badge/package.json b/inlang/source-code/badge/package.json index 3dd5563370..d397d7d9c8 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.4", + "version": "0.7.5", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/cli/CHANGELOG.md b/inlang/source-code/cli/CHANGELOG.md index c2d17000d1..5fa0815bfb 100644 --- a/inlang/source-code/cli/CHANGELOG.md +++ b/inlang/source-code/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @inlang/cli +## 2.13.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 + ## 2.12.6 ### Patch Changes diff --git a/inlang/source-code/cli/package.json b/inlang/source-code/cli/package.json index 85dbe529a8..3c34e288f1 100644 --- a/inlang/source-code/cli/package.json +++ b/inlang/source-code/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "2.12.6", + "version": "2.13.0", "private": false, "publishConfig": { "access": "public" diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 8e322bc288..7531983224 100644 --- a/inlang/source-code/editor/CHANGELOG.md +++ b/inlang/source-code/editor/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies [4837297] + - @lix-js/client@0.9.0 + - @lix-js/server@null + +## null + +### Patch Changes + - @lix-js/server@null ## null diff --git a/inlang/source-code/github-lint-action/CHANGELOG.md b/inlang/source-code/github-lint-action/CHANGELOG.md index 436efd0d7b..c2c0ba5d89 100644 --- a/inlang/source-code/github-lint-action/CHANGELOG.md +++ b/inlang/source-code/github-lint-action/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/github-lint-action +## 0.2.5 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 + ## 0.2.1 ### Patch Changes diff --git a/inlang/source-code/github-lint-action/package.json b/inlang/source-code/github-lint-action/package.json index 597a910ebb..5ca23fb768 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.4", + "version": "0.2.5", "private": true, "publishConfig": { "access": "public" diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index b37bd3ad2b..e9dc149adc 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,19 @@ # inlang-vs-code-extension +## 1.34.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 + - @inlang/telemetry@0.3.14 + ## 1.33.0 ### Minor Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index 40a4daac6a..efe96861a6 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.33.0", + "version": "1.34.0", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/marketplace-registry/CHANGELOG.md b/inlang/source-code/marketplace-registry/CHANGELOG.md index 7839ee4f44..d616956735 100644 --- a/inlang/source-code/marketplace-registry/CHANGELOG.md +++ b/inlang/source-code/marketplace-registry/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/marketplace-registry +## 1.5.6 + +### Patch Changes + +- @inlang/marketplace-manifest@1.3.5 + ## 1.5.5 ### Patch Changes diff --git a/inlang/source-code/marketplace-registry/package.json b/inlang/source-code/marketplace-registry/package.json index 58776087f0..89fc5365e1 100644 --- a/inlang/source-code/marketplace-registry/package.json +++ b/inlang/source-code/marketplace-registry/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/marketplace-registry", "type": "module", - "version": "1.5.5", + "version": "1.5.6", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/message-lint-rules/camelCaseId/CHANGELOG.md b/inlang/source-code/message-lint-rules/camelCaseId/CHANGELOG.md index ff0a8dca6a..2924835f5d 100644 --- a/inlang/source-code/message-lint-rules/camelCaseId/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/camelCaseId/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/message-lint-rule-camel-case-id +## 1.1.5 + +### Patch Changes + +- @inlang/message-lint-rule@1.4.5 + ## 1.1.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/camelCaseId/package.json b/inlang/source-code/message-lint-rules/camelCaseId/package.json index cb04907d08..5052ba7fb0 100644 --- a/inlang/source-code/message-lint-rules/camelCaseId/package.json +++ b/inlang/source-code/message-lint-rules/camelCaseId/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-camel-case-id", - "version": "1.1.4", + "version": "1.1.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/emptyPattern/CHANGELOG.md b/inlang/source-code/message-lint-rules/emptyPattern/CHANGELOG.md index 6654d0414e..4966a1e4c6 100644 --- a/inlang/source-code/message-lint-rules/emptyPattern/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/emptyPattern/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule-empty-pattern +## 1.4.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + - @inlang/message-lint-rule@1.4.5 + ## 1.4.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/emptyPattern/package.json b/inlang/source-code/message-lint-rules/emptyPattern/package.json index 4ddba32eb0..98aaf1dcfb 100644 --- a/inlang/source-code/message-lint-rules/emptyPattern/package.json +++ b/inlang/source-code/message-lint-rules/emptyPattern/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-empty-pattern", - "version": "1.4.4", + "version": "1.4.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/identicalPattern/CHANGELOG.md b/inlang/source-code/message-lint-rules/identicalPattern/CHANGELOG.md index 758275e58b..f52a34404c 100644 --- a/inlang/source-code/message-lint-rules/identicalPattern/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/identicalPattern/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule-identical-pattern +## 1.5.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + - @inlang/message-lint-rule@1.4.5 + ## 1.5.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/identicalPattern/package.json b/inlang/source-code/message-lint-rules/identicalPattern/package.json index 90d2ae24ae..5d460e552a 100644 --- a/inlang/source-code/message-lint-rules/identicalPattern/package.json +++ b/inlang/source-code/message-lint-rules/identicalPattern/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-identical-pattern", - "version": "1.5.4", + "version": "1.5.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/messageWithoutSource/CHANGELOG.md b/inlang/source-code/message-lint-rules/messageWithoutSource/CHANGELOG.md index f607b3306a..038a657d40 100644 --- a/inlang/source-code/message-lint-rules/messageWithoutSource/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/messageWithoutSource/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule-without-source +## 1.4.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + - @inlang/message-lint-rule@1.4.5 + ## 1.4.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/messageWithoutSource/package.json b/inlang/source-code/message-lint-rules/messageWithoutSource/package.json index e939b76d0d..71c8b9bcce 100644 --- a/inlang/source-code/message-lint-rules/messageWithoutSource/package.json +++ b/inlang/source-code/message-lint-rules/messageWithoutSource/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-without-source", - "version": "1.4.4", + "version": "1.4.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/missingTranslation/CHANGELOG.md b/inlang/source-code/message-lint-rules/missingTranslation/CHANGELOG.md index ff44b09a97..b60931e41f 100644 --- a/inlang/source-code/message-lint-rules/missingTranslation/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/missingTranslation/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule-missing-translation +## 1.4.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + - @inlang/message-lint-rule@1.4.5 + ## 1.4.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/missingTranslation/package.json b/inlang/source-code/message-lint-rules/missingTranslation/package.json index 4dd350ae6e..f4febd379c 100644 --- a/inlang/source-code/message-lint-rules/missingTranslation/package.json +++ b/inlang/source-code/message-lint-rules/missingTranslation/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-missing-translation", - "version": "1.4.4", + "version": "1.4.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/snakeCaseId/CHANGELOG.md b/inlang/source-code/message-lint-rules/snakeCaseId/CHANGELOG.md index 59f326eb74..dd87cc3822 100644 --- a/inlang/source-code/message-lint-rules/snakeCaseId/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/snakeCaseId/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule-snake-case-id +## 1.1.5 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + - @inlang/message-lint-rule@1.4.5 + ## 1.1.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/snakeCaseId/package.json b/inlang/source-code/message-lint-rules/snakeCaseId/package.json index c45343cb6b..e0f9f0b8c0 100644 --- a/inlang/source-code/message-lint-rules/snakeCaseId/package.json +++ b/inlang/source-code/message-lint-rules/snakeCaseId/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-snake-case-id", - "version": "1.1.4", + "version": "1.1.5", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/message-lint-rules/validJsIdentifier/CHANGELOG.md b/inlang/source-code/message-lint-rules/validJsIdentifier/CHANGELOG.md index 67e7a20d46..0c38fc6cd7 100644 --- a/inlang/source-code/message-lint-rules/validJsIdentifier/CHANGELOG.md +++ b/inlang/source-code/message-lint-rules/validJsIdentifier/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.0.0 +## 1.0.5 + +### Patch Changes + +- @inlang/message-lint-rule@1.4.5 + ## 1.0.4 ### Patch Changes diff --git a/inlang/source-code/message-lint-rules/validJsIdentifier/package.json b/inlang/source-code/message-lint-rules/validJsIdentifier/package.json index 64f7e5d71b..51e237d169 100644 --- a/inlang/source-code/message-lint-rules/validJsIdentifier/package.json +++ b/inlang/source-code/message-lint-rules/validJsIdentifier/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/message-lint-rule-valid-js-identifier", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "exports": { ".": "./dist/index.js" 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 64cc40a99c..850e155d1f 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,11 @@ # @inlang/paraglide-js-adapter-astro +## 0.1.9 + +### Patch Changes + +- @inlang/paraglide-js-adapter-vite@1.2.20 + ## 0.1.8 ### 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 b5e73c69bb..c913c947ae 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.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://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-astro", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js-adapter-next/CHANGELOG.md index 4e64844ba2..42bcaff155 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-js-adapter-next +## 1.0.0 + +### Patch Changes + +- Updated dependencies [4970afc] +- Updated dependencies [4837297] + - @inlang/paraglide-js@1.3.0 + ## 0.3.0 ### Minor Changes 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 efb4cf0e5e..8128b42f4b 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,13 @@ # @inlang/paraglide-js-adapter-next-example-app +## 0.2.4 + +### Patch Changes + +- Updated dependencies [4970afc] +- Updated dependencies [4837297] + - @inlang/paraglide-js@1.3.0 + ## 0.2.3 ### 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 d721d35473..d57e864d59 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.3", + "version": "0.2.4", "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 aaa5b280e2..f629cc1d55 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,14 @@ # @inlang/paraglide-js-adapter-next-example-pages +## 0.2.4 + +### Patch Changes + +- Updated dependencies [4970afc] +- Updated dependencies [4837297] + - @inlang/paraglide-js@1.3.0 + - @inlang/paraglide-js-adapter-next@1.0.0 + ## 0.2.3 ### 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 27496e802e..27e5efe0ed 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.3", + "version": "0.2.4", "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 f77cc20337..f35b69d62a 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,13 @@ # @inlang/paraglide-js-adapter-next-example-turbo +## 0.1.5 + +### Patch Changes + +- Updated dependencies [4970afc] +- Updated dependencies [4837297] + - @inlang/paraglide-js@1.3.0 + ## 0.1.4 ### 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 7aae5c57fa..4fc7f85673 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.4", + "version": "0.1.5", "private": true, "scripts": { "_dev": "next dev --turbo", diff --git a/inlang/source-code/paraglide/paraglide-js-adapter-next/package.json b/inlang/source-code/paraglide/paraglide-js-adapter-next/package.json index a602f81d09..b221731229 100644 --- a/inlang/source-code/paraglide/paraglide-js-adapter-next/package.json +++ b/inlang/source-code/paraglide/paraglide-js-adapter-next/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-adapter-next", - "version": "0.3.0", + "version": "1.0.0", "publishConfig": { "access": "public" }, 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 6613501d64..a7abfeccf1 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,11 @@ # @inlang/paraglide-js-adapter-rollup +## 1.0.26 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.9 + ## 1.0.25 ### 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 d235600367..1150b85f26 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.25", + "version": "1.0.26", "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 33d8537f8f..320a942719 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,12 @@ # @inlang/paraglide-js-adapter-sveltekit +## 0.5.8 + +### Patch Changes + +- 62e4a5c: Add warning message if an `` tag is used in the same component as `` since they can't be translated + - @inlang/paraglide-js-adapter-vite@1.2.20 + ## 0.5.7 ### 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 7a6ccefac1..60617c271a 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,12 @@ # @inlang/paraglide-js-adapter-sveltekit-example +## 0.1.4 + +### Patch Changes + +- Updated dependencies [62e4a5c] + - @inlang/paraglide-js-adapter-sveltekit@0.5.8 + ## 0.1.3 ### 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 de725a0486..0442b711a2 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.3", + "version": "0.1.4", "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 7fdfa22ce0..dee49edab5 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.7", + "version": "0.5.8", "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 df36d100d8..75853c4380 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,15 @@ # @inlang/paraglide-js-adapter-unplugin +## 1.4.9 + +### Patch Changes + +- Updated dependencies [4970afc] +- Updated dependencies [4837297] + - @inlang/paraglide-js@1.3.0 + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 + ## 1.4.8 ### 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 aee24d510f..bab7349690 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.8", + "version": "1.4.9", "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 bc6262ca60..c83f9d888d 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,11 @@ # @inlang/paraglide-js-adapter-vite +## 1.2.20 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.9 + ## 1.2.19 ### 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 7849899e78..d3c04a7c97 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.19", + "version": "1.2.20", "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 a33e20c3ed..9c18bd4a50 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,11 @@ # @inlang/paraglide-js-adapter-webpack +## 1.0.26 + +### Patch Changes + +- @inlang/paraglide-js-adapter-unplugin@1.4.9 + ## 1.0.25 ### 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 e9960500d8..964e2db54b 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.25", + "version": "1.0.26", "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 08c556afee..a3a8aa6474 100644 --- a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md @@ -1,5 +1,17 @@ # @inlang/paraglide-js +## 1.3.0 + +### Minor Changes + +- 4970afc: paraglide deprecate aliases +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + +### Patch Changes + +- @inlang/cross-sell-sherlock@0.0.2 + ## 1.2.9 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js/package.json b/inlang/source-code/paraglide/paraglide-js/package.json index 40a93b4142..f82645c25f 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.2.9", + "version": "1.3.0", "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 9e2a53d686..7f7e2c4c18 100644 --- a/inlang/source-code/plugins/i18next/CHANGELOG.md +++ b/inlang/source-code/plugins/i18next/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/plugin-i18next +## 4.13.15 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + ## 4.13.14 ### Patch Changes diff --git a/inlang/source-code/plugins/i18next/package.json b/inlang/source-code/plugins/i18next/package.json index 0fcc7c5873..6170be8aed 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.14", + "version": "4.13.15", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/plugins/inlang-message-format/CHANGELOG.md b/inlang/source-code/plugins/inlang-message-format/CHANGELOG.md index 1da8cb934a..75d6a69fad 100644 --- a/inlang/source-code/plugins/inlang-message-format/CHANGELOG.md +++ b/inlang/source-code/plugins/inlang-message-format/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-message-format +## 2.1.1 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + ## 2.1.0 ### Minor Changes diff --git a/inlang/source-code/plugins/inlang-message-format/package.json b/inlang/source-code/plugins/inlang-message-format/package.json index 614536a67b..7a8b7729c6 100644 --- a/inlang/source-code/plugins/inlang-message-format/package.json +++ b/inlang/source-code/plugins/inlang-message-format/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-message-format", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "exports": { "./storage-schema": "./src/storageSchema.ts" diff --git a/inlang/source-code/plugins/json/CHANGELOG.md b/inlang/source-code/plugins/json/CHANGELOG.md index 9d55f6872b..a29ac3e15c 100644 --- a/inlang/source-code/plugins/json/CHANGELOG.md +++ b/inlang/source-code/plugins/json/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/plugin-json +## 5.1.16 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + ## 5.1.15 ### Patch Changes diff --git a/inlang/source-code/plugins/json/package.json b/inlang/source-code/plugins/json/package.json index c028dca218..31c5eca425 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.15", + "version": "5.1.16", "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 ca6c2552b3..644e286386 100644 --- a/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/m-function-matcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/plugin-m-function-matcher +## 0.8.3 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @inlang/plugin@2.4.8 + ## 0.8.2 ### 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 c3859c5305..182de8bcf4 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.8.2", + "version": "0.8.3", "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 b4a45ff4f4..cdad0f5dfe 100644 --- a/inlang/source-code/plugins/next-intl/CHANGELOG.md +++ b/inlang/source-code/plugins/next-intl/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/plugin-next-intl +## 1.3.6 + +### Patch Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + ## 1.3.5 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index 37d72d530f..79a1ac295c 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.5", + "version": "1.3.6", "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 2c8ef4d308..ec66d587ef 100644 --- a/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md +++ b/inlang/source-code/plugins/t-function-matcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/plugin-t-function-matcher +## 0.5.6 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + - @inlang/plugin@2.4.8 + ## 0.5.5 ### 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 a101426ef3..9136939f69 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.5.5", + "version": "0.5.6", "type": "module", "exports": { ".": "./dist/index.js" diff --git a/inlang/source-code/rpc/CHANGELOG.md b/inlang/source-code/rpc/CHANGELOG.md index 9f2137cedd..7a3da3d5eb 100644 --- a/inlang/source-code/rpc/CHANGELOG.md +++ b/inlang/source-code/rpc/CHANGELOG.md @@ -1,5 +1,19 @@ # @inlang/rpc +## 0.3.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/message@2.1.0 + - @inlang/sdk@0.27.0 + - @inlang/marketplace-registry@1.5.6 + ## 0.2.14 ### Patch Changes diff --git a/inlang/source-code/rpc/package.json b/inlang/source-code/rpc/package.json index eff88a5a49..955bfc2866 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.2.14", + "version": "0.3.0", "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 65d58664ac..41c0c91715 100644 --- a/inlang/source-code/sdk/CHANGELOG.md +++ b/inlang/source-code/sdk/CHANGELOG.md @@ -1,5 +1,22 @@ # @inlang/sdk +## 0.27.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/project-settings@2.4.0 + - @inlang/message@2.1.0 + - @lix-js/client@0.9.0 + - @inlang/message-lint-rule@1.4.5 + - @inlang/plugin@2.4.8 + - @inlang/module@1.2.8 + ## 0.26.5 ### Patch Changes diff --git a/inlang/source-code/sdk/load-test/CHANGELOG.md b/inlang/source-code/sdk/load-test/CHANGELOG.md new file mode 100644 index 0000000000..d02403ca2a --- /dev/null +++ b/inlang/source-code/sdk/load-test/CHANGELOG.md @@ -0,0 +1,10 @@ +# @inlang/sdk-load-test + +## null + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/cli@2.13.0 + - @inlang/sdk@0.27.0 + - @lix-js/client@0.9.0 diff --git a/inlang/source-code/sdk/load-test/package.json b/inlang/source-code/sdk/load-test/package.json index 9acc0d1c1a..5274151a5a 100644 --- a/inlang/source-code/sdk/load-test/package.json +++ b/inlang/source-code/sdk/load-test/package.json @@ -27,5 +27,6 @@ "semi": false, "useTabs": true, "printWidth": 100 - } + }, + "version": null } diff --git a/inlang/source-code/sdk/package.json b/inlang/source-code/sdk/package.json index 9e6e3c9e59..ea9e359a5f 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.26.5", + "version": "0.27.0", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/server/CHANGELOG.md b/inlang/source-code/server/CHANGELOG.md index bdd85d5718..74f8100009 100644 --- a/inlang/source-code/server/CHANGELOG.md +++ b/inlang/source-code/server/CHANGELOG.md @@ -4,6 +4,19 @@ ### Patch Changes +- Updated dependencies [4837297] + - @inlang/project-settings@2.4.0 + - @inlang/rpc@0.3.0 + - @inlang/plugin-message-format@2.1.1 + - @inlang/badge@0.7.5 + - @inlang/website@null + - @inlang/marketplace-manifest@1.3.5 + - @inlang/telemetry@0.3.14 + +## null + +### Patch Changes + - Updated dependencies [0c272619a] - @inlang/project-settings@2.3.0 - @inlang/plugin-message-format@2.1.0 diff --git a/inlang/source-code/settings-component/CHANGELOG.md b/inlang/source-code/settings-component/CHANGELOG.md new file mode 100644 index 0000000000..aff5a50aa1 --- /dev/null +++ b/inlang/source-code/settings-component/CHANGELOG.md @@ -0,0 +1,8 @@ +# @inlang/settings-component + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 diff --git a/inlang/source-code/settings-component/package.json b/inlang/source-code/settings-component/package.json index ea7d467f5f..21d239d925 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": "0.0.1", + "version": "0.0.2", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/telemetry/CHANGELOG.md b/inlang/source-code/telemetry/CHANGELOG.md index 54b2f40604..43b22b6d1f 100644 --- a/inlang/source-code/telemetry/CHANGELOG.md +++ b/inlang/source-code/telemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/telemetry +## 0.3.14 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/sdk@0.27.0 + ## 0.3.13 ### Patch Changes diff --git a/inlang/source-code/telemetry/package.json b/inlang/source-code/telemetry/package.json index 1bc568fc60..e417c397f1 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.13", + "version": "0.3.14", "private": true, "exports": { ".": "./dist/index.js", diff --git a/inlang/source-code/templates/message-lint-rule/package.json b/inlang/source-code/templates/message-lint-rule/package.json index 9448aa7ac8..0fe8adc108 100644 --- a/inlang/source-code/templates/message-lint-rule/package.json +++ b/inlang/source-code/templates/message-lint-rule/package.json @@ -12,10 +12,10 @@ "test": "tsc --noEmit && vitest run --passWithNoTests" }, "dependencies": { - "@inlang/sdk": "^0.26.5" + "@inlang/sdk": "^0.27.0" }, "devDependencies": { - "@inlang/cli": "^2.12.6", + "@inlang/cli": "^2.13.0", "typescript": "^5.2.2", "vitest": "^0.34.4" } diff --git a/inlang/source-code/versioned-interfaces/marketplace-manifest/CHANGELOG.md b/inlang/source-code/versioned-interfaces/marketplace-manifest/CHANGELOG.md index 931e26c07d..aec796ae91 100644 --- a/inlang/source-code/versioned-interfaces/marketplace-manifest/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/marketplace-manifest/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/marketplace-manifest +## 1.3.5 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/project-settings@2.4.0 + ## 1.3.4 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/marketplace-manifest/package.json b/inlang/source-code/versioned-interfaces/marketplace-manifest/package.json index 9f55c238b6..ec5e2fb447 100644 --- a/inlang/source-code/versioned-interfaces/marketplace-manifest/package.json +++ b/inlang/source-code/versioned-interfaces/marketplace-manifest/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/marketplace-manifest", "type": "module", - "version": "1.3.4", + "version": "1.3.5", "exports": { ".": "./dist/index.js" }, diff --git a/inlang/source-code/versioned-interfaces/message-lint-rule/CHANGELOG.md b/inlang/source-code/versioned-interfaces/message-lint-rule/CHANGELOG.md index 7b7e713589..3ed0488b89 100644 --- a/inlang/source-code/versioned-interfaces/message-lint-rule/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/message-lint-rule/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/message-lint-rule +## 1.4.5 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/project-settings@2.4.0 + - @inlang/message@2.1.0 + ## 1.4.4 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/message-lint-rule/package.json b/inlang/source-code/versioned-interfaces/message-lint-rule/package.json index 718d952dcc..9b59f764ae 100644 --- a/inlang/source-code/versioned-interfaces/message-lint-rule/package.json +++ b/inlang/source-code/versioned-interfaces/message-lint-rule/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/message-lint-rule", "type": "module", - "version": "1.4.4", + "version": "1.4.5", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/versioned-interfaces/message/CHANGELOG.md b/inlang/source-code/versioned-interfaces/message/CHANGELOG.md index c02b77402b..2a861ddc4b 100644 --- a/inlang/source-code/versioned-interfaces/message/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/message/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/message +## 2.1.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + ## 2.0.3 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/message/package.json b/inlang/source-code/versioned-interfaces/message/package.json index 140892a379..e6b1c0b026 100644 --- a/inlang/source-code/versioned-interfaces/message/package.json +++ b/inlang/source-code/versioned-interfaces/message/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/message", "type": "module", - "version": "2.0.3", + "version": "2.1.0", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/versioned-interfaces/module/CHANGELOG.md b/inlang/source-code/versioned-interfaces/module/CHANGELOG.md index 535618d5b8..a0a3c7cedf 100644 --- a/inlang/source-code/versioned-interfaces/module/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/module/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/module +## 1.2.8 + +### Patch Changes + +- @inlang/message-lint-rule@1.4.5 +- @inlang/plugin@2.4.8 + ## 1.2.7 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/module/package.json b/inlang/source-code/versioned-interfaces/module/package.json index fd4195b567..82adb78189 100644 --- a/inlang/source-code/versioned-interfaces/module/package.json +++ b/inlang/source-code/versioned-interfaces/module/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/module", "type": "module", - "version": "1.2.7", + "version": "1.2.8", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md b/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md index a34ea29655..bf80f0b6df 100644 --- a/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/plugin +## 2.4.8 + +### Patch Changes + +- Updated dependencies [4837297] + - @inlang/project-settings@2.4.0 + - @inlang/message@2.1.0 + ## 2.4.7 ### Patch Changes diff --git a/inlang/source-code/versioned-interfaces/plugin/package.json b/inlang/source-code/versioned-interfaces/plugin/package.json index e2f2e066a4..588f658681 100644 --- a/inlang/source-code/versioned-interfaces/plugin/package.json +++ b/inlang/source-code/versioned-interfaces/plugin/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/plugin", "type": "module", - "version": "2.4.7", + "version": "2.4.8", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/versioned-interfaces/project-settings/CHANGELOG.md b/inlang/source-code/versioned-interfaces/project-settings/CHANGELOG.md index 4303d82bcc..454e44485f 100644 --- a/inlang/source-code/versioned-interfaces/project-settings/CHANGELOG.md +++ b/inlang/source-code/versioned-interfaces/project-settings/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/project-settings +## 2.4.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + ## 2.3.0 ### Minor Changes diff --git a/inlang/source-code/versioned-interfaces/project-settings/package.json b/inlang/source-code/versioned-interfaces/project-settings/package.json index cd8fb9fbe1..26b3811d44 100644 --- a/inlang/source-code/versioned-interfaces/project-settings/package.json +++ b/inlang/source-code/versioned-interfaces/project-settings/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/project-settings", "type": "module", - "version": "2.3.0", + "version": "2.4.0", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/website/CHANGELOG.md b/inlang/source-code/website/CHANGELOG.md index 8e322bc288..7531983224 100644 --- a/inlang/source-code/website/CHANGELOG.md +++ b/inlang/source-code/website/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies [4837297] + - @lix-js/client@0.9.0 + - @lix-js/server@null + +## null + +### Patch Changes + - @lix-js/server@null ## null diff --git a/lix/source-code/client/CHANGELOG.md b/lix/source-code/client/CHANGELOG.md index 5eab3dd2b6..3619fa6b97 100644 --- a/lix/source-code/client/CHANGELOG.md +++ b/lix/source-code/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @lix-js/client +## 0.9.0 + +### Minor Changes + +- 4837297: File locking for concurrent message updates through the load/store plugin api + Auto-generated human-IDs and aliases - only with experimental: { aliases: true } + ## 0.8.0 ### Minor Changes diff --git a/lix/source-code/client/package.json b/lix/source-code/client/package.json index 69bcaf7302..f9d5aeef76 100644 --- a/lix/source-code/client/package.json +++ b/lix/source-code/client/package.json @@ -1,6 +1,6 @@ { "name": "@lix-js/client", - "version": "0.8.0", + "version": "0.9.0", "type": "module", "publishConfig": { "access": "public" diff --git a/lix/source-code/server/CHANGELOG.md b/lix/source-code/server/CHANGELOG.md index 32ace737f2..970f20b9ea 100644 --- a/lix/source-code/server/CHANGELOG.md +++ b/lix/source-code/server/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- @inlang/telemetry@0.3.14 + +## null + +### Patch Changes + - @inlang/telemetry@0.3.13 ## null diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8f679279e..b1ca325f16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2242,11 +2242,11 @@ importers: inlang/source-code/templates/message-lint-rule: dependencies: '@inlang/sdk': - specifier: ^0.26.5 + specifier: ^0.27.0 version: link:../../sdk devDependencies: '@inlang/cli': - specifier: ^2.12.6 + specifier: ^2.13.0 version: link:../../cli typescript: specifier: ^5.2.2