diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 433ccc2..2ee7621 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.11.1", - "plugin": "0.30.1", - "dev": "0.29.1", + ".": "0.12.0", + "plugin": "0.31.0", + "dev": "0.30.0", "dev-alternative-config": "0.1.19" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3992a7c..19c2da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.11.1...source-v0.12.0) (2025-01-10) + + +### Features + +* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930)) +* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10)) + ## [0.11.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.11.0...source-v0.11.1) (2024-10-29) diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index f43e6b4..04966cd 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.30.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.29.1...dev-v0.30.0) (2025-01-10) + + +### Features + +* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930)) +* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.30.1 to 0.31.0 + ## [0.29.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.29.0...dev-v0.29.1) (2024-10-29) @@ -372,4 +387,4 @@ * The following workspace dependencies were updated * dependencies - * payload-crowdin-sync bumped from * to 0.22.0 \ No newline at end of file + * payload-crowdin-sync bumped from * to 0.22.0 diff --git a/dev/package.json b/dev/package.json index 3316fc2..2759b0e 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync/dev", - "version": "1.0.0", + "version": "0.30.0", "description": "A blank template to get started with Payload 3.0", "license": "MIT", "type": "module", @@ -15,7 +15,7 @@ "start": "cross-env NODE_OPTIONS=--no-deprecation next start" }, "dependencies": { - "payload-crowdin-sync": "0.30.1", + "payload-crowdin-sync": "0.31.0", "tslib": "^2.3.0" } } diff --git a/package-lock.json b/package-lock.json index 858eb02..a4a29e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.35.0", diff --git a/package.json b/package.json index a0ef8b4..9abfecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "type": "module", "scripts": { diff --git a/plugin/package.json b/plugin/package.json index b3ee4f4..5fab6fc 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.30.1", + "version": "0.31.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 0d3aa53..664ce80 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.31.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.30.1...payload-crowdin-sync-v0.31.0) (2025-01-10) + + +### Features + +* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930)) +* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10)) + ## [0.30.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.30.0...payload-crowdin-sync-v0.30.1) (2024-10-29)