Skip to content

Commit 9d0ee9f

Browse files
committed
chore(release): 10.0.0
1 parent 78037b2 commit 9d0ee9f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# Change Log
1+
# Changelog
22

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.
44

5+
## [10.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0...v10.0.0) (2020-06-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The `Step` component is now yielded as `w.Step`, using the capitalization to denote the fact that the thing being yielded is a component
11+
* This addon now requires an Octane-compatible version of Ember (3.13+)
12+
13+
### Bug Fixes
14+
15+
* upgrade `ember-cli-document-title` ([1eb3dc9](https://github.com/alexlafroscia/ember-steps/commit/1eb3dc9e96da008d0360df069a05b9f3b6a2046e))
16+
17+
18+
* modernize addon ([f699a69](https://github.com/alexlafroscia/ember-steps/commit/f699a69553a862b380cd6a9b606949a22111ae63))
19+
* yield step component as `Step` ([af0d926](https://github.com/alexlafroscia/ember-steps/commit/af0d9261307a6169692985ec04436e0783c95a72)), closes [#166](https://github.com/alexlafroscia/ember-steps/issues/166)
20+
521
<a name="9.0.0"></a>
622
# [9.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0-beta.0...v9.0.0) (2019-06-19)
723

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-steps",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Ember addon for declaratively creating wizards, tabbed UIs, and more",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)