Skip to content

Commit 97c0b5a

Browse files
committed
chore(release): bump version number to 2.0.0
1 parent 7514d90 commit 97c0b5a

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,42 @@
1-
<a name="1.0.1"></a>
1+
# [2.0.0](https://github.com/angular-material-extensions/jumbotron/compare/v1.0.1...v2.0.0) (2019-07-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** minor ([ffb609e](https://github.com/angular-material-extensions/jumbotron/commit/ffb609e))
7+
* **demo:** updated angular and other dependencies ([be936a7](https://github.com/angular-material-extensions/jumbotron/commit/be936a7))
8+
* **demo:** updated angular and other dependencies ([e7fbb08](https://github.com/angular-material-extensions/jumbotron/commit/e7fbb08))
9+
* **demo:** updated angular flex layout ([699c7d9](https://github.com/angular-material-extensions/jumbotron/commit/699c7d9))
10+
* **demo:** updated angular material to v8 ([2ad15be](https://github.com/angular-material-extensions/jumbotron/commit/2ad15be))
11+
* **demo:** updated ng-bootstrap ([ba9a318](https://github.com/angular-material-extensions/jumbotron/commit/ba9a318))
12+
* **demo:** updated the dependencies ([bd2ef52](https://github.com/angular-material-extensions/jumbotron/commit/bd2ef52))
13+
* **demo:** upgraded the demo app to angular v8 ([d60fd44](https://github.com/angular-material-extensions/jumbotron/commit/d60fd44))
14+
* **package:** added static attr to the contenct childs ([480f738](https://github.com/angular-material-extensions/jumbotron/commit/480f738))
15+
* **package:** updated angular and material to v8 ([859851a](https://github.com/angular-material-extensions/jumbotron/commit/859851a))
16+
* **package:** updated angular and material+cdk to v7 + ts ([501cdc5](https://github.com/angular-material-extensions/jumbotron/commit/501cdc5))
17+
* **package:** updated angular and other dependencies ([d948027](https://github.com/angular-material-extensions/jumbotron/commit/d948027))
18+
* **package:** updated dependencies ([a95e70a](https://github.com/angular-material-extensions/jumbotron/commit/a95e70a))
19+
* **package:** updated the dependencies ([294e8fa](https://github.com/angular-material-extensions/jumbotron/commit/294e8fa))
20+
* **package:** updated the dependencies ([6f47fdf](https://github.com/angular-material-extensions/jumbotron/commit/6f47fdf))
21+
* **package:** updated ts to v3.4.5 ([e9c7a70](https://github.com/angular-material-extensions/jumbotron/commit/e9c7a70))
22+
* **package:** updated ts to v3.4.5 ([2ec5686](https://github.com/angular-material-extensions/jumbotron/commit/2ec5686))
23+
24+
25+
### Features
26+
27+
* **package:** added support of angular schematics ([78dc4d1](https://github.com/angular-material-extensions/jumbotron/commit/78dc4d1))
28+
29+
30+
231
## [1.0.1](https://github.com/angular-material-extensions/jumbotron/compare/v1.0.0...v1.0.1) (2018-06-20)
332

433

534
### Bug Fixes
635

7-
* **module:** changed the flatModuleID to [@angular-material-extensions](https://github.com/angular-material-extensions)/jumbotron ([7e38ca3](https://github.com/angular-material-extensions/jumbotron/commit/7e38ca3))
36+
* **module:** changed the flatModuleID to @angular-material-extensions/jumbotron ([7e38ca3](https://github.com/angular-material-extensions/jumbotron/commit/7e38ca3))
837

938

1039

11-
<a name="1.0.0"></a>
1240
# [1.0.0](https://github.com/angular-material-extensions/jumbotron/compare/1a187fd...v1.0.0) (2018-06-20)
1341

1442

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const readyToRelease = () => {
125125
fancyLog(`[bump-version] Option '--version' provided, with value : 'major', 'minor' or 'patch'.................${isOK(canBump)}`);
126126
fancyLog(`[github-release] Option '--ghToken' provided or 'CONVENTIONAL_GITHUB_RELEASER_TOKEN' variable set......${isOK(canGhRelease)}`);
127127

128-
return isTravisPassing && onMasterBranch && canBump && canGhRelease && canNpmPublish;
128+
return onMasterBranch && canBump && canGhRelease && canNpmPublish;
129129
};
130130

131131
const execCmd = (name, args, opts, ...subFolders) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/jumbotron",
33
"description": "Angular UI open source library built with material design in order to illustrate a highlighted/important information for the user",
4-
"version": "1.0.1",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/angular-material-extensions/jumbotron",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)