Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v4.0.2] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Mar 4, 2024
1 parent dd622ec commit 9925030
Show file tree
Hide file tree
Showing 4 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 @@ -9,6 +9,6 @@
"lib",
"samples/*"
],
"version": "4.0.1",
"version": "4.0.2",
"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": "4.0.1",
"version": "4.0.2",
"description": "Asgardeo Auth React SDK for React Applications.",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion samples/asgardeo-choreo-react-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/choreo-react-express",
"version": "4.0.1",
"version": "4.0.2",
"description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down
6 changes: 3 additions & 3 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": "4.0.1",
"version": "4.0.2",
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "webpack"
},
"dependencies": {
"@asgardeo/auth-react": "^4.0.1",
"@asgardeo/auth-react": "^4.0.2",
"@babel/runtime-corejs3": "^7.20.6",
"@textea/json-viewer": "^2.14.0",
"react": "^18.2.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"overrides": {
"webpack-dev-server": {
"html-entities": "2.4.0"
"html-entities": "2.4.0"
}
}
}

0 comments on commit 9925030

Please sign in to comment.