Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v0.1.2] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Oct 13, 2022
1 parent a3f48ef commit 4a18423
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 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 @@
"samples/*"
],
"npmClient": "yarn",
"version": "0.1.1",
"version": "0.1.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-express",
"version": "0.1.1",
"version": "0.1.2",
"description": "Asgardeo Auth Express JS SDK and Sample Apps",
"main": "dist/src/index.js",
"scripts": {
Expand Down
29 changes: 14 additions & 15 deletions samples/asgardeo-choreo-react-express/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@asgardeo/choreo-react-express",
"version": "0.1.1",
"version": "0.1.2",
"description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Express SDK usage",
"keywords": [
"Asgardeo",
"WSO2",
"WSO2 IS",
"WSO2 Identity Server",
"OIDC",
"SDK",
"React",
"Express",
"Fullstack",
"Sample",
"Javascript",
"Typescript",
"Authenticate"
"Asgardeo",
"WSO2",
"WSO2 IS",
"WSO2 Identity Server",
"OIDC",
"SDK",
"React",
"Express",
"Fullstack",
"Sample",
"Javascript",
"Typescript",
"Authenticate"
],
"scripts": {
"prebuild": "curr_dir=$(pwd) && npm run install:client && cd $curr_dir && npm run install:server",
Expand All @@ -29,6 +29,5 @@
"eslint-config-custom": "*",
"prettier": "latest"
},
"dependencies": {},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions samples/asgardeo-express-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asgardeo/express-app",
"description": "A sample app to demonstrate the usage of @asgardeo/auth-express",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -17,7 +17,7 @@
"nodemon": "^2.0.15"
},
"dependencies": {
"@asgardeo/auth-express": "^0.1.1",
"@asgardeo/auth-express": "^0.1.2",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-rate-limit": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/asgardeo-express-ejs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asgardeo/express-ejs-app",
"description": "A sample app to demonstrate the usage of @asgardeo/auth-express",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -18,7 +18,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@asgardeo/auth-express": "^0.1.1",
"@asgardeo/auth-express": "^0.1.2",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.17.1",
Expand Down

0 comments on commit 4a18423

Please sign in to comment.