Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntgussoni committed Feb 1, 2021
1 parent f189ae4 commit 094ed36
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": "0.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "Authorization for Blitz.js",
"peerDependencies": {
"blitz": "^0.24.1"
Expand Down

0 comments on commit 094ed36

Please sign in to comment.