Skip to content

Commit

Permalink
Release v13.0.0 from all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacklone committed Jan 7, 2022
1 parent d5b784e commit e6928e7
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 35 deletions.
5 changes: 2 additions & 3 deletions projects/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-cool/dialogs",
"version": "12.0.2",
"version": "13.0.0",
"description": "Cool dialogs for angular.",
"peerDependencies": {
"@angular/common": ">=10.0.0",
Expand Down Expand Up @@ -31,8 +31,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/dialogs/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/dialogs/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
5 changes: 2 additions & 3 deletions projects/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-cool/http",
"version": "12.0.0",
"version": "13.0.0",
"description": "Cool features over angular Http Client.",
"peerDependencies": {
"@angular/common": ">=10.0.0",
Expand Down Expand Up @@ -37,8 +37,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/http/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/http/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
19 changes: 9 additions & 10 deletions projects/inline-edit-field/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@angular-cool/inline-edit-field",
"version": "10.0.0",
"version": "13.0.0",
"description": "Cool inline edit field for angular",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"rxjs": "^6.3.3",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1"
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"rxjs": ">=6.0.0",
"@fortawesome/angular-fontawesome": "^0.10.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4"
},
"repository": {
"type": "git",
Expand All @@ -33,8 +33,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/inline-edit-field/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/inline-edit-field/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
5 changes: 2 additions & 3 deletions projects/loading-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-cool/loading-button",
"version": "11.3.0",
"version": "13.0.0",
"description": "Cool button with loading indicator for angular",
"peerDependencies": {
"@angular/common": ">=10.0.0",
Expand Down Expand Up @@ -30,8 +30,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/loading-button/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/loading-button/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
11 changes: 5 additions & 6 deletions projects/loading-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@angular-cool/loading-indicator",
"version": "10.0.0",
"version": "13.0.0",
"description": "Cool loading indicator for angular",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular-cool/http": "^2.0.0"
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular-cool/http": ">=10.0.0"
},
"repository": {
"type": "git",
Expand All @@ -29,8 +29,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/loading-indicator/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/loading-indicator/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/social-login-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-cool/social-login-buttons",
"version": "11.1.3",
"version": "13.0.0",
"description": "Cool social login buttons for angular",
"peerDependencies": {
"@angular/common": ">=10.0.0",
Expand Down
5 changes: 2 additions & 3 deletions projects/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-cool/storage",
"version": "12.0.0",
"version": "13.0.0",
"description": "Cool Storage wrapper for angular.",
"peerDependencies": {
"@angular/common": ">=10.0.0",
Expand Down Expand Up @@ -38,8 +38,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/storage/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/storage/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down
11 changes: 5 additions & 6 deletions projects/virtual-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@angular-cool/virtual-grid",
"version": "10.0.0",
"version": "13.0.0",
"description": "Cool virtual scroll grid for angular",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"rxjs": "^6.3.3"
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"rxjs": ">=6.0.0"
},
"repository": {
"type": "git",
Expand All @@ -29,8 +29,7 @@
"bugs": {
"url": "https://github.com/Hacklone/angular-cool/issues"
},
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/virtual-grid/README.md"
,
"homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/virtual-grid/README.md",
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down

0 comments on commit e6928e7

Please sign in to comment.