Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ntgussoni committed Jan 23, 2021
1 parent a4c3f5c commit aef25c4
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.1.11",
"version": "0.1.12",
"scripts": {
"start": "rimraf .blitz && blitz start",
"studio": "blitz db 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.11",
"version": "0.1.12",
"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.11",
"version": "0.1.12",
"description": "Authorization for Blitz.js",
"peerDependencies": {
"blitz": "^0.24.1"
Expand Down

0 comments on commit aef25c4

Please sign in to comment.