diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..657c001 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "ember-highcharts": { + "impact": "minor", + "oldVersion": "6.1.2", + "newVersion": "6.2.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./ember-highcharts/package.json" + } + }, + "description": "## Release (2024-10-07)\n\nember-highcharts 6.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-highcharts`, `test-app`\n * [#481](https://github.com/ahmadsoe/ember-highcharts/pull/481) Add support for polar charts ([@MichalBryxi](https://github.com/MichalBryxi))\n * [#472](https://github.com/ahmadsoe/ember-highcharts/pull/472) Support treegraph and treemap modules ([@charlesfries](https://github.com/charlesfries))\n\n#### :memo: Documentation\n* [#484](https://github.com/ahmadsoe/ember-highcharts/pull/484) docs: Remove reference to blueprints ([@MichalBryxi](https://github.com/MichalBryxi))\n* [#487](https://github.com/ahmadsoe/ember-highcharts/pull/487) docs: Remove global config reference ([@MichalBryxi](https://github.com/MichalBryxi))\n* [#476](https://github.com/ahmadsoe/ember-highcharts/pull/476) v2 test app path in README ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :house: Internal\n* Other\n * [#489](https://github.com/ahmadsoe/ember-highcharts/pull/489) Setup release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `test-app`\n * [#488](https://github.com/ahmadsoe/ember-highcharts/pull/488) Fix test app component class names ([@charlesfries](https://github.com/charlesfries))\n\n#### Committers: 3\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcfd91..c3a6122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## Release (2024-10-07) + +ember-highcharts 6.2.0 (minor) + +#### :rocket: Enhancement +* `ember-highcharts`, `test-app` + * [#481](https://github.com/ahmadsoe/ember-highcharts/pull/481) Add support for polar charts ([@MichalBryxi](https://github.com/MichalBryxi)) + * [#472](https://github.com/ahmadsoe/ember-highcharts/pull/472) Support treegraph and treemap modules ([@charlesfries](https://github.com/charlesfries)) + +#### :memo: Documentation +* [#484](https://github.com/ahmadsoe/ember-highcharts/pull/484) docs: Remove reference to blueprints ([@MichalBryxi](https://github.com/MichalBryxi)) +* [#487](https://github.com/ahmadsoe/ember-highcharts/pull/487) docs: Remove global config reference ([@MichalBryxi](https://github.com/MichalBryxi)) +* [#476](https://github.com/ahmadsoe/ember-highcharts/pull/476) v2 test app path in README ([@MichalBryxi](https://github.com/MichalBryxi)) + +#### :house: Internal +* Other + * [#489](https://github.com/ahmadsoe/ember-highcharts/pull/489) Setup release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* `test-app` + * [#488](https://github.com/ahmadsoe/ember-highcharts/pull/488) Fix test app component class names ([@charlesfries](https://github.com/charlesfries)) + +#### Committers: 3 +- Charles Fries ([@charlesfries](https://github.com/charlesfries)) +- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi)) +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + diff --git a/ember-highcharts/package.json b/ember-highcharts/package.json index c76b6b8..c40b0b9 100644 --- a/ember-highcharts/package.json +++ b/ember-highcharts/package.json @@ -1,6 +1,6 @@ { "name": "ember-highcharts", - "version": "6.1.2", + "version": "6.2.0", "description": "A Highcharts, HighStock and HighMaps component for ember cli", "keywords": [ "ember-addon"