From 9d0ee9fc5c29225361adb444bb0b7e6837343ea2 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Fri, 12 Jun 2020 14:51:48 -0400 Subject: [PATCH] chore(release): 10.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- package.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e732b235..b71987f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ -# Change Log +# Changelog 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. +## [10.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0...v10.0.0) (2020-06-12) + + +### ⚠ BREAKING CHANGES + +* The `Step` component is now yielded as `w.Step`, using the capitalization to denote the fact that the thing being yielded is a component +* This addon now requires an Octane-compatible version of Ember (3.13+) + +### Bug Fixes + +* upgrade `ember-cli-document-title` ([1eb3dc9](https://github.com/alexlafroscia/ember-steps/commit/1eb3dc9e96da008d0360df069a05b9f3b6a2046e)) + + +* modernize addon ([f699a69](https://github.com/alexlafroscia/ember-steps/commit/f699a69553a862b380cd6a9b606949a22111ae63)) +* yield step component as `Step` ([af0d926](https://github.com/alexlafroscia/ember-steps/commit/af0d9261307a6169692985ec04436e0783c95a72)), closes [#166](https://github.com/alexlafroscia/ember-steps/issues/166) + # [9.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0-beta.0...v9.0.0) (2019-06-19) diff --git a/package.json b/package.json index 7e0a2c18..18e270a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-steps", - "version": "9.0.0", + "version": "10.0.0", "description": "Ember addon for declaratively creating wizards, tabbed UIs, and more", "scripts": { "build": "ember build",