Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtoombs committed Dec 28, 2020
1 parent 345fdc1 commit 4e70393
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2"
"version": "0.0.3"
}
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.2",
"version": "0.0.3",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
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.

4 changes: 2 additions & 2 deletions 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.2",
"version": "0.0.3",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"nedb": "^1.8.0",
"next": "^10.0.0",
"next-iron-auth": "^0.0.2",
"next-iron-auth": "^0.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"test-module": "^0.0.0"
Expand Down

0 comments on commit 4e70393

Please sign in to comment.