diff --git a/lerna.json b/lerna.json index 28b1b15e..3516a606 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "5.3.1-alpha.0" + "version": "5.3.1" } diff --git a/packages/guard-angular/package-lock.json b/packages/guard-angular/package-lock.json index a51a312c..646ad828 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-angular/package.json b/packages/guard-angular/package.json index e08e29cc..4ce7c0cc 100644 --- a/packages/guard-angular/package.json +++ b/packages/guard-angular/package.json @@ -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", @@ -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", diff --git a/packages/guard-react/package-lock.json b/packages/guard-react/package-lock.json index 4a6350cd..8e912b67 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-react/package.json b/packages/guard-react/package.json index 0945f16c..a3093a65 100644 --- a/packages/guard-react/package.json +++ b/packages/guard-react/package.json @@ -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", @@ -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", diff --git a/packages/guard-react18/package-lock.json b/packages/guard-react18/package-lock.json index 645c50e3..f153752c 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-react18/package.json b/packages/guard-react18/package.json index 3bd4e6ae..ff03db9b 100644 --- a/packages/guard-react18/package.json +++ b/packages/guard-react18/package.json @@ -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", @@ -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", diff --git a/packages/guard-shim-react18/package-lock.json b/packages/guard-shim-react18/package-lock.json index aefeecd7..1efbd0ec 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-shim-react18/package.json b/packages/guard-shim-react18/package.json index c1c746ea..b73e4937 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.1-alpha.0", + "version": "5.3.1", "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 6b6b62ff..c240a535 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-vue2/package.json b/packages/guard-vue2/package.json index a6ec79ce..534bef5f 100644 --- a/packages/guard-vue2/package.json +++ b/packages/guard-vue2/package.json @@ -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", @@ -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", diff --git a/packages/guard-vue3/package-lock.json b/packages/guard-vue3/package-lock.json index a51426bd..83345e9d 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.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard-vue3/package.json b/packages/guard-vue3/package.json index b9245646..c1749fe7 100644 --- a/packages/guard-vue3/package.json +++ b/packages/guard-vue3/package.json @@ -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", @@ -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", diff --git a/packages/guard/package-lock.json b/packages/guard/package-lock.json index ebc99bcb..75c41e96 100644 --- a/packages/guard/package-lock.json +++ b/packages/guard/package-lock.json @@ -1,6 +1,6 @@ { "name": "@authing/guard", - "version": "5.3.1-alpha.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/guard/package.json b/packages/guard/package.json index 68cce9c5..2098262e 100644 --- a/packages/guard/package.json +++ b/packages/guard/package.json @@ -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",