From 04f224df9badae87dabfe07029b50d08f421dad6 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 27 Feb 2019 16:10:18 -0800 Subject: [PATCH] chore(changelog): update changelog with 8.0.1 changes --- CHANGELOG.md | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ce1c29..9f74ed6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,34 +3,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. + ## [8.0.1](https://github.com/alexlafroscia/ember-steps/compare/v8.0.0...v8.0.1) (2019-02-28) +### Chores +* removes inheritance from EmberObject from StepNode ([c4f8e8](https://github.com/alexlafroscia/ember-steps/commit/c4f8e8)) -# [8.0.0](https://github.com/alexlafroscia/ember-steps/compare/v7.0.0...v8.0.0) (2019-01-22) +# [8.0.0](https://github.com/alexlafroscia/ember-steps/compare/v7.0.0...v8.0.0) (2019-01-22) ### Chores * **deps:** externalize `ember-native-class-polyfill` ([904cd97](https://github.com/alexlafroscia/ember-steps/commit/904cd97)) - ### BREAKING CHANGES * **deps:** For Ember `3.4` and `3.5` compatibility, you _must_ install `ember-native-class-polyfill` in your application. This was previously brought in as a dependency, but should not be supplied by the host app. - - -# [7.0.0](https://github.com/alexlafroscia/ember-steps/compare/v6.1.3...v7.0.0) (2018-12-30) +# [7.0.0](https://github.com/alexlafroscia/ember-steps/compare/v6.1.3...v7.0.0) (2018-12-30) ### Chores * **deps:** upgrade to `ember-cli-typescript@rc.1` ([0c919c4](https://github.com/alexlafroscia/ember-steps/commit/0c919c4)) - ### BREAKING CHANGES * **deps:** Increased the minimum supported version of Ember to @@ -38,64 +37,52 @@ All notable changes to this project will be documented in this file. See [standa this time. This was necessary to fix a number of issues that arose with the upgraded version of `ember-cli-typescript` - - -## [6.1.3](https://github.com/alexlafroscia/ember-steps/compare/v6.1.2...v6.1.3) (2018-12-04) - +## [6.1.3](https://github.com/alexlafroscia/ember-steps/compare/v6.1.2...v6.1.3) (2018-12-04) -## [6.1.2](https://github.com/alexlafroscia/ember-steps/compare/v6.1.1...v6.1.2) (2018-11-04) +## [6.1.2](https://github.com/alexlafroscia/ember-steps/compare/v6.1.1...v6.1.2) (2018-11-04) ### Bug Fixes * add action hooks when current step property changes ([1ddda66](https://github.com/alexlafroscia/ember-steps/commit/1ddda66)) * add compatibility with Ember 3.6+ ([3523a4c](https://github.com/alexlafroscia/ember-steps/commit/3523a4c)) - - -## [5.0.1](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0...v5.0.1) (2018-04-21) +## [5.0.1](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0...v5.0.1) (2018-04-21) ### Bug Fixes * Allow string, name, or symbol step names ([2615f9e](https://github.com/alexlafroscia/ember-steps/commit/2615f9e)), closes [#103](https://github.com/alexlafroscia/ember-steps/issues/103) - - -# [5.0.0](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0-beta.2...v5.0.0) (2018-04-19) - +# [5.0.0](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0-beta.2...v5.0.0) (2018-04-19) -# [5.0.0-beta.2](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2018-04-18) +# [5.0.0-beta.2](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2018-04-18) ### Bug Fixes * Fix TypeScript compilation errors ([c11bbb7](https://github.com/alexlafroscia/ember-steps/commit/c11bbb7)) * Simplify step addition/removal logic ([9535dfe](https://github.com/alexlafroscia/ember-steps/commit/9535dfe)) - ### Features * Step manager now handles removal ([14f3e50](https://github.com/alexlafroscia/ember-steps/commit/14f3e50)) - - -# [5.0.0-beta.1](https://github.com/alexlafroscia/ember-steps/compare/v4.0.0...v5.0.0-beta.1) (2018-04-04) +# [5.0.0-beta.1](https://github.com/alexlafroscia/ember-steps/compare/v4.0.0...v5.0.0-beta.1) (2018-04-04) ### Features * Rewritten in TypeScript ([a94e9a](https://github.com/alexlafroscia/ember-steps/commit/a94e9a)) - ### BREAKING CHANGES * Drop support for Ember 2.12 ([191403](https://github.com/alexlafroscia/ember-steps/commit/191403))