diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0eb6e18..b47862e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.3.1", - "plugin": "0.22.1", - "dev": "0.22.1" + ".": "0.4.0", + "plugin": "0.23.0", + "dev": "0.23.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 80848be..238aa99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.3.1...source-v0.4.0) (2023-12-20) + + +### Features + +* **lexical:** support lexical rich text ([#140](https://github.com/thompsonsj/payload-crowdin-sync/issues/140)) ([4921e4d](https://github.com/thompsonsj/payload-crowdin-sync/commit/4921e4dbc6221f27dae9fa282de09506b3124863)) + ## [0.3.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.3.0...source-v0.3.1) (2023-12-19) diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index a360a35..e3e1b43 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.23.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.22.1...dev-v0.23.0) (2023-12-20) + + +### Features + +* **lexical:** support lexical rich text ([#140](https://github.com/thompsonsj/payload-crowdin-sync/issues/140)) ([4921e4d](https://github.com/thompsonsj/payload-crowdin-sync/commit/4921e4dbc6221f27dae9fa282de09506b3124863)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.22.1 to 0.23.0 + ## [0.22.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.22.0...dev-v0.22.1) (2023-12-19) diff --git a/dev/package.json b/dev/package.json index f8659c1..44a159b 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev", - "version": "0.22.1", + "version": "0.23.0", "private": true, "scripts": { "dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.default.ts nodemon", @@ -13,7 +13,7 @@ "generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.default.ts payload generate:graphQLSchema" }, "dependencies": { - "payload-crowdin-sync": "0.22.1", + "payload-crowdin-sync": "0.23.0", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/package-lock.json b/package-lock.json index 6cb11f7..5addd0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.28.2", diff --git a/package.json b/package.json index d623890..8041a37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "scripts": { "release": "nx build plugin && npm publish --prefix dist/plugin", diff --git a/plugin/package.json b/plugin/package.json index 5ea8ea3..d32ee7f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.22.1", + "version": "0.23.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 9fa104e..eac6114 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.22.1...payload-crowdin-sync-v0.23.0) (2023-12-20) + + +### Features + +* **lexical:** support lexical rich text ([#140](https://github.com/thompsonsj/payload-crowdin-sync/issues/140)) ([4921e4d](https://github.com/thompsonsj/payload-crowdin-sync/commit/4921e4dbc6221f27dae9fa282de09506b3124863)) + ## [0.22.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.22.0...payload-crowdin-sync-v0.22.1) (2023-12-19)