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

Commit

Permalink
v2.4.48
Browse files Browse the repository at this point in the history
  • Loading branch information
lixpng committed Sep 22, 2021
1 parent 6af40af commit d534370
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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": "2.4.47",
"version": "2.4.48",
"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": "2.4.47",
"version": "2.4.48",
"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": "^2.4.47",
"@authing/native-js-ui-components": "^2.4.48",
"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,12 +1,12 @@
{
"name": "@authing/ng-ui-components",
"version": "2.4.47",
"version": "2.4.48",
"peerDependencies": {
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0"
},
"dependencies": {
"@authing/native-js-ui-components": "^2.4.47",
"@authing/native-js-ui-components": "^2.4.48",
"tslib": "^2.0.0"
},
"bundledDependencies": [
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": "2.4.47",
"version": "2.4.48",
"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
@@ -1,7 +1,7 @@
{
"name": "@authing/vue-ui-components",
"description": "Authing Vue UI components",
"version": "2.4.47",
"version": "2.4.48",
"keywords": [
"vue",
"vuejs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@authing/native-js-ui-components": "^2.4.47"
"@authing/native-js-ui-components": "^2.4.48"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down

0 comments on commit d534370

Please sign in to comment.