Skip to content

Commit

Permalink
chore: release main (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Dec 19, 2023
1 parent 13c3f3e commit 9ebaf89
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
14 changes: 14 additions & 0 deletions dev/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.22.0",
"version": "0.22.1",
"private": true,
"scripts": {
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.default.ts nodemon",
Expand All @@ -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",
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.3.0",
"version": "0.3.1",
"license": "MIT",
"scripts": {
"release": "nx build plugin && npm publish --prefix dist/plugin",
Expand Down
7 changes: 7 additions & 0 deletions plugin/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 9ebaf89

Please sign in to comment.