Skip to content

Commit

Permalink
Update npm package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 22, 2019
1 parent 76bf3e6 commit 99057a9
Show file tree
Hide file tree
Showing 26 changed files with 1,366 additions and 59 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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.account.config": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2",
"@abp/ng.account.config": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.permission-management": "^1.0.1",
"@abp/ng.identity.config": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2",
"@abp/ng.permission-management": "^1.0.2",
"@abp/ng.identity.config": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.setting-management.config": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2",
"@abp/ng.setting-management.config": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1",
"@abp/ng.feature-management": "^1.0.1",
"@abp/ng.tenant-management.config": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2",
"@abp/ng.feature-management": "^1.0.2",
"@abp/ng.tenant-management.config": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.theme.shared": "^1.0.1"
"@abp/ng.theme.shared": "^1.0.2"
},
"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.1",
"version": "1.0.2",
"dependencies": {
"@abp/ng.core": "^1.0.1",
"@abp/ng.core": "^1.0.2",
"@angular/cdk": "^8.0.1",
"@fortawesome/fontawesome-free": "^5.11.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
Expand Down
1 change: 0 additions & 1 deletion npm/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
& cd ng-packs\scripts
& npm run sync
& cd ../../
& yarn update
& yarn update:templates
Loading

0 comments on commit 99057a9

Please sign in to comment.