diff --git a/lerna.json b/lerna.json index 195ec35..84180f5 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,6 @@ "lib", "samples/*" ], - "version": "4.0.2", + "version": "4.0.3", "useWorkspaces": true } diff --git a/lib/package.json b/lib/package.json index 4c08cab..0654c1a 100755 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/auth-react", - "version": "4.0.2", + "version": "4.0.3", "description": "Asgardeo Auth React SDK for React Applications.", "keywords": [ "WSO2", diff --git a/samples/asgardeo-choreo-react-express/package.json b/samples/asgardeo-choreo-react-express/package.json index cc874a3..184a9ce 100644 --- a/samples/asgardeo-choreo-react-express/package.json +++ b/samples/asgardeo-choreo-react-express/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/choreo-react-express", - "version": "4.0.2", + "version": "4.0.3", "description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage", "keywords": [ "Asgardeo", diff --git a/samples/asgardeo-react-app/package.json b/samples/asgardeo-react-app/package.json index 3142aea..e33af8a 100644 --- a/samples/asgardeo-react-app/package.json +++ b/samples/asgardeo-react-app/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/react-app", - "version": "4.0.2", + "version": "4.0.3", "description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage", "keywords": [ "Asgardeo", @@ -34,7 +34,7 @@ "build": "webpack" }, "dependencies": { - "@asgardeo/auth-react": "^4.0.2", + "@asgardeo/auth-react": "^4.0.3", "@babel/runtime-corejs3": "^7.20.6", "@textea/json-viewer": "^2.14.0", "react": "^18.2.0",