Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v0.2.6] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Oct 5, 2021
1 parent a1e6c2f commit 0068b13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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": "0.2.5",
"version": "0.2.6",
"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": "0.2.5",
"version": "0.2.6",
"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": "0.2.5",
"version": "0.2.6",
"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": "webpack -p"
},
"dependencies": {
"@asgardeo/auth-react": "^0.2.5",
"@asgardeo/auth-react": "^0.2.6",
"@babel/runtime-corejs3": "^7.11.2",
"react": "^16.14.0",
"react-dom": "16.14.0",
Expand Down
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": "0.2.5",
"version": "0.2.6",
"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": "webpack -p"
},
"dependencies": {
"@asgardeo/auth-react": "^0.2.5",
"@asgardeo/auth-react": "^0.2.6",
"@babel/runtime-corejs3": "^7.11.2",
"react": "^16.14.0",
"react-dom": "16.14.0",
Expand Down

0 comments on commit 0068b13

Please sign in to comment.