Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSnijder committed Oct 25, 2023
1 parent 53b011a commit 125b850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ tsconfig.json
node_modules
src
dev
preview.png
preview-light.png
preview-dark.png

.github
yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "payload-workflow",
"description": "A workflow plugin for Payload CMS",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [
"payload",
"cms",
Expand All @@ -23,13 +23,13 @@
"build:tsc": "tsc"
},
"peerDependencies": {
"i18next": "^22.5.0",
"payload": "^2.0.0",
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^5.0.0",
"react-i18next": "^11.18.0",
"i18next": "^22.5.0"
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.4",
Expand Down

0 comments on commit 125b850

Please sign in to comment.