Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v3.1.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Jul 30, 2024
1 parent ecdefbd commit 5fdeba2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"lib",
"samples/*"
],
"version": "3.1.0"
"version": "3.1.1"
}
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/auth-spa",
"version": "3.1.0",
"version": "3.1.1",
"description": "Asgardeo Auth SPA SDK to be used in Single-Page Applications.",
"keywords": [
"Asgardeo",
Expand Down
2 changes: 1 addition & 1 deletion samples/asgardeo-html-js-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 samples/asgardeo-html-js-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/spa-html-js-app",
"version": "3.1.0",
"version": "3.1.1",
"description": "HTML Javascript Authentication Sample using Asgardeo OIDC JS SDK",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions samples/asgardeo-java-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@asgardeo/spa-java-webapp",
"version": "3.1.0",
"version": "3.1.1",
"description": "A sample java web app demonstrating OIDC authentication using Asgardeo's SDK",
"main": "index.js",
"scripts": {},
"dependencies": {
"@asgardeo/auth-spa": "^3.1.0"
"@asgardeo/auth-spa": "^3.1.1"
},
"author": "Asgardeo",
"license": "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions samples/asgardeo-react-js-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/spa-react-js-app",
"version": "3.1.0",
"version": "3.1.1",
"description": "React based sample SPA to demonstrate Asgardeo Auth Javascript SDK usage",
"keywords": [
"Asgardeo",
Expand All @@ -25,7 +25,7 @@
"start": "webpack-dev-server --mode development --hot --open"
},
"dependencies": {
"@asgardeo/auth-spa": "^3.1.0",
"@asgardeo/auth-spa": "^3.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3"
Expand Down

0 comments on commit 5fdeba2

Please sign in to comment.