From 9ebaf894b4f347a1c4368e1343ef4556d34de8e3 Mon Sep 17 00:00:00 2001 From: Steven Thompson <44806974+thompsonsj@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:07:02 +0000 Subject: [PATCH] chore: release main (#139) --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 7 +++++++ dev/dev/CHANGELOG.md | 14 ++++++++++++++ dev/package.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- plugin/plugin/CHANGELOG.md | 7 +++++++ 7 files changed, 36 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab8278d..0eb6e18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.3.0", - "plugin": "0.22.0", - "dev": "0.22.0" + ".": "0.3.1", + "plugin": "0.22.1", + "dev": "0.22.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bb86797..80848be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.3.0...source-v0.3.1) (2023-12-19) + + +### Bug Fixes + +* **pluginfields:** ensure syncAllTranslations is virtual ([#138](https://github.com/thompsonsj/payload-crowdin-sync/issues/138)) ([13c3f3e](https://github.com/thompsonsj/payload-crowdin-sync/commit/13c3f3e1f68331aeff53c1045b90ec86886baa85)) + ## [0.3.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.21.0...source-v0.3.0) (2023-12-15) diff --git a/dev/dev/CHANGELOG.md b/dev/dev/CHANGELOG.md index 351bf12..a360a35 100644 --- a/dev/dev/CHANGELOG.md +++ b/dev/dev/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.22.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.22.0...dev-v0.22.1) (2023-12-19) + + +### Bug Fixes + +* **pluginfields:** ensure syncAllTranslations is virtual ([#138](https://github.com/thompsonsj/payload-crowdin-sync/issues/138)) ([13c3f3e](https://github.com/thompsonsj/payload-crowdin-sync/commit/13c3f3e1f68331aeff53c1045b90ec86886baa85)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * payload-crowdin-sync bumped from 0.22.0 to 0.22.1 + ## [0.22.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.21.0...dev-v0.22.0) (2023-12-15) diff --git a/dev/package.json b/dev/package.json index aa65316..f8659c1 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/dev", - "version": "0.22.0", + "version": "0.22.1", "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.0", + "payload-crowdin-sync": "0.22.1", "tslib": "^2.3.0" }, "type": "commonjs", diff --git a/package-lock.json b/package-lock.json index c8aa915..d2c4fe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.28.2", diff --git a/package.json b/package.json index 735a509..29846a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payload-crowdin-sync-nx/source", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "scripts": { "release": "nx build plugin && npm publish --prefix dist/plugin", diff --git a/plugin/plugin/CHANGELOG.md b/plugin/plugin/CHANGELOG.md index 87d11c8..9fa104e 100644 --- a/plugin/plugin/CHANGELOG.md +++ b/plugin/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* **pluginfields:** ensure syncAllTranslations is virtual ([#138](https://github.com/thompsonsj/payload-crowdin-sync/issues/138)) ([13c3f3e](https://github.com/thompsonsj/payload-crowdin-sync/commit/13c3f3e1f68331aeff53c1045b90ec86886baa85)) + ## [0.22.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.21.0...payload-crowdin-sync-v0.22.0) (2023-12-15)