Skip to content

Commit 125b850

Browse files
committed
v0.3.1
1 parent 53b011a commit 125b850

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ tsconfig.json
44
node_modules
55
src
66
dev
7-
preview.png
7+
preview-light.png
8+
preview-dark.png
89

910
.github
1011
yarn.lock

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payload-workflow",
33
"description": "A workflow plugin for Payload CMS",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"keywords": [
66
"payload",
77
"cms",
@@ -23,13 +23,13 @@
2323
"build:tsc": "tsc"
2424
},
2525
"peerDependencies": {
26+
"i18next": "^22.5.0",
2627
"payload": "^2.0.0",
2728
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
2829
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0",
29-
"react-router-dom": "^5.0.0",
30-
"react-router": "^5.0.0",
3130
"react-i18next": "^11.18.0",
32-
"i18next": "^22.5.0"
31+
"react-router": "^5.0.0",
32+
"react-router-dom": "^5.0.0"
3333
},
3434
"devDependencies": {
3535
"@types/react-beautiful-dnd": "^13.1.4",

0 commit comments

Comments
 (0)