From 27d7eb87aad099a85e254a12b507959ffb7a2eb5 Mon Sep 17 00:00:00 2001 From: Steven Thompson Date: Fri, 10 Jan 2025 13:25:25 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 7 +++++++ dev/dev/CHANGELOG.md | 9 +++++++++ dev/package.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- plugin/package.json | 2 +- plugin/plugin/CHANGELOG.md | 7 +++++++ 8 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ee7621..6ecc470 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.12.0", - "plugin": "0.31.0", - "dev": "0.30.0", + ".": "0.12.1", + "plugin": "0.31.1", + "dev": "0.30.1", "dev-alternative-config": "0.1.19" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c2da6..b584549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.12.0...source-v0.12.1) (2025-01-10) + + +### Bug Fixes + +* **projectjson:** build plugin ([#228](https://github.com/thompsonsj/payload-crowdin-sync/issues/228)) ([6bea3ae](https://github.com/thompsonsj/payload-crowdin-sync/commit/6bea3ae789616e82b22e13ffba349066aa7acad3)) + ## [0.12.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.11.1...source-v0.12.0) (2025-01-10) diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index 04966cd..c31c827 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.30.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.30.0...dev-v0.30.1) (2025-01-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.31.0 to 0.31.1 + ## [0.30.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.29.1...dev-v0.30.0) (2025-01-10) diff --git a/dev/package.json b/dev/package.json index 2759b0e..0ad3667 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync/dev", - "version": "0.30.0", + "version": "0.30.1", "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.31.0", + "payload-crowdin-sync": "0.31.1", "tslib": "^2.3.0" } } diff --git a/package-lock.json b/package-lock.json index a4a29e0..9320da8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.35.0", diff --git a/package.json b/package.json index 9abfecf..dea7296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "type": "module", "scripts": { diff --git a/plugin/package.json b/plugin/package.json index 5fab6fc..f741c88 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.31.0", + "version": "0.31.1", "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 664ce80..ad87a94 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.31.0...payload-crowdin-sync-v0.31.1) (2025-01-10) + + +### Bug Fixes + +* **projectjson:** build plugin ([#228](https://github.com/thompsonsj/payload-crowdin-sync/issues/228)) ([6bea3ae](https://github.com/thompsonsj/payload-crowdin-sync/commit/6bea3ae789616e82b22e13ffba349066aa7acad3)) + ## [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)