Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtoombs committed Dec 30, 2020
1 parent 29b401e commit 1cc8be1
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.8"
"version": "0.0.9"
}
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.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1cc8be1

Please sign in to comment.