Skip to content

Commit

Permalink
v4.5.19-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dongfengtaoadmin committed Jun 1, 2024
1 parent 7fb781e commit 34eb370
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 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": "4.5.19-nington.23"
"version": "4.5.19-alpha.2"
}
2 changes: 1 addition & 1 deletion packages/guard-core-v4/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-core-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-core",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Authing Guard Component for core codes, only be used to internal",
"types": "dist/typings/src/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/guard-shim-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/guard-shim-react",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Guard shim for react 16 / 17, only be used to internal",
"types": "dist/typings/src/index.d.ts",
"module": "dist/guard.min.js",
Expand Down
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": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Guard shim for react 18, only be used to internal",
"types": "dist/typings/src/index.d.ts",
"module": "dist/guard.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/native-js-ui-components/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/native-js-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/native-js-ui-components",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Authing Guard for Native",
"main": "lib/index.min.js",
"module": "lib/index.min.js",
Expand All @@ -18,7 +18,7 @@
"author": "https://github.com/authing",
"license": "MIT",
"dependencies": {
"@authing/guard-shim-react": "^4.5.19-nington.23",
"@authing/guard-shim-react": "^4.5.19-alpha.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ng-ui-components/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/ng-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/ng-ui-components",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@authing/native-js-ui-components": "^4.5.19-nington.23",
"@authing/native-js-ui-components": "^4.5.19-alpha.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/react-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/react-ui-components",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Authing Guard for React",
"main": "lib/index.min.js",
"module": "lib/index.min.js",
Expand All @@ -19,8 +19,8 @@
"author": "https://github.com/authing",
"license": "MIT",
"dependencies": {
"@authing/guard-shim-react": "^4.5.19-nington.23",
"@authing/native-js-ui-components": "^4.5.19-nington.23",
"@authing/guard-shim-react": "^4.5.19-alpha.2",
"@authing/native-js-ui-components": "^4.5.19-alpha.2",
"react": "^16.13.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react18-ui-components/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/react18-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/react18-ui-components",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Authing Guard for React",
"main": "lib/index.min.js",
"module": "lib/index.min.js",
Expand All @@ -19,6 +19,6 @@
"author": "https://github.com/authing",
"license": "MIT",
"dependencies": {
"@authing/guard-shim-react18": "^4.5.19-nington.23"
"@authing/guard-shim-react18": "^4.5.19-alpha.2"
}
}
2 changes: 1 addition & 1 deletion packages/vue-ui-components/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/vue-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/vue-ui-components",
"version": "4.5.19-nington.23",
"version": "4.5.19-alpha.2",
"description": "Authing Guard for Vue",
"main": "lib/index.min.js",
"module": "lib/index.min.js",
Expand All @@ -19,7 +19,7 @@
"author": "https://github.com/authing",
"license": "MIT",
"dependencies": {
"@authing/native-js-ui-components": "^4.5.19-nington.23",
"@authing/native-js-ui-components": "^4.5.19-alpha.2",
"vue": "^3.2.20"
},
"devDependencies": {
Expand Down

0 comments on commit 34eb370

Please sign in to comment.