Skip to content

Commit b6309d1

Browse files
chore: release main (#320)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f421660 commit b6309d1

10 files changed

Lines changed: 44 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.19.3",
3-
"plugin": "0.38.3",
4-
"dev": "0.34.3",
5-
"dev-alternative-config": "0.4.3"
2+
".": "0.19.4",
3+
"plugin": "0.38.4",
4+
"dev": "0.34.4",
5+
"dev-alternative-config": "0.4.4"
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.19.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.19.3...source-v0.19.4) (2025-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **crowdinapiresponse:** revise data structures/types ([#319](https://github.com/thompsonsj/payload-crowdin-sync/issues/319)) ([f421660](https://github.com/thompsonsj/payload-crowdin-sync/commit/f421660f0f1e52d0b19bb25cd9f553e744a41cd0))
9+
310
## [0.19.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.19.2...source-v0.19.3) (2025-10-02)
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.4.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.4.3...dev-alternative-config-v0.4.4) (2025-10-03)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* payload-crowdin-sync bumped from 0.38.3 to 0.38.4
11+
312
## [0.4.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.4.2...dev-alternative-config-v0.4.3) (2025-10-02)
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.4.3",
3+
"version": "0.4.4",
44
"description": "A blank template to get started with Payload 3.0",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,7 @@
1616
"prettier": "npx prettier . --write"
1717
},
1818
"dependencies": {
19-
"payload-crowdin-sync": "0.38.3",
19+
"payload-crowdin-sync": "0.38.4",
2020
"tslib": "^2.3.0"
2121
}
2222
}

dev/dev/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.34.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.34.3...dev-v0.34.4) (2025-10-03)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* payload-crowdin-sync bumped from 0.38.3 to 0.38.4
11+
312
## [0.34.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.34.2...dev-v0.34.3) (2025-10-02)
413

514

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.34.3",
3+
"version": "0.34.4",
44
"description": "A blank template to get started with Payload 3.0",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,7 @@
1616
"prettier": "npx prettier . --write"
1717
},
1818
"dependencies": {
19-
"payload-crowdin-sync": "0.38.3",
19+
"payload-crowdin-sync": "0.38.4",
2020
"tslib": "^2.3.0"
2121
}
2222
}

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.19.3",
3+
"version": "0.19.4",
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.38.3",
3+
"version": "0.38.4",
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.38.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.38.3...payload-crowdin-sync-v0.38.4) (2025-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **crowdinapiresponse:** revise data structures/types ([#319](https://github.com/thompsonsj/payload-crowdin-sync/issues/319)) ([f421660](https://github.com/thompsonsj/payload-crowdin-sync/commit/f421660f0f1e52d0b19bb25cd9f553e744a41cd0))
9+
310
## [0.38.3](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.38.2...payload-crowdin-sync-v0.38.3) (2025-10-02)
411

512

0 commit comments

Comments
 (0)