Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Apr 30, 2020
1 parent 63fede8 commit 7f7fd7d
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 289 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "api",
"version": "0.0.0",
"dependencies": {
"@redwoodjs/api": "^0.5.0"
"@redwoodjs/api": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"web"
],
"devDependencies": {
"@redwoodjs/core": "^0.5.0"
"@redwoodjs/core": "^0.6.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "web",
"version": "0.0.0",
"dependencies": {
"@redwoodjs/web": "^0.5.0",
"@redwoodjs/router": "^0.5.0",
"@redwoodjs/web": "^0.6.0",
"@redwoodjs/router": "^0.6.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
Loading

0 comments on commit 7f7fd7d

Please sign in to comment.