From 59bd40418b04871cc5632279af48a90183c232ba Mon Sep 17 00:00:00 2001 From: Steven Thompson <44806974+thompsonsj@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:13:25 +0000 Subject: [PATCH] chore: release main (#212) --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 7 +++++++ .../dev-alternative-config/CHANGELOG.md | 9 +++++++++ dev-alternative-config/package.json | 4 ++-- 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 +++++++ 10 files changed, 44 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bebceb3..c38ac47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.9.2", - "plugin": "0.28.2", - "dev": "0.27.4", - "dev-alternative-config": "0.1.13" + ".": "0.9.3", + "plugin": "0.28.3", + "dev": "0.27.5", + "dev-alternative-config": "0.1.14" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad033b..c9dad64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.9.2...source-v0.9.3) (2024-10-24) + + +### Bug Fixes + +* **bydocument:** use useAsTitle for Crowdin friendly folder name ([#211](https://github.com/thompsonsj/payload-crowdin-sync/issues/211)) ([d67afbf](https://github.com/thompsonsj/payload-crowdin-sync/commit/d67afbfb0f2d1c3cd14c71150434f93df662736c)) + ## [0.9.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.9.1...source-v0.9.2) (2024-10-22) diff --git a/dev-alternative-config/dev-alternative-config/CHANGELOG.md b/dev-alternative-config/dev-alternative-config/CHANGELOG.md index a52ed04..fecc6cb 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.14](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.13...dev-alternative-config-v0.1.14) (2024-10-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.28.2 to 0.28.3 + ## [0.1.13](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.12...dev-alternative-config-v0.1.13) (2024-10-22) diff --git a/dev-alternative-config/package.json b/dev-alternative-config/package.json index 6beced8..60233ef 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.13", + "version": "0.1.14", "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.28.2", + "payload-crowdin-sync": "0.28.3", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index f64151f..0f8be01 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.27.5](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.27.4...dev-v0.27.5) (2024-10-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.28.2 to 0.28.3 + ## [0.27.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.27.3...dev-v0.27.4) (2024-10-22) diff --git a/dev/package.json b/dev/package.json index 0f29732..4563598 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev", - "version": "0.27.4", + "version": "0.27.5", "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.28.2", + "payload-crowdin-sync": "0.28.3", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/package-lock.json b/package-lock.json index e62cb1c..46eef54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.35.0", diff --git a/package.json b/package.json index 9586737..c2f9b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "scripts": { "release": "nx build plugin && cd dist/plugin && npm publish", diff --git a/plugin/package.json b/plugin/package.json index 3274241..c346737 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.28.2", + "version": "0.28.3", "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 f3a2472..2fdc093 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.28.2...payload-crowdin-sync-v0.28.3) (2024-10-24) + + +### Bug Fixes + +* **bydocument:** use useAsTitle for Crowdin friendly folder name ([#211](https://github.com/thompsonsj/payload-crowdin-sync/issues/211)) ([d67afbf](https://github.com/thompsonsj/payload-crowdin-sync/commit/d67afbfb0f2d1c3cd14c71150434f93df662736c)) + ## [0.28.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.28.1...payload-crowdin-sync-v0.28.2) (2024-10-22)