Skip to content

Commit 35b8781

Browse files
v5.1.11
1 parent 108b04a commit 35b8781

15 files changed

+20
-20
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "5.1.10"
7+
"version": "5.1.11"
88
}

packages/guard-angular/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-angular",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for Angular",
55
"module": "dist/fesm2015/authing-guard-angular.mjs",
66
"types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
3333
"@angular/core": "^14.0.0"
3434
},
3535
"dependencies": {
36-
"@authing/guard": "^5.1.10"
36+
"@authing/guard": "^5.1.11"
3737
},
3838
"author": "https://github.com/authing",
3939
"license": "MIT",

packages/guard-react/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for React",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -24,7 +24,7 @@
2424
"webpack": "^5.72.0"
2525
},
2626
"dependencies": {
27-
"@authing/guard": "^5.1.10",
27+
"@authing/guard": "^5.1.11",
2828
"react": "^16.13.1"
2929
},
3030
"author": "https://github.com/authing",

packages/guard-react18/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react18/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react18",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for React18",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -25,7 +25,7 @@
2525
"webpack": "^5.72.0"
2626
},
2727
"dependencies": {
28-
"@authing/guard-shim-react18": "^5.1.10",
28+
"@authing/guard-shim-react18": "^5.1.11",
2929
"react": "^18.0.0"
3030
},
3131
"author": "https://github.com/authing",

packages/guard-shim-react18/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-shim-react18/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-shim-react18",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard shim for react18",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",

packages/guard-vue2/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-vue2",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for Vue2",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -23,7 +23,7 @@
2323
"webpack": "^5.72.0"
2424
},
2525
"dependencies": {
26-
"@authing/guard": "^5.1.10",
26+
"@authing/guard": "^5.1.11",
2727
"vue": "^2.6.10"
2828
},
2929
"author": "https://github.com/authing",

packages/guard-vue3/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-vue3",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for Vue3",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -24,7 +24,7 @@
2424
"webpack": "^5.72.0"
2525
},
2626
"dependencies": {
27-
"@authing/guard": "^5.1.10",
27+
"@authing/guard": "^5.1.11",
2828
"vue": "^3.2.37"
2929
},
3030
"author": "https://github.com/authing",

packages/guard/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Guard for JS",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",

0 commit comments

Comments
 (0)