Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 16, 2024
1 parent 36f8e1d commit bbf8c17
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 2 deletions.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@

## v6.0.0 (2024-07-16)

#### :boom: Breaking Change
* [#467](https://github.com/ahmadsoe/ember-highcharts/pull/467) Convert to v2 addon ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#466](https://github.com/ahmadsoe/ember-highcharts/pull/466) ember-cli-update to ember 5.10 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#465](https://github.com/ahmadsoe/ember-highcharts/pull/465) Switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))


## v5.0.1 (2024-07-16)

#### :house: Internal
* [#464](https://github.com/ahmadsoe/ember-highcharts/pull/464) Remove lodash ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))


## v5.0.0 (2024-07-15)

#### :boom: Breaking Change
* [#460](https://github.com/ahmadsoe/ember-highcharts/pull/460) Remove config and use dynamic imports for modules ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))


## v4.0.0 (2024-07-12)

#### :boom: Breaking Change
* [#444](https://github.com/ahmadsoe/ember-highcharts/pull/444) Drop support for Ember < 4.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#437](https://github.com/ahmadsoe/ember-highcharts/pull/437) Drop support for node < 18 and Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :rocket: Enhancement
* [#451](https://github.com/ahmadsoe/ember-highcharts/pull/451) Add back tests for older Ember versions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#387](https://github.com/ahmadsoe/ember-highcharts/pull/387) remove ember-copy dependency ([@Gaurav0](https://github.com/Gaurav0))
* [#442](https://github.com/ahmadsoe/ember-highcharts/pull/442) Remove validate-peer-dependencies ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#443](https://github.com/ahmadsoe/ember-highcharts/pull/443) Update release-it setup ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#438](https://github.com/ahmadsoe/ember-highcharts/pull/438) Bump deepmerge, remove vendor shim ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 2
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))


## v3.2.0 (2021-11-08)

#### :memo: Documentation
* [#215](https://github.com/ahmadsoe/ember-highcharts/pull/215) Add link to modules dir in README ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


## v3.1.0 (2021-08-04)

#### :rocket: Enhancement
* [#195](https://github.com/ahmadsoe/ember-highcharts/pull/195) Handle when chartOptions change ([@nlfurniss](https://github.com/nlfurniss))

#### :memo: Documentation
* [#197](https://github.com/ahmadsoe/ember-highcharts/pull/197) Document and test callback argument ([@nlfurniss](https://github.com/nlfurniss))
* [#196](https://github.com/ahmadsoe/ember-highcharts/pull/196) Add Gantt chart mode to readme ([@nlfurniss](https://github.com/nlfurniss))

#### :house: Internal
* [#204](https://github.com/ahmadsoe/ember-highcharts/pull/204) Use qunit-dom ([@nlfurniss](https://github.com/nlfurniss))
* [#203](https://github.com/ahmadsoe/ember-highcharts/pull/203) Upgrade ember-qunit ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


## v3.0.1 (2021-05-15)

#### :house: Internal
* [#193](https://github.com/ahmadsoe/ember-highcharts/pull/193) set Ember edition to Octane ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


## v2.1.0 (2020-09-24)

#### :house: Internal
* [#180](https://github.com/ahmadsoe/ember-highcharts/pull/180) Upgrade ember-cli-babel to v7 ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))

2 changes: 1 addition & 1 deletion ember-highcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-highcharts",
"version": "5.0.1",
"version": "6.0.0",
"description": "A Highcharts, HighStock and HighMaps component for ember cli",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "6.0.0"
}

0 comments on commit bbf8c17

Please sign in to comment.