Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kaviththiranga committed Jul 29, 2024
2 parents 58a7057 + 54536e1 commit aef7efd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "5.0.3",
"version": "5.0.4",
"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": "5.0.3",
"version": "5.0.4",
"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": "5.0.3",
"version": "5.0.4",
"description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down
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": "5.0.3",
"version": "5.0.4",
"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": "^5.0.3",
"@asgardeo/auth-react": "^5.0.4",
"@babel/runtime-corejs3": "^7.20.6",
"@textea/json-viewer": "^2.14.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-5.0.0.tgz#ad63c232ac0588363e95c54d576c6318a6d4be93"
integrity sha512-BMQsTzpFwtgbSeJvmSDgRrOjXfA6+yQ2NUq7CXP4q1TtqZJt8s/zadOazPM00/jIY8B2ENS0CLRHp07M0mFdOw==

"@asgardeo/auth-spa@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-3.0.6.tgz#402e962a13f83f96e77050cfa4b5af6adaeeeb39"
integrity sha512-a3gRnDZgY8HJMT0IGk+JU43zSoobSWSvnRTQE3DttVV/AYZ2QCroCx6zcqptTz527yVYuN1IZ/lKaCumUvEYFg==
"@asgardeo/auth-spa@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-3.0.7.tgz#6662cf0a9a18ab9bc08437e8d2bfefb10115d402"
integrity sha512-fuZD0oEXYuoNEOoTmKazr9adLaqtw8w8cd1I9bHBkwcIzOO8ZX1hnK6HwBP1dCt2vxiOG6CL0nf6twY4TuLfug==
dependencies:
"@asgardeo/auth-js" "^5.0.0"
await-semaphore "^0.1.3"
Expand Down

0 comments on commit aef7efd

Please sign in to comment.