Skip to content

Commit

Permalink
Upgrade ng package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Dec 11, 2019
1 parent 1889664 commit a741a6d
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 53 deletions.
26 changes: 13 additions & 13 deletions npm/ng-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"lerna": "lerna"
},
"devDependencies": {
"@abp/ng.account": "1.1.0",
"@abp/ng.account.config": "1.1.0",
"@abp/ng.core": "^1.1.0",
"@abp/ng.feature-management": "^1.1.0",
"@abp/ng.identity": "1.1.0",
"@abp/ng.identity.config": "1.1.0",
"@abp/ng.permission-management": "^1.1.0",
"@abp/ng.setting-management": "1.1.0",
"@abp/ng.setting-management.config": "1.1.0",
"@abp/ng.tenant-management": "1.1.0",
"@abp/ng.tenant-management.config": "1.1.0",
"@abp/ng.theme.basic": "1.1.0",
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.account": "^1.1.1",
"@abp/ng.account.config": "^1.1.1",
"@abp/ng.core": "^1.1.1",
"@abp/ng.feature-management": "^1.1.1",
"@abp/ng.identity": "^1.1.1",
"@abp/ng.identity.config": "^1.1.1",
"@abp/ng.permission-management": "^1.1.1",
"@abp/ng.setting-management": "^1.1.1",
"@abp/ng.setting-management.config": "^1.1.1",
"@abp/ng.tenant-management": "^1.1.1",
"@abp/ng.tenant-management.config": "^1.1.1",
"@abp/ng.theme.basic": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1",
"@angular-builders/jest": "^8.2.0",
"@angular-devkit/build-angular": "~0.803.20",
"@angular-devkit/build-ng-packagr": "~0.803.20",
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/account-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.account.config",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions npm/ng-packs/packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@abp/ng.account",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.account.config": "^1.1.0"
"@abp/ng.account.config": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@ngxs/router-plugin": "^3.5.1",
"@ngxs/storage-plugin": "^3.5.1",
"@ngxs/store": "^3.5.1",
"angular-oauth2-oidc": "^8.0.4",
"just-compare": "^1.3.0",
"just-clone": "3.1.0",
"just-compare": "^1.3.0",
"snq": "^1.0.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/feature-management/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.feature-management",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0"
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/identity-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.identity.config",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
}
Expand Down
8 changes: 4 additions & 4 deletions npm/ng-packs/packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@abp/ng.identity",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.permission-management": "^1.1.0",
"@abp/ng.identity.config": "^1.1.0"
"@abp/ng.identity.config": "^1.1.1",
"@abp/ng.permission-management": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/permission-management/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.permission-management",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0"
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.setting-management.config",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions npm/ng-packs/packages/setting-management/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@abp/ng.setting-management",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.setting-management.config": "^1.1.0"
"@abp/ng.setting-management.config": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.tenant-management.config",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
}
Expand Down
8 changes: 4 additions & 4 deletions npm/ng-packs/packages/tenant-management/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@abp/ng.tenant-management",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.feature-management": "^1.1.0",
"@abp/ng.tenant-management.config": "^1.1.0"
"@abp/ng.feature-management": "^1.1.1",
"@abp/ng.tenant-management.config": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/theme-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.basic",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0"
"@abp/ng.theme.shared": "^1.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/theme-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.shared",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@abp/ng.core": "^1.1.0",
"@abp/ng.core": "^1.1.1",
"@angular/cdk": "^8.2.3",
"@fortawesome/fontawesome-free": "^5.11.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
Expand Down
10 changes: 5 additions & 5 deletions templates/app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^1.1.0",
"@abp/ng.identity": "^1.1.0",
"@abp/ng.setting-management": "^1.1.0",
"@abp/ng.tenant-management": "^1.1.0",
"@abp/ng.theme.basic": "^1.1.0",
"@abp/ng.account": "^1.1.1",
"@abp/ng.identity": "^1.1.1",
"@abp/ng.setting-management": "^1.1.1",
"@abp/ng.tenant-management": "^1.1.1",
"@abp/ng.theme.basic": "^1.1.1",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
Expand Down
10 changes: 5 additions & 5 deletions templates/module/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^1.1.0",
"@abp/ng.theme.basic": "^1.1.0",
"@abp/ng.identity": "^1.1.0",
"@abp/ng.tenant-management": "^1.1.0",
"@abp/ng.setting-management": "^1.1.0",
"@abp/ng.account": "^1.1.1",
"@abp/ng.theme.basic": "^1.1.1",
"@abp/ng.identity": "^1.1.1",
"@abp/ng.tenant-management": "^1.1.1",
"@abp/ng.setting-management": "^1.1.1",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "my-project-name.config",
"version": "0.0.1",
"peerDependencies": {
"@abp/ng.core": ">=1.1.0"
"@abp/ng.core": ">=1.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "my-project-name",
"version": "0.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.1.0",
"@abp/ng.theme.shared": "^1.1.1",
"my-project-name.config": "^0.0.1"
}
}

0 comments on commit a741a6d

Please sign in to comment.