Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Version Bumping committed Oct 16, 2020
1 parent cbd454c commit 5a4e182
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"oidc-js",
"samples/*"
],
"version": "0.1.11"
"version": "0.1.12"
}
2 changes: 1 addition & 1 deletion oidc-js/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 oidc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardio/oidc-js",
"version": "0.1.11",
"version": "0.1.12",
"description": "Authentication module for Asgardio SPA",
"keywords": [
"Asgardio",
Expand Down
2 changes: 1 addition & 1 deletion samples/java-webapp/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 samples/java-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@asgardio/oidc-sample-java",
"version": "0.1.11",
"version": "0.1.12",
"description": "A sample java web app demonstrating OIDC authentication using Asgardio's SDK",
"main": "index.js",
"scripts": {},
"dependencies": {
"@asgardio/oidc-js": "^0.1.11",
"@asgardio/oidc-js": "^0.1.12",
"express": "^4.17.1"
},
"author": "Asgardio",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-js-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 samples/react-js-app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@asgardio/oidc-sample-react",
"version": "0.1.11",
"version": "0.1.12",
"dependencies": {
"@asgardio/oidc-js": "^0.1.11",
"@asgardio/oidc-js": "^0.1.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-js-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 samples/vanilla-js-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@asgardio/oidc-sample-vanilla",
"version": "0.1.11",
"version": "0.1.12",
"description": "A sample vanilla javascript app demonstrating OIDC authentication using Asgardio's SDK",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@asgardio/oidc-js": "^0.1.11",
"@asgardio/oidc-js": "^0.1.12",
"express": "^4.17.1"
},
"author": "Asgardio",
Expand Down

0 comments on commit 5a4e182

Please sign in to comment.