Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 committed Oct 25, 2023
1 parent e590260 commit 375eb53
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 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.3.1-alpha.0"
"version": "5.3.1"
}
2 changes: 1 addition & 1 deletion 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.3.1-alpha.0",
"version": "5.3.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.3.1-alpha.0"
"@authing/guard": "^5.3.1"
},
"author": "https://github.com/authing",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-alpha.0",
"version": "5.3.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.3.1-alpha.0",
"@authing/guard": "^5.3.1",
"react": "^16.13.1"
},
"author": "https://github.com/authing",
Expand Down
2 changes: 1 addition & 1 deletion packages/guard-react18/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-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-react18",
"version": "5.3.1-alpha.0",
"version": "5.3.1",
"description": "Guard for React18",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"webpack": "^5.72.0"
},
"dependencies": {
"@authing/guard-shim-react18": "^5.3.1-alpha.0",
"@authing/guard-shim-react18": "^5.3.1",
"react": "^18.0.0"
},
"author": "https://github.com/authing",
Expand Down
2 changes: 1 addition & 1 deletion packages/guard-shim-react18/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-shim-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-shim-react18",
"version": "5.3.1-alpha.0",
"version": "5.3.1",
"description": "Guard shim for react18",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-alpha.0",
"version": "5.3.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.3.1-alpha.0",
"@authing/guard": "^5.3.1",
"vue": "^2.6.10"
},
"author": "https://github.com/authing",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-alpha.0",
"version": "5.3.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.3.1-alpha.0",
"@authing/guard": "^5.3.1",
"vue": "^3.2.37"
},
"author": "https://github.com/authing",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-alpha.0",
"version": "5.3.1",
"description": "Guard for JS",
"module": "dist/esm/guard.min.js",
"types": "dist/typings/index.d.ts",
Expand Down

0 comments on commit 375eb53

Please sign in to comment.