Skip to content

Commit

Permalink
chore: release main (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Oct 21, 2024
1 parent 05ce5bf commit c84ac90
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.8.0",
"plugin": "0.27.0",
"dev": "0.27.0",
"dev-alternative-config": "0.1.9"
".": "0.8.1",
"plugin": "0.27.1",
"dev": "0.27.1",
"dev-alternative-config": "0.1.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.8.0...source-v0.8.1) (2024-10-21)


### Bug Fixes

* **document:** detect lexical field collection inside a lexical block ([#198](https://github.com/thompsonsj/payload-crowdin-sync/issues/198)) ([77ee0b2](https://github.com/thompsonsj/payload-crowdin-sync/commit/77ee0b2b010959d6fb5738670a55cb81c0721e4b))
* **utilities:** crowdin object filtered fields logic ([#196](https://github.com/thompsonsj/payload-crowdin-sync/issues/196)) ([2d788e5](https://github.com/thompsonsj/payload-crowdin-sync/commit/2d788e50f0308891344a4198c128138a0b9dcfca))

## [0.8.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.7.8...source-v0.8.0) (2024-10-18)


Expand Down
9 changes: 9 additions & 0 deletions dev-alternative-config/dev-alternative-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.10](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.9...dev-alternative-config-v0.1.10) (2024-10-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* payload-crowdin-sync bumped from 0.27.0 to 0.27.1

## [0.1.9](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.1.8...dev-alternative-config-v0.1.9) (2024-10-18)


Expand Down
4 changes: 2 additions & 2 deletions dev-alternative-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payload-crowdin-sync-nx/dev-alternative-config",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts nodemon",
Expand All @@ -13,7 +13,7 @@
"generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts payload generate:graphQLSchema"
},
"dependencies": {
"payload-crowdin-sync": "0.27.0",
"payload-crowdin-sync": "0.27.1",
"tslib": "^2.3.0"
},
"type": "commonjs",
Expand Down
15 changes: 15 additions & 0 deletions dev/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.27.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.27.0...dev-v0.27.1) (2024-10-21)


### Bug Fixes

* **document:** detect lexical field collection inside a lexical block ([#198](https://github.com/thompsonsj/payload-crowdin-sync/issues/198)) ([77ee0b2](https://github.com/thompsonsj/payload-crowdin-sync/commit/77ee0b2b010959d6fb5738670a55cb81c0721e4b))
* **utilities:** crowdin object filtered fields logic ([#196](https://github.com/thompsonsj/payload-crowdin-sync/issues/196)) ([2d788e5](https://github.com/thompsonsj/payload-crowdin-sync/commit/2d788e50f0308891344a4198c128138a0b9dcfca))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* payload-crowdin-sync bumped from 0.27.0 to 0.27.1

## [0.27.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.26.8...dev-v0.27.0) (2024-10-18)


Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payload-crowdin-sync-nx/dev",
"version": "0.27.0",
"version": "0.27.1",
"private": true,
"scripts": {
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts nodemon",
Expand All @@ -13,7 +13,7 @@
"generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.ts payload generate:graphQLSchema"
},
"dependencies": {
"payload-crowdin-sync": "0.27.0",
"payload-crowdin-sync": "0.27.1",
"tslib": "^2.3.0"
},
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payload-crowdin-sync-nx/source",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"scripts": {
"release": "nx build plugin && cd dist/plugin && npm publish",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payload-crowdin-sync",
"version": "0.27.0",
"version": "0.27.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",
Expand Down
8 changes: 8 additions & 0 deletions plugin/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.27.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.27.0...payload-crowdin-sync-v0.27.1) (2024-10-21)


### Bug Fixes

* **document:** detect lexical field collection inside a lexical block ([#198](https://github.com/thompsonsj/payload-crowdin-sync/issues/198)) ([77ee0b2](https://github.com/thompsonsj/payload-crowdin-sync/commit/77ee0b2b010959d6fb5738670a55cb81c0721e4b))
* **utilities:** crowdin object filtered fields logic ([#196](https://github.com/thompsonsj/payload-crowdin-sync/issues/196)) ([2d788e5](https://github.com/thompsonsj/payload-crowdin-sync/commit/2d788e50f0308891344a4198c128138a0b9dcfca))

## [0.27.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.26.8...payload-crowdin-sync-v0.27.0) (2024-10-18)


Expand Down

0 comments on commit c84ac90

Please sign in to comment.