Skip to content

Commit b3d6d34

Browse files
v5.3.0
1 parent 9cb42b0 commit b3d6d34

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "5.3.0-alpha.8"
7+
"version": "5.3.0"
88
}

packages/guard-angular/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-angular",
3-
"version": "5.3.0-alpha.8",
3+
"version": "5.3.0",
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.3.0-alpha.8"
36+
"@authing/guard": "^5.3.0"
3737
},
3838
"author": "https://github.com/authing",
3939
"license": "MIT",

packages/guard-react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react",
3-
"version": "5.3.0-alpha.8",
3+
"version": "5.3.0",
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.3.0-alpha.8",
27+
"@authing/guard": "^5.3.0",
2828
"react": "^16.13.1"
2929
},
3030
"author": "https://github.com/authing",

packages/guard-react18/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react18/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react18",
3-
"version": "5.3.0-alpha.8",
3+
"version": "5.3.0",
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.3.0-alpha.8",
28+
"@authing/guard-shim-react18": "^5.3.0",
2929
"react": "^18.0.0"
3030
},
3131
"author": "https://github.com/authing",

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-shim-react18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-shim-react18",
3-
"version": "5.3.0-alpha.8",
3+
"version": "5.3.0",
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)