diff --git a/.changeset/poor-masks-refuse.md b/.changeset/poor-masks-refuse.md deleted file mode 100644 index 494c36c816..0000000000 --- a/.changeset/poor-masks-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lix-js/sdk": patch ---- - -chore: reduce the minmum node version to v18 to unblock adoption https://github.com/opral/lix-sdk/issues/277 diff --git a/inlang/packages/cli/CHANGELOG.md b/inlang/packages/cli/CHANGELOG.md index 31dbe12731..9e6de5faf4 100644 --- a/inlang/packages/cli/CHANGELOG.md +++ b/inlang/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/cli +## 3.0.7 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 3.0.6 ### Patch Changes diff --git a/inlang/packages/cli/package.json b/inlang/packages/cli/package.json index 377065328b..f993b61dba 100644 --- a/inlang/packages/cli/package.json +++ b/inlang/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "3.0.6", + "version": "3.0.7", "private": false, "publishConfig": { "access": "public" diff --git a/inlang/packages/paraglide/paraglide-js/CHANGELOG.md b/inlang/packages/paraglide/paraglide-js/CHANGELOG.md index e81f6b2342..7639bd07c2 100644 --- a/inlang/packages/paraglide/paraglide-js/CHANGELOG.md +++ b/inlang/packages/paraglide/paraglide-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-js +## 2.0.4 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 2.0.3 ### Patch Changes diff --git a/inlang/packages/paraglide/paraglide-js/package.json b/inlang/packages/paraglide/paraglide-js/package.json index 383ee79ee4..e364cc6d93 100644 --- a/inlang/packages/paraglide/paraglide-js/package.json +++ b/inlang/packages/paraglide/paraglide-js/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-js", "type": "module", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "publishConfig": { "access": "public", diff --git a/inlang/packages/plugins/i18next/CHANGELOG.md b/inlang/packages/plugins/i18next/CHANGELOG.md index 6d92f9f8bc..f5585e74fd 100644 --- a/inlang/packages/plugins/i18next/CHANGELOG.md +++ b/inlang/packages/plugins/i18next/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-i18next +## 6.0.5 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 6.0.4 ### Patch Changes diff --git a/inlang/packages/plugins/i18next/package.json b/inlang/packages/plugins/i18next/package.json index aef563b09e..ea8b7453c2 100644 --- a/inlang/packages/plugins/i18next/package.json +++ b/inlang/packages/plugins/i18next/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-i18next", - "version": "6.0.4", + "version": "6.0.5", "type": "module", "types": "./dist/index.d.ts", "exports": { diff --git a/inlang/packages/plugins/m-function-matcher/CHANGELOG.md b/inlang/packages/plugins/m-function-matcher/CHANGELOG.md index e366775785..fd4dcdf6c9 100644 --- a/inlang/packages/plugins/m-function-matcher/CHANGELOG.md +++ b/inlang/packages/plugins/m-function-matcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-m-function-matcher +## 2.0.6 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 2.0.5 ### Patch Changes diff --git a/inlang/packages/plugins/m-function-matcher/package.json b/inlang/packages/plugins/m-function-matcher/package.json index c0f5bc2589..325ef0dfed 100644 --- a/inlang/packages/plugins/m-function-matcher/package.json +++ b/inlang/packages/plugins/m-function-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-m-function-matcher", - "version": "2.0.5", + "version": "2.0.6", "type": "module", "types": "./dist/index.d.ts", "exports": { diff --git a/inlang/packages/plugins/t-function-matcher/CHANGELOG.md b/inlang/packages/plugins/t-function-matcher/CHANGELOG.md index 4e7cf6d0a4..8ded2af3d4 100644 --- a/inlang/packages/plugins/t-function-matcher/CHANGELOG.md +++ b/inlang/packages/plugins/t-function-matcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/plugin-t-function-matcher +## 2.0.6 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 2.0.5 ### Patch Changes diff --git a/inlang/packages/plugins/t-function-matcher/package.json b/inlang/packages/plugins/t-function-matcher/package.json index 148e2acb07..4545eeccb0 100644 --- a/inlang/packages/plugins/t-function-matcher/package.json +++ b/inlang/packages/plugins/t-function-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-t-function-matcher", - "version": "2.0.5", + "version": "2.0.6", "type": "module", "types": "./dist/index.d.ts", "exports": { diff --git a/inlang/packages/rpc/CHANGELOG.md b/inlang/packages/rpc/CHANGELOG.md index 6fb3b2c419..9eda24ce13 100644 --- a/inlang/packages/rpc/CHANGELOG.md +++ b/inlang/packages/rpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/rpc +## 0.3.46 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 0.3.45 ### Patch Changes diff --git a/inlang/packages/rpc/package.json b/inlang/packages/rpc/package.json index d16cdc1c61..12a4d31fa7 100644 --- a/inlang/packages/rpc/package.json +++ b/inlang/packages/rpc/package.json @@ -27,7 +27,7 @@ "express": "^4.18.2" }, "license": "Apache-2.0", - "version": "0.3.45", + "version": "0.3.46", "devDependencies": { "@opral/tsconfig": "workspace:*", "@types/body-parser": "1.19.2", diff --git a/inlang/packages/sdk/CHANGELOG.md b/inlang/packages/sdk/CHANGELOG.md index 6d9c57447c..9bd115f9c8 100644 --- a/inlang/packages/sdk/CHANGELOG.md +++ b/inlang/packages/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/sdk +## 2.4.4 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + ## 2.4.3 ### Patch Changes diff --git a/inlang/packages/sdk/package.json b/inlang/packages/sdk/package.json index 78bd4544f5..c7b616e1e5 100644 --- a/inlang/packages/sdk/package.json +++ b/inlang/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/sdk", - "version": "2.4.3", + "version": "2.4.4", "type": "module", "license": "MIT", "publishConfig": { diff --git a/inlang/packages/sherlock/CHANGELOG.md b/inlang/packages/sherlock/CHANGELOG.md index 46c0208d20..fdacb812f2 100644 --- a/inlang/packages/sherlock/CHANGELOG.md +++ b/inlang/packages/sherlock/CHANGELOG.md @@ -1,5 +1,14 @@ # inlang-vs-code-extension +## 2.0.10 + +### Patch Changes + +- @inlang/sdk@2.4.4 +- @inlang/rpc@0.3.46 +- @inlang/editor-component@4.0.4 +- @inlang/settings-component@5.0.0 + ## 2.0.9 ### Patch Changes diff --git a/inlang/packages/sherlock/package.json b/inlang/packages/sherlock/package.json index 391f02d301..da56a66ab0 100644 --- a/inlang/packages/sherlock/package.json +++ b/inlang/packages/sherlock/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/opral/monorepo.git" }, "icon": "assets/sherlock-logo.png", - "version": "2.0.9", + "version": "2.0.10", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/CHANGELOG.md b/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/CHANGELOG.md index 4a45dc6dbe..8084ab62ef 100644 --- a/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/CHANGELOG.md +++ b/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/CHANGELOG.md @@ -1,5 +1,11 @@ # sherlock-editor-app +## 0.0.10 + +### Patch Changes + +- @inlang/editor-component@4.0.4 + ## 0.0.9 ### Patch Changes diff --git a/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/package.json b/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/package.json index 9ed07b1b09..c2fedd3f9e 100644 --- a/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/package.json +++ b/inlang/packages/sherlock/src/utilities/editor/sherlock-editor-app/package.json @@ -1,7 +1,7 @@ { "name": "sherlock-editor-app", "private": true, - "version": "0.0.9", + "version": "0.0.10", "type": "module", "scripts": { "dev": "vite", diff --git a/inlang/packages/ui-components/editor-component/CHANGELOG.md b/inlang/packages/ui-components/editor-component/CHANGELOG.md index 3ce85c9ac6..468fd709a1 100644 --- a/inlang/packages/ui-components/editor-component/CHANGELOG.md +++ b/inlang/packages/ui-components/editor-component/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/message-bundle-component +## 4.0.4 + +### Patch Changes + +- @inlang/sdk@2.4.4 + ## 4.0.3 ### Patch Changes diff --git a/inlang/packages/ui-components/editor-component/package.json b/inlang/packages/ui-components/editor-component/package.json index 2b15e90e9a..87e4e4c9dc 100644 --- a/inlang/packages/ui-components/editor-component/package.json +++ b/inlang/packages/ui-components/editor-component/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/editor-component", "type": "module", - "version": "4.0.3", + "version": "4.0.4", "publishConfig": { "access": "public" }, diff --git a/packages/csv-app/CHANGELOG.md b/packages/csv-app/CHANGELOG.md index bb005634d2..125410aec8 100644 --- a/packages/csv-app/CHANGELOG.md +++ b/packages/csv-app/CHANGELOG.md @@ -1,5 +1,13 @@ # csv-app +## 0.2.9 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + - @lix-js/plugin-csv@0.1.6 + ## 0.2.8 ### Patch Changes diff --git a/packages/csv-app/package.json b/packages/csv-app/package.json index a89dc90662..c5b78924e6 100644 --- a/packages/csv-app/package.json +++ b/packages/csv-app/package.json @@ -1,7 +1,7 @@ { "name": "csv-app", "private": true, - "version": "0.2.8", + "version": "0.2.9", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/lix-file-manager/CHANGELOG.md b/packages/lix-file-manager/CHANGELOG.md index eaececc98d..16b95bd142 100644 --- a/packages/lix-file-manager/CHANGELOG.md +++ b/packages/lix-file-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # lix-file-manager +## 0.2.9 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + - @lix-js/plugin-csv@0.1.6 + ## 0.2.8 ### Patch Changes diff --git a/packages/lix-file-manager/package.json b/packages/lix-file-manager/package.json index 625fcd8506..10887e2c6e 100644 --- a/packages/lix-file-manager/package.json +++ b/packages/lix-file-manager/package.json @@ -1,7 +1,7 @@ { "name": "lix-file-manager", "private": true, - "version": "0.2.8", + "version": "0.2.9", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/lix-host/CHANGELOG.md b/packages/lix-host/CHANGELOG.md index 4548def82d..e3b3edc4c7 100644 --- a/packages/lix-host/CHANGELOG.md +++ b/packages/lix-host/CHANGELOG.md @@ -1,5 +1,12 @@ # @lix-js/host +## 0.0.14 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + ## 0.0.13 ### Patch Changes diff --git a/packages/lix-host/package.json b/packages/lix-host/package.json index 31febdf9bb..e5ee599e5a 100644 --- a/packages/lix-host/package.json +++ b/packages/lix-host/package.json @@ -2,7 +2,7 @@ "name": "@lix-js/host", "private": true, "type": "module", - "version": "0.0.13", + "version": "0.0.14", "license": "Apache-2.0", "types": "./dist/index.d.ts", "exports": { diff --git a/packages/lix-plugin-csv/CHANGELOG.md b/packages/lix-plugin-csv/CHANGELOG.md index 8fffb79c80..0ff424fffc 100644 --- a/packages/lix-plugin-csv/CHANGELOG.md +++ b/packages/lix-plugin-csv/CHANGELOG.md @@ -1,5 +1,12 @@ # @lix-js/plugin-csv +## 0.1.6 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + ## 0.1.5 ### Patch Changes diff --git a/packages/lix-plugin-csv/package.json b/packages/lix-plugin-csv/package.json index 7d0000be1f..0b4de6f9ed 100644 --- a/packages/lix-plugin-csv/package.json +++ b/packages/lix-plugin-csv/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "types": "./dist/index.d.ts", "exports": { diff --git a/packages/lix-plugin-json/CHANGELOG.md b/packages/lix-plugin-json/CHANGELOG.md index 8d53db7595..244f6376cd 100644 --- a/packages/lix-plugin-json/CHANGELOG.md +++ b/packages/lix-plugin-json/CHANGELOG.md @@ -1,5 +1,12 @@ # @lix-js/plugin-json +## 0.1.5 + +### Patch Changes + +- Updated dependencies [85478f8] + - @lix-js/sdk@0.4.4 + ## 0.1.4 ### Patch Changes diff --git a/packages/lix-plugin-json/package.json b/packages/lix-plugin-json/package.json index 9aaf25abe5..1ea008a63d 100644 --- a/packages/lix-plugin-json/package.json +++ b/packages/lix-plugin-json/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "types": "./dist/index.d.ts", "exports": { diff --git a/packages/lix-sdk/CHANGELOG.md b/packages/lix-sdk/CHANGELOG.md index 47000bbcec..d5514f14ca 100644 --- a/packages/lix-sdk/CHANGELOG.md +++ b/packages/lix-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @lix-js/sdk +## 0.4.4 + +### Patch Changes + +- 85478f8: chore: reduce the minmum node version to v18 to unblock adoption https://github.com/opral/lix-sdk/issues/277 + ## 0.4.3 ### Patch Changes diff --git a/packages/lix-sdk/package.json b/packages/lix-sdk/package.json index a313cc8bd5..c24586beae 100644 --- a/packages/lix-sdk/package.json +++ b/packages/lix-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@lix-js/sdk", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "license": "Apache-2.0", "types": "./dist/index.d.ts", "exports": { diff --git a/packages/lix-website-server/CHANGELOG.md b/packages/lix-website-server/CHANGELOG.md index cad7cf2766..12cb364d7e 100644 --- a/packages/lix-website-server/CHANGELOG.md +++ b/packages/lix-website-server/CHANGELOG.md @@ -1,5 +1,12 @@ # lix-website-server +## 0.0.13 + +### Patch Changes + +- csv-app@0.2.9 +- lix-file-manager@0.2.9 + ## 0.0.12 ### Patch Changes diff --git a/packages/lix-website-server/package.json b/packages/lix-website-server/package.json index f07c338be6..1ec535b20f 100644 --- a/packages/lix-website-server/package.json +++ b/packages/lix-website-server/package.json @@ -2,7 +2,7 @@ "name": "lix-website-server", "type": "module", "private": true, - "version": "0.0.12", + "version": "0.0.13", "scripts": { "dev": "tsx watch ./src/main.ts", "production": "NODE_ENV=production tsx ./src/main.ts",