Skip to content

Commit

Permalink
[Asgardeo Release] [GitHub Actions] [Release v0.1.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgardeo-github-bot committed Apr 29, 2022
1 parent 1675905 commit 3bbd827
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"message": "[Asgardeo Release] [GitHub Actions] [Release %s] Bump version"
}
},
"packages": ["lib", "samples/*"],
"packages": [
"lib",
"samples/*"
],
"npmClient": "yarn",
"version": "0.0.1",
"version": "0.1.0",
"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.0.1",
"version": "0.1.0",
"description": "Asgardeo Auth Express JS SDK and Sample Apps",
"main": "dist/src/index.js",
"scripts": {
Expand Down
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.0.1",
"version": "0.1.0",
"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.0.1",
"@asgardeo/auth-express": "^0.1.0",
"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.0.1",
"version": "0.1.0",
"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.0.1",
"@asgardeo/auth-express": "^0.1.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.17.1",
Expand Down

0 comments on commit 3bbd827

Please sign in to comment.