diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09c12c9..879fc7b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.10.2", - "plugin": "0.29.2", - "dev": "0.28.2", - "dev-alternative-config": "0.1.17" + ".": "0.11.0", + "plugin": "0.30.0", + "dev": "0.29.0", + "dev-alternative-config": "0.1.18" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a662a..0909df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.10.2...source-v0.11.0) (2024-10-29) + + +### Features + +* **plugin:** deep merge source lexical block values into translation ([#221](https://github.com/thompsonsj/payload-crowdin-sync/issues/221)) ([8354f56](https://github.com/thompsonsj/payload-crowdin-sync/commit/8354f56e394ad69df4b4fae5cca845dbf2800ccd)) + ## [0.10.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.10.1...source-v0.10.2) (2024-10-28) diff --git a/dev-alternative-config/dev-alternative-config/CHANGELOG.md b/dev-alternative-config/dev-alternative-config/CHANGELOG.md index 4e24933..caff605 100644 --- a/dev-alternative-config/dev-alternative-config/CHANGELOG.md +++ b/dev-alternative-config/dev-alternative-config/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.18](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.17...dev-alternative-config-v0.1.18) (2024-10-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.29.2 to 0.30.0 + ## [0.1.17](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.16...dev-alternative-config-v0.1.17) (2024-10-28) diff --git a/dev-alternative-config/package.json b/dev-alternative-config/package.json index 15e5a0a..d982fed 100644 --- a/dev-alternative-config/package.json +++ b/dev-alternative-config/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev-alternative-config", - "version": "0.1.17", + "version": "0.1.18", "private": true, "scripts": { "dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts nodemon", @@ -13,7 +13,7 @@ "generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts payload generate:graphQLSchema" }, "dependencies": { - "payload-crowdin-sync": "0.29.2", + "payload-crowdin-sync": "0.30.0", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index 232e0f0..dd964fe 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.29.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.28.2...dev-v0.29.0) (2024-10-29) + + +### Features + +* **plugin:** deep merge source lexical block values into translation ([#221](https://github.com/thompsonsj/payload-crowdin-sync/issues/221)) ([8354f56](https://github.com/thompsonsj/payload-crowdin-sync/commit/8354f56e394ad69df4b4fae5cca845dbf2800ccd)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.29.2 to 0.30.0 + ## [0.28.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.28.1...dev-v0.28.2) (2024-10-28) diff --git a/dev/package.json b/dev/package.json index cc760ca..3208dd0 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev", - "version": "0.28.2", + "version": "0.29.0", "private": true, "scripts": { "dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts nodemon", @@ -13,7 +13,7 @@ "generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts payload generate:graphQLSchema" }, "dependencies": { - "payload-crowdin-sync": "0.29.2", + "payload-crowdin-sync": "0.30.0", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/package-lock.json b/package-lock.json index 7260f0b..31b7c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.2", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.2", + "version": "0.11.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.35.0", diff --git a/package.json b/package.json index ad3511a..c6f727d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.2", + "version": "0.11.0", "license": "MIT", "scripts": { "release": "nx build plugin && cd dist/plugin && npm publish", diff --git a/plugin/package.json b/plugin/package.json index a3134c9..dd4342c 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.29.2", + "version": "0.30.0", "description": "Automatically upload/sync localized fields from the default locale to Crowdin. Make these fields read-only in other locales and update them using Crowdin translations.", "scripts": { "test": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --detectOpenHandles", diff --git a/plugin/plugin/CHANGELOG.md b/plugin/plugin/CHANGELOG.md index b4aca62..4f7d070 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.29.2...payload-crowdin-sync-v0.30.0) (2024-10-29) + + +### Features + +* **plugin:** deep merge source lexical block values into translation ([#221](https://github.com/thompsonsj/payload-crowdin-sync/issues/221)) ([8354f56](https://github.com/thompsonsj/payload-crowdin-sync/commit/8354f56e394ad69df4b4fae5cca845dbf2800ccd)) + ## [0.29.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.29.1...payload-crowdin-sync-v0.29.2) (2024-10-28)