Skip to content

Commit bbf7318

Browse files
author
asgardeo-github-bot
committed
[Asgardeo Release] [GitHub Actions] [Release v3.3.1] Bump version
1 parent 8d6329f commit bbf7318

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"lib",
1010
"samples/*"
1111
],
12-
"version": "3.3.0"
12+
"version": "3.3.1"
1313
}

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/auth-spa",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Asgardeo Auth SPA SDK to be used in Single-Page Applications.",
55
"keywords": [
66
"Asgardeo",

samples/asgardeo-html-js-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/asgardeo-html-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/spa-html-js-app",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "HTML Javascript Authentication Sample using Asgardeo OIDC JS SDK",
55
"main": "index.js",
66
"keywords": [

samples/asgardeo-java-webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@asgardeo/spa-java-webapp",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "A sample java web app demonstrating OIDC authentication using Asgardeo's SDK",
55
"main": "index.js",
66
"scripts": {},
77
"dependencies": {
8-
"@asgardeo/auth-spa": "^3.3.0"
8+
"@asgardeo/auth-spa": "^3.3.1"
99
},
1010
"author": "Asgardeo",
1111
"license": "Apache-2.0"

samples/asgardeo-react-js-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/spa-react-js-app",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "React based sample SPA to demonstrate Asgardeo Auth Javascript SDK usage",
55
"keywords": [
66
"Asgardeo",
@@ -25,7 +25,7 @@
2525
"start": "webpack-dev-server --mode development --hot --open"
2626
},
2727
"dependencies": {
28-
"@asgardeo/auth-spa": "^3.3.0",
28+
"@asgardeo/auth-spa": "^3.3.1",
2929
"react": "^17.0.2",
3030
"react-dom": "^17.0.2",
3131
"react-json-view": "^1.21.3"

0 commit comments

Comments
 (0)