Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtoombs committed Jan 3, 2021
1 parent 5491bac commit e7ab777
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.11"
"version": "0.0.12"
}
2 changes: 1 addition & 1 deletion packages/next-iron-auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/next-iron-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"authentication",
"nextjs authentication"
],
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"peerDependencies": {
"next": ">=9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app",
"private": "true",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit e7ab777

Please sign in to comment.