Skip to content

Commit 3d7f80a

Browse files
author
iramos
committed
chore(release): 7.0.0
1 parent 20f62b1 commit 3d7f80a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="7.0.0"></a>
6+
# [7.0.0](https://github.com/Ismaestro/angular6-example-app/compare/v6.0.0...v7.0.0) (2018-08-11)
7+
8+
9+
### Features
10+
11+
* **dependencies:** new script for update purposes ([20f62b1](https://github.com/Ismaestro/angular6-example-app/commit/20f62b1))
12+
* **handle error:** add condition for server errors ([3177edd](https://github.com/Ismaestro/angular6-example-app/commit/3177edd))
13+
* **library:** add new library using v6 and remove old version ([9cea494](https://github.com/Ismaestro/angular6-example-app/commit/9cea494))
14+
* **library:** remove unused tasks ([7f44db9](https://github.com/Ismaestro/angular6-example-app/commit/7f44db9))
15+
* **library:** update name of the library with scope ([442e15b](https://github.com/Ismaestro/angular6-example-app/commit/442e15b))
16+
* **material:** update material styles in angular workspace ([ec379c5](https://github.com/Ismaestro/angular6-example-app/commit/ec379c5))
17+
* **modules:** update modules depencies in shared, core and hero modules ([fe08e8f](https://github.com/Ismaestro/angular6-example-app/commit/fe08e8f))
18+
* **ngx extract, date polyfill:** add ngx extract library and a date inputs polyfill for safari ([39356fc](https://github.com/Ismaestro/angular6-example-app/commit/39356fc))
19+
* **package:** updated package lock version ([ea3c23b](https://github.com/Ismaestro/angular6-example-app/commit/ea3c23b))
20+
* **readme:** update documentation ([39d13fa](https://github.com/Ismaestro/angular6-example-app/commit/39d13fa))
21+
* **sme:** remove sme and install webpack-bundle-analyzer ([c518613](https://github.com/Ismaestro/angular6-example-app/commit/c518613))
22+
* **structure:** refactor components and introduce the concept of page ([d62ee1b](https://github.com/Ismaestro/angular6-example-app/commit/d62ee1b))
23+
24+
25+
526
<a name="6.0.0"></a>
627
# [6.0.0](https://github.com/Ismaestro/angular6-example-app/compare/v5.3.0...v6.0.0) (2018-05-09)
728

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-example-app",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "ng serve --open",

0 commit comments

Comments
 (0)