Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkornecki committed Aug 31, 2020
1 parent 24bfe42 commit 8c73bf6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions highcharts-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.

## [2.8.0](https://github.com/highcharts/highcharts-angular/compare/v2.4.0...v2.8.0) (2020-08-31)


### Features

* Add issue templates. Closes [#100](https://github.com/highcharts/highcharts-angular/issues/100). ([1fcbb42](https://github.com/highcharts/highcharts-angular/commit/1fcbb428772897df0fc978c1a40aa69a0687d704))
* added online examples in the readme. ([fe78157](https://github.com/highcharts/highcharts-angular/commit/fe7815770dc2eab7191e2d1cea589b93b17fd2e7))
* disabled ivy in tsconfig ([0f97065](https://github.com/highcharts/highcharts-angular/commit/0f970651cb6e5f53737b13d950a5ffcc4600a353))
* extracted charts to separate components ([e8d401b](https://github.com/highcharts/highcharts-angular/commit/e8d401b9b785116ac551a21373aa5fddd994fdcf))
* update to Angular v9 ([5832ff1](https://github.com/highcharts/highcharts-angular/commit/5832ff1532f54f87a7fa2f81282de67583909d38))
* updated charts properties ([3dbea1a](https://github.com/highcharts/highcharts-angular/commit/3dbea1a816d5b57ccf652ba0a4c2d38955845add))
* updated constructor names ([bcd493e](https://github.com/highcharts/highcharts-angular/commit/bcd493e2fe1069ca71ac787c6208fd798a2c0bc3))
* updated highcharts ([dd9740f](https://github.com/highcharts/highcharts-angular/commit/dd9740f4b5e8677f89765dfa0ff179aeb6e5adb4))
* updated README.md ([5273d2c](https://github.com/highcharts/highcharts-angular/commit/5273d2c85b2673d619d3c9db57ce5f7e7cafacd8))
* updated README.md ([65c1cee](https://github.com/highcharts/highcharts-angular/commit/65c1ceeb4593238714e7952e63178d3350faad57))
* updated README.md ([bdd5210](https://github.com/highcharts/highcharts-angular/commit/bdd52101d19965aa74b6441b8b1b7146f175a798))
* Updated README.md ([f54ec96](https://github.com/highcharts/highcharts-angular/commit/f54ec960473aabf27936d3b282e16ba3e01aeec7))
* updated styles for components ([d56354a](https://github.com/highcharts/highcharts-angular/commit/d56354ab9c9134364b95a245e7393a15123c42b2))


### Bug Fixes

* disabled aot and related dependency. ([19ff85d](https://github.com/highcharts/highcharts-angular/commit/19ff85d54ff3016caea66c390445f0c10ade2cfe))

## [2.7.0](https://github.com/highcharts/highcharts-angular/compare/v2.4.0...v2.7.0) (2020-07-24)


Expand Down
2 changes: 1 addition & 1 deletion highcharts-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "highcharts-angular",
"description": "Highcharts component for Angular.",
"version": "2.7.0",
"version": "2.8.0",
"license": "SEE LICENSE IN <LICENSE>",
"author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",
"bugs": {
Expand Down

0 comments on commit 8c73bf6

Please sign in to comment.