Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 committed Aug 25, 2022
1 parent e65864a commit 763362d
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "5.0.0"
"version": "5.0.1"
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/guard-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/guard-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-angular",
"version": "5.0.0",
"version": "5.0.1",
"description": "Guard for Angular",
"module": "dist/fesm2015/authing-guard-angular.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@angular/core": "^14.0.0"
},
"dependencies": {
"@authing/guard": "^5.0.0"
"@authing/guard": "^5.0.1"
},
"author": "https://github.com/authing",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/guard-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/guard-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-react",
"version": "5.0.0",
"version": "5.0.1",
"description": "Guard for React",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^5.72.0"
},
"dependencies": {
"@authing/guard": "^5.0.0",
"@authing/guard": "^5.0.1",
"react": "^16.13.1"
},
"author": "https://github.com/authing",
Expand Down
6 changes: 3 additions & 3 deletions packages/guard-vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/guard-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-vue2",
"version": "5.0.0",
"version": "5.0.1",
"description": "Guard for Vue2",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"webpack": "^5.72.0"
},
"dependencies": {
"@authing/guard": "^5.0.0",
"@authing/guard": "^5.0.1",
"vue": "^2.6.10"
},
"author": "https://github.com/authing",
Expand Down
6 changes: 3 additions & 3 deletions packages/guard-vue3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/guard-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-vue3",
"version": "5.0.0",
"version": "5.0.1",
"description": "Guard for Vue3",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^5.72.0"
},
"dependencies": {
"@authing/guard": "^5.0.0",
"@authing/guard": "^5.0.1",
"vue": "^3.2.37"
},
"author": "https://github.com/authing",
Expand Down
4 changes: 2 additions & 2 deletions packages/guard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard",
"version": "5.0.0",
"version": "5.0.1",
"description": "Guard for JS",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand Down

0 comments on commit 763362d

Please sign in to comment.