Skip to content

Commit

Permalink
1.0.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Apr 6, 2022
1 parent 9284def commit 989c362
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 1,320 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.50.1-canary.81",
"@redwoodjs/graphql-server": "^0.50.1-canary.81"
"@redwoodjs/api": "^1.0.0",
"@redwoodjs/graphql-server": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.50.1-canary.81"
"@redwoodjs/core": "^1.0.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "^0.50.1-canary.81",
"@redwoodjs/forms": "^0.50.1-canary.81",
"@redwoodjs/router": "^0.50.1-canary.81",
"@redwoodjs/web": "^0.50.1-canary.81",
"@redwoodjs/auth": "^1.0.0",
"@redwoodjs/forms": "^1.0.0",
"@redwoodjs/router": "^1.0.0",
"@redwoodjs/web": "^1.0.0",
"netlify-identity-widget": "1.9.1",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit 989c362

Please sign in to comment.