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

Commit

Permalink
v3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuancaosu committed May 14, 2022
1 parent ef18f61 commit 823cfec
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.10",
"version": "3.1.12",
"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.10",
"version": "3.1.12",
"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.10",
"@authing/native-js-ui-components": "^3.1.12",
"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.10",
"version": "3.1.12",
"main": "src/public-api.ts",
"peerDependencies": {
"@angular/common": ">=10.2.0",
"@angular/core": ">=10.2.0"
},
"dependencies": {
"@authing/native-js-ui-components": "^3.1.10",
"@authing/native-js-ui-components": "^3.1.12",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "3.1.12",
"framework": "Native",
"private": false,
"main": "lib/index.min.js",
Expand Down
4 changes: 2 additions & 2 deletions 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-rc.4",
"version": "3.1.12",
"private": false,
"main": "lib/index.min.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -223,4 +223,4 @@
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.4"
}
}
}
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.10",
"version": "3.1.12",
"keywords": [
"vue",
"vuejs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@authing/native-js-ui-components": "^3.1.10"
"@authing/native-js-ui-components": "^3.1.12"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 823cfec

Please sign in to comment.