Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v1.1.25] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Mar 13, 2024
1 parent 6a7856b commit e5fdb3e
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,6 +9,6 @@
"lib",
"samples/*"
],
"version": "1.1.24",
"version": "1.1.25",
"useWorkspaces": true
}
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-react",
"version": "1.1.24",
"version": "1.1.25",
"description": "Asgardeo Auth React SDK for React Applications.",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion samples/asgardeo-react-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/asgardeo-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/react-app",
"version": "1.1.24",
"version": "1.1.25",
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -33,7 +33,7 @@
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack -p"
},
"dependencies": {
"@asgardeo/auth-react": "^1.1.24",
"@asgardeo/auth-react": "^1.1.25",
"@babel/runtime-corejs3": "^7.11.2",
"react": "^16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/asgardeo-react-ts-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/asgardeo-react-ts-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/react-ts-app",
"version": "1.1.24",
"version": "1.1.25",
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server OIDC React SDK usage",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -33,7 +33,7 @@
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack -p"
},
"dependencies": {
"@asgardeo/auth-react": "^1.1.24",
"@asgardeo/auth-react": "^1.1.25",
"@babel/runtime-corejs3": "^7.11.2",
"react": "^16.14.0",
"react-dom": "16.14.0",
Expand Down

0 comments on commit e5fdb3e

Please sign in to comment.