diff --git a/lerna.json b/lerna.json index af8a2183..eddb2875 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "5.3.0-alpha.8" + "version": "5.3.0" } diff --git a/packages/guard-angular/package-lock.json b/packages/guard-angular/package-lock.json index e01675f1..7f0a7ec2 100644 --- a/packages/guard-angular/package-lock.json +++ b/packages/guard-angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-angular", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-angular/package.json b/packages/guard-angular/package.json index a05a30ad..9a9cbe4a 100644 --- a/packages/guard-angular/package.json +++ b/packages/guard-angular/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-angular", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for Angular", "module": "dist/fesm2015/authing-guard-angular.mjs", "types": "dist/index.d.ts", @@ -33,7 +33,7 @@ "@angular/core": "^14.0.0" }, "dependencies": { - "@authing/guard": "^5.3.0-alpha.8" + "@authing/guard": "^5.3.0" }, "author": "https://github.com/authing", "license": "MIT", diff --git a/packages/guard-react/package-lock.json b/packages/guard-react/package-lock.json index c796e4d9..ea6bcf6f 100644 --- a/packages/guard-react/package-lock.json +++ b/packages/guard-react/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-react", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-react/package.json b/packages/guard-react/package.json index c2b234e0..20eae118 100644 --- a/packages/guard-react/package.json +++ b/packages/guard-react/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-react", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for React", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts", @@ -24,7 +24,7 @@ "webpack": "^5.72.0" }, "dependencies": { - "@authing/guard": "^5.3.0-alpha.8", + "@authing/guard": "^5.3.0", "react": "^16.13.1" }, "author": "https://github.com/authing", diff --git a/packages/guard-react18/package-lock.json b/packages/guard-react18/package-lock.json index 67b8ffe1..ead4d26f 100644 --- a/packages/guard-react18/package-lock.json +++ b/packages/guard-react18/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-react18", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-react18/package.json b/packages/guard-react18/package.json index 20486998..0c7919eb 100644 --- a/packages/guard-react18/package.json +++ b/packages/guard-react18/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-react18", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for React18", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts", @@ -25,7 +25,7 @@ "webpack": "^5.72.0" }, "dependencies": { - "@authing/guard-shim-react18": "^5.3.0-alpha.8", + "@authing/guard-shim-react18": "^5.3.0", "react": "^18.0.0" }, "author": "https://github.com/authing", diff --git a/packages/guard-shim-react18/package-lock.json b/packages/guard-shim-react18/package-lock.json index 70254bf5..ab766f55 100644 --- a/packages/guard-shim-react18/package-lock.json +++ b/packages/guard-shim-react18/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-shim-react18", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-shim-react18/package.json b/packages/guard-shim-react18/package.json index 0c2085a4..442e9f59 100644 --- a/packages/guard-shim-react18/package.json +++ b/packages/guard-shim-react18/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-shim-react18", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard shim for react18", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts", diff --git a/packages/guard-vue2/package-lock.json b/packages/guard-vue2/package-lock.json index 58104644..e35055e4 100644 --- a/packages/guard-vue2/package-lock.json +++ b/packages/guard-vue2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-vue2", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-vue2/package.json b/packages/guard-vue2/package.json index 81caa492..0511c6b5 100644 --- a/packages/guard-vue2/package.json +++ b/packages/guard-vue2/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-vue2", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for Vue2", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts", @@ -23,7 +23,7 @@ "webpack": "^5.72.0" }, "dependencies": { - "@authing/guard": "^5.3.0-alpha.8", + "@authing/guard": "^5.3.0", "vue": "^2.6.10" }, "author": "https://github.com/authing", diff --git a/packages/guard-vue3/package-lock.json b/packages/guard-vue3/package-lock.json index 1e553d0d..376c2511 100644 --- a/packages/guard-vue3/package-lock.json +++ b/packages/guard-vue3/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-vue3", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-vue3/package.json b/packages/guard-vue3/package.json index c0cce18f..caf1661a 100644 --- a/packages/guard-vue3/package.json +++ b/packages/guard-vue3/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard-vue3", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for Vue3", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts", @@ -24,7 +24,7 @@ "webpack": "^5.72.0" }, "dependencies": { - "@authing/guard": "^5.3.0-alpha.8", + "@authing/guard": "^5.3.0", "vue": "^3.2.37" }, "author": "https://github.com/authing", diff --git a/packages/guard/package-lock.json b/packages/guard/package-lock.json index 76c3d0be..4018863e 100644 --- a/packages/guard/package-lock.json +++ b/packages/guard/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard/package.json b/packages/guard/package.json index 1606d96c..25d6cef3 100644 --- a/packages/guard/package.json +++ b/packages/guard/package.json @@ -1,6 +1,6 @@ { "name": "@authing/guard", - "version": "5.3.0-alpha.8", + "version": "5.3.0", "description": "Guard for JS", "module": "dist/esm/guard.min.js", "types": "dist/typings/index.d.ts",