From 6a9b44a8f234cf5965b7329deca9d4e6df740cbf Mon Sep 17 00:00:00 2001 From: Steven Thompson <44806974+thompsonsj@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:56:35 +0000 Subject: [PATCH] chore: release main (#217) --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 7 +++++++ .../dev-alternative-config/CHANGELOG.md | 9 +++++++++ dev-alternative-config/package.json | 4 ++-- dev/dev/CHANGELOG.md | 14 ++++++++++++++ dev/package.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- plugin/package.json | 2 +- plugin/plugin/CHANGELOG.md | 7 +++++++ 10 files changed, 49 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46d0921..28fc881 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.10.0", - "plugin": "0.29.0", - "dev": "0.28.0", - "dev-alternative-config": "0.1.15" + ".": "0.10.1", + "plugin": "0.29.1", + "dev": "0.28.1", + "dev-alternative-config": "0.1.16" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cfd97..d8f80f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.10.0...source-v0.10.1) (2024-10-28) + + +### Bug Fixes + +* **translations:** faulty logic to lookup lexical block files ([#215](https://github.com/thompsonsj/payload-crowdin-sync/issues/215)) ([d1c9206](https://github.com/thompsonsj/payload-crowdin-sync/commit/d1c92069b5ec838585278857cffb4152d1bbb1c9)) + ## [0.10.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.9.3...source-v0.10.0) (2024-10-28) diff --git a/dev-alternative-config/dev-alternative-config/CHANGELOG.md b/dev-alternative-config/dev-alternative-config/CHANGELOG.md index f5ca9ee..17c4568 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.16](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.15...dev-alternative-config-v0.1.16) (2024-10-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.29.0 to 0.29.1 + ## [0.1.15](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.14...dev-alternative-config-v0.1.15) (2024-10-28) diff --git a/dev-alternative-config/package.json b/dev-alternative-config/package.json index 3560cba..b7c9b4f 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.15", + "version": "0.1.16", "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.0", + "payload-crowdin-sync": "0.29.1", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index 26343f3..3a18f2c 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.28.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.28.0...dev-v0.28.1) (2024-10-28) + + +### Bug Fixes + +* **translations:** faulty logic to lookup lexical block files ([#215](https://github.com/thompsonsj/payload-crowdin-sync/issues/215)) ([d1c9206](https://github.com/thompsonsj/payload-crowdin-sync/commit/d1c92069b5ec838585278857cffb4152d1bbb1c9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.29.0 to 0.29.1 + ## [0.28.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.27.5...dev-v0.28.0) (2024-10-28) diff --git a/dev/package.json b/dev/package.json index 4d11ad5..9063c44 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev", - "version": "0.28.0", + "version": "0.28.1", "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.0", + "payload-crowdin-sync": "0.29.1", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/package-lock.json b/package-lock.json index c2e9c65..579e7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.35.0", diff --git a/package.json b/package.json index a61b175..643997e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "scripts": { "release": "nx build plugin && cd dist/plugin && npm publish", diff --git a/plugin/package.json b/plugin/package.json index c7cc6a0..20b3dd5 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.29.0", + "version": "0.29.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 c44cbd7..6eac5e2 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.29.0...payload-crowdin-sync-v0.29.1) (2024-10-28) + + +### Bug Fixes + +* **translations:** faulty logic to lookup lexical block files ([#215](https://github.com/thompsonsj/payload-crowdin-sync/issues/215)) ([d1c9206](https://github.com/thompsonsj/payload-crowdin-sync/commit/d1c92069b5ec838585278857cffb4152d1bbb1c9)) + ## [0.29.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.28.3...payload-crowdin-sync-v0.29.0) (2024-10-28)