Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Jun 12, 2020
1 parent 78037b2 commit 9d0ee9f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

<a name="9.0.0"></a>
# [9.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0-beta.0...v9.0.0) (2019-06-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9d0ee9f

Please sign in to comment.