Skip to content

Commit 73bea4e

Browse files
chore: release main (#293)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fa17ed commit 73bea4e

10 files changed

Lines changed: 49 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.17.1",
3-
"plugin": "0.36.1",
4-
"dev": "0.32.4",
5-
"dev-alternative-config": "0.3.4"
2+
".": "0.17.2",
3+
"plugin": "0.36.2",
4+
"dev": "0.32.5",
5+
"dev-alternative-config": "0.3.5"
66
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.17.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.17.1...source-v0.17.2) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **islocalized:** always exclude blockName ([#292](https://github.com/thompsonsj/payload-crowdin-sync/issues/292)) ([7fa17ed](https://github.com/thompsonsj/payload-crowdin-sync/commit/7fa17ed757dc7911b03072b2011edd68e1dffbb3))
9+
310
## [0.17.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.17.0...source-v0.17.1) (2025-05-13)
411

512

dev-alternative-config/dev-alternative-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.3.4...dev-alternative-config-v0.3.5) (2025-06-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* payload-crowdin-sync bumped from 0.36.1 to 0.36.2
11+
312
## [0.3.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.3.3...dev-alternative-config-v0.3.4) (2025-05-13)
413

514

dev-alternative-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@payload-crowdin-sync/dev-alternative-config",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A blank template to get started with Payload 3.0",
55
"license": "MIT",
66
"type": "module",
@@ -15,7 +15,7 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"payload-crowdin-sync": "0.36.1",
18+
"payload-crowdin-sync": "0.36.2",
1919
"tslib": "^2.3.0"
2020
}
2121
}

dev/dev/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.32.5](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.32.4...dev-v0.32.5) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **islocalized:** always exclude blockName ([#292](https://github.com/thompsonsj/payload-crowdin-sync/issues/292)) ([7fa17ed](https://github.com/thompsonsj/payload-crowdin-sync/commit/7fa17ed757dc7911b03072b2011edd68e1dffbb3))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* payload-crowdin-sync bumped from 0.36.1 to 0.36.2
16+
317
## [0.32.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.32.3...dev-v0.32.4) (2025-05-13)
418

519

dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@payload-crowdin-sync/dev",
3-
"version": "0.32.4",
3+
"version": "0.32.5",
44
"description": "A blank template to get started with Payload 3.0",
55
"license": "MIT",
66
"type": "module",
@@ -15,7 +15,7 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"payload-crowdin-sync": "0.36.1",
18+
"payload-crowdin-sync": "0.36.2",
1919
"tslib": "^2.3.0"
2020
}
2121
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@payload-crowdin-sync-nx/source",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-crowdin-sync",
3-
"version": "0.36.1",
3+
"version": "0.36.2",
44
"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.",
55
"scripts": {
66
"test": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --detectOpenHandles",

plugin/plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.36.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.36.1...payload-crowdin-sync-v0.36.2) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **islocalized:** always exclude blockName ([#292](https://github.com/thompsonsj/payload-crowdin-sync/issues/292)) ([7fa17ed](https://github.com/thompsonsj/payload-crowdin-sync/commit/7fa17ed757dc7911b03072b2011edd68e1dffbb3))
9+
310
## [0.36.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.36.0...payload-crowdin-sync-v0.36.1) (2025-05-13)
411

512

0 commit comments

Comments
 (0)