Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuancaosu committed May 14, 2022
1 parent 823cfec commit 5c1cc89
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.1.12",
"version": "3.1.13",
"useWorkspaces": true,
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/angular-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/angular-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-components",
"version": "3.1.12",
"version": "3.1.13",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -20,7 +20,7 @@
"@angular/platform-browser": "~10.2.0",
"@angular/platform-browser-dynamic": "~10.2.0",
"@angular/router": "~10.2.0",
"@authing/native-js-ui-components": "^3.1.12",
"@authing/native-js-ui-components": "^3.1.13",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@authing/ng-ui-components",
"version": "3.1.12",
"version": "3.1.13",
"main": "src/public-api.ts",
"peerDependencies": {
"@angular/common": ">=10.2.0",
"@angular/core": ">=10.2.0"
},
"dependencies": {
"@authing/native-js-ui-components": "^3.1.12",
"@authing/native-js-ui-components": "^3.1.13",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/native-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/native-js-ui-components",
"version": "3.1.12",
"version": "3.1.13",
"framework": "Native",
"private": false,
"main": "lib/index.min.js",
Expand Down Expand Up @@ -91,7 +91,7 @@
]
},
"devDependencies": {
"@authing/react-ui-components": "^3.1.10",
"@authing/react-ui-components": "^3.1.13",
"@babel/core": "7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@svgr/webpack": "5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authing/react-ui-components",
"version": "3.1.12",
"version": "3.1.13",
"private": false,
"main": "lib/index.min.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib",
"components"
],
"version": "3.1.12",
"version": "3.1.13",
"keywords": [
"vue",
"vuejs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@authing/native-js-ui-components": "^3.1.12"
"@authing/native-js-ui-components": "^3.1.13"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 5c1cc89

Please sign in to comment.