Skip to content

Commit

Permalink
chore: release main (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Jan 10, 2025
1 parent 9066689 commit 222a8b2
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 10 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.11.1",
"plugin": "0.30.1",
"dev": "0.29.1",
".": "0.12.0",
"plugin": "0.31.0",
"dev": "0.30.0",
"dev-alternative-config": "0.1.19"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930))
* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10))

## [0.11.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.11.0...source-v0.11.1) (2024-10-29)


Expand Down
17 changes: 16 additions & 1 deletion dev/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Features

* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930))
* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10))


### Dependencies

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

## [0.29.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.29.0...dev-v0.29.1) (2024-10-29)


Expand Down Expand Up @@ -372,4 +387,4 @@

* The following workspace dependencies were updated
* dependencies
* payload-crowdin-sync bumped from * to 0.22.0
* payload-crowdin-sync bumped from * to 0.22.0
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": "1.0.0",
"version": "0.30.0",
"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.30.1",
"payload-crowdin-sync": "0.31.0",
"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.11.1",
"version": "0.12.0",
"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.30.1",
"version": "0.31.0",
"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.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)


### Features

* add transaction support ([#225](https://github.com/thompsonsj/payload-crowdin-sync/issues/225)) ([e01c885](https://github.com/thompsonsj/payload-crowdin-sync/commit/e01c8857a782a6d7e9c509f2997393cee593c930))
* upgrade to Payload 3 ([#227](https://github.com/thompsonsj/payload-crowdin-sync/issues/227)) ([9066689](https://github.com/thompsonsj/payload-crowdin-sync/commit/9066689d992d9d65dd3e3cc0d62bebb2a023dc10))

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


Expand Down

0 comments on commit 222a8b2

Please sign in to comment.