Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #144

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.4.0",
"plugin": "0.23.0",
"dev": "0.23.0"
".": "0.5.0",
"plugin": "0.24.0",
"dev": "0.24.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.4.0...source-v0.5.0) (2023-12-21)


### Features

* **plugin:** add ability to define a condition to globals/collections ([#143](https://github.com/thompsonsj/payload-crowdin-sync/issues/143)) ([5cc577a](https://github.com/thompsonsj/payload-crowdin-sync/commit/5cc577aa17ffcf52f0c1ae7b1aee5a35745cc335))

## [0.4.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/source-v0.3.1...source-v0.4.0) (2023-12-20)


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

## [0.24.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.23.0...dev-v0.24.0) (2023-12-21)


### Features

* **plugin:** add ability to define a condition to globals/collections ([#143](https://github.com/thompsonsj/payload-crowdin-sync/issues/143)) ([5cc577a](https://github.com/thompsonsj/payload-crowdin-sync/commit/5cc577aa17ffcf52f0c1ae7b1aee5a35745cc335))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* payload-crowdin-sync bumped from 0.23.0 to 0.24.0

## [0.23.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/dev-v0.22.1...dev-v0.23.0) (2023-12-20)


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-nx/dev",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"scripts": {
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/lib/payload.config.default.ts nodemon",
Expand All @@ -13,7 +13,7 @@
"generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/lib/payload.config.default.ts payload generate:graphQLSchema"
},
"dependencies": {
"payload-crowdin-sync": "0.23.0",
"payload-crowdin-sync": "0.24.0",
"tslib": "^2.3.0"
},
"type": "commonjs",
Expand Down
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.4.0",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"release": "nx build plugin && cd dist/plugin && npm publish",
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.23.0",
"version": "0.24.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
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.24.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.23.0...payload-crowdin-sync-v0.24.0) (2023-12-21)


### Features

* **plugin:** add ability to define a condition to globals/collections ([#143](https://github.com/thompsonsj/payload-crowdin-sync/issues/143)) ([5cc577a](https://github.com/thompsonsj/payload-crowdin-sync/commit/5cc577aa17ffcf52f0c1ae7b1aee5a35745cc335))

## [0.23.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/payload-crowdin-sync-v0.22.1...payload-crowdin-sync-v0.23.0) (2023-12-20)


Expand Down