-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a948b1
commit f0698fa
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,24 @@ | |
|
||
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. | ||
|
||
<a name="7.0.0"></a> | ||
# [7.0.0](https://github.com/alexlafroscia/ember-steps/compare/v6.1.3...v7.0.0) (2018-12-30) | ||
|
||
|
||
### Chores | ||
|
||
* **deps:** upgrade to `[email protected]` ([0c919c4](https://github.com/alexlafroscia/ember-steps/commit/0c919c4)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **deps:** Increased the minimum supported version of Ember to | ||
`3.4.0` to align with what native Classes are well-supported by at | ||
this time. This was necessary to fix a number of issues that arose | ||
with the upgraded version of `ember-cli-typescript` | ||
|
||
|
||
|
||
<a name="6.1.3"></a> | ||
## [6.1.3](https://github.com/alexlafroscia/ember-steps/compare/v6.1.2...v6.1.3) (2018-12-04) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ember-steps", | ||
"version": "6.1.3", | ||
"version": "7.0.0", | ||
"description": "Super Simple Series of Steps", | ||
"scripts": { | ||
"build": "ember build", | ||
|
@@ -96,7 +96,9 @@ | |
"resolutions": { | ||
"ember-css-modules/broccoli-postcss": "^3.5.3" | ||
}, | ||
"keywords": ["ember-addon"], | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"repository": "https://github.com/alexlafroscia/ember-steps", | ||
"license": "MIT", | ||
"author": "Alex LaFroscia <[email protected]>", | ||
|