Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntgussoni committed Jan 27, 2021
1 parent 4129866 commit ac936c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.0",
"version": "0.2.0",
"scripts": {
"start": "blitz start",
"studio": "blitz prisma studio",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "example", "docs"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.12",
"version": "0.2.0",
"command": {
"version": {
"exact": true
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitz-guard/core",
"version": "0.1.12",
"version": "0.2.0",
"description": "Authorization for Blitz.js",
"peerDependencies": {
"blitz": "^0.24.1"
Expand Down

0 comments on commit ac936c1

Please sign in to comment.