Skip to content

Commit

Permalink
Increment ng packages to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 21, 2019
1 parent 829c71f commit 8de7b48
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0",
"@abp/ng.account.config": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.account.config": "^1.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.core",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",
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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0",
"@abp/ng.permission-management": "^1.0.0",
"@abp/ng.identity.config": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.permission-management": "^1.0.1",
"@abp/ng.identity.config": "^1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0",
"@abp/ng.setting-management.config": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.setting-management.config": "^1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0",
"@abp/ng.feature-management": "^1.0.0",
"@abp/ng.tenant-management.config": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.feature-management": "^1.0.1",
"@abp/ng.tenant-management.config": "^1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.0"
"@abp/ng.theme.shared": "^1.0.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.0.0",
"version": "1.0.1",
"dependencies": {
"@abp/ng.core": "^1.0.0",
"@abp/ng.core": "^1.0.1",
"@angular/cdk": "^8.0.1",
"@fortawesome/fontawesome-free": "^5.11.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
Expand Down

0 comments on commit 8de7b48

Please sign in to comment.