Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj committed Jan 10, 2025
1 parent 6bea3ae commit 27d7eb8
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.12.0",
"plugin": "0.31.0",
"dev": "0.30.0",
".": "0.12.1",
"plugin": "0.31.1",
"dev": "0.30.1",
"dev-alternative-config": "0.1.19"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.12.0...source-v0.12.1) (2025-01-10)


### Bug Fixes

* **projectjson:** build plugin ([#228](https://github.com/thompsonsj/payload-crowdin-sync/issues/228)) ([6bea3ae](https://github.com/thompsonsj/payload-crowdin-sync/commit/6bea3ae789616e82b22e13ffba349066aa7acad3))

## [0.12.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.11.1...source-v0.12.0) (2025-01-10)


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

## [0.30.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.30.0...dev-v0.30.1) (2025-01-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* payload-crowdin-sync bumped from 0.31.0 to 0.31.1

## [0.30.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.29.1...dev-v0.30.0) (2025-01-10)


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/dev",
"version": "0.30.0",
"version": "0.30.1",
"description": "A blank template to get started with Payload 3.0",
"license": "MIT",
"type": "module",
Expand All @@ -15,7 +15,7 @@
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
},
"dependencies": {
"payload-crowdin-sync": "0.31.0",
"payload-crowdin-sync": "0.31.1",
"tslib": "^2.3.0"
}
}
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.12.0",
"version": "0.12.1",
"license": "MIT",
"type": "module",
"scripts": {
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.31.0",
"version": "0.31.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
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.31.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.31.0...payload-crowdin-sync-v0.31.1) (2025-01-10)


### Bug Fixes

* **projectjson:** build plugin ([#228](https://github.com/thompsonsj/payload-crowdin-sync/issues/228)) ([6bea3ae](https://github.com/thompsonsj/payload-crowdin-sync/commit/6bea3ae789616e82b22e13ffba349066aa7acad3))

## [0.31.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.30.1...payload-crowdin-sync-v0.31.0) (2025-01-10)


Expand Down

0 comments on commit 27d7eb8

Please sign in to comment.