Skip to content

Commit b9338f7

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

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.2",
3-
"plugin": "0.36.2",
4-
"dev": "0.32.5",
5-
"dev-alternative-config": "0.3.5"
2+
".": "0.18.0",
3+
"plugin": "0.37.0",
4+
"dev": "0.33.0",
5+
"dev-alternative-config": "0.3.6"
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.18.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.17.2...source-v0.18.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* **richtextconversion:** support lexical table feature ([#295](https://github.com/thompsonsj/payload-crowdin-sync/issues/295)) ([5efdd19](https://github.com/thompsonsj/payload-crowdin-sync/commit/5efdd192c58bcf0ac9ff9d92bc38ae6025593a8d))
9+
310
## [0.17.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.17.1...source-v0.17.2) (2025-06-09)
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.6](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-alternative-config-v0.3.5...dev-alternative-config-v0.3.6) (2025-07-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* payload-crowdin-sync bumped from 0.36.2 to 0.37.0
11+
312
## [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)
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.5",
3+
"version": "0.3.6",
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.2",
18+
"payload-crowdin-sync": "0.37.0",
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.33.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.32.5...dev-v0.33.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* **richtextconversion:** support lexical table feature ([#295](https://github.com/thompsonsj/payload-crowdin-sync/issues/295)) ([5efdd19](https://github.com/thompsonsj/payload-crowdin-sync/commit/5efdd192c58bcf0ac9ff9d92bc38ae6025593a8d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* payload-crowdin-sync bumped from 0.36.2 to 0.37.0
16+
317
## [0.32.5](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.32.4...dev-v0.32.5) (2025-06-09)
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.5",
3+
"version": "0.33.0",
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.2",
18+
"payload-crowdin-sync": "0.37.0",
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.2",
3+
"version": "0.18.0",
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.2",
3+
"version": "0.37.0",
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.37.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.36.2...payload-crowdin-sync-v0.37.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* **richtextconversion:** support lexical table feature ([#295](https://github.com/thompsonsj/payload-crowdin-sync/issues/295)) ([5efdd19](https://github.com/thompsonsj/payload-crowdin-sync/commit/5efdd192c58bcf0ac9ff9d92bc38ae6025593a8d))
9+
310
## [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)
411

512

0 commit comments

Comments
 (0)