Skip to content

Commit

Permalink
Make ember-awesome-macros a dependency instead of subdependency, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Oct 3, 2017
1 parent f863d74 commit 67a3e46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2017-10-3
### Fixed
* Make ember-awesome-macros a dependency instead of subdependency ([#11](https://github.com/Deveo/ember-drag-sort/issues/11), fixed by [@lolmaus](https://github.com/lolmaus/))

## [1.0.1] - 2017-09-30
### Added
* Make page objects aware of drag handles ([#10](https://github.com/Deveo/ember-drag-sort/issues/10) by [@lolmaus](https://github.com/lolmaus/))
* Make page objects aware of drag handles ([#10](https://github.com/Deveo/ember-drag-sort/issues/10), implemented by [@lolmaus](https://github.com/lolmaus/))

## [1.0.0] - 2017-09-11
### Added
* Drag handle ([#5](https://github.com/Deveo/ember-drag-sort/issues/5) by [@lolmaus](https://github.com/lolmaus/))
* Drag handle ([#5](https://github.com/Deveo/ember-drag-sort/issues/5), implemented by [@lolmaus](https://github.com/lolmaus/))

## [1.0.0-beta-0] - 2017-08-31
### Added
* Unsortable lists ([#4](https://github.com/Deveo/ember-drag-sort/pull/4) by [@lolmaus](https://github.com/lolmaus/))
* Unsortable lists ([#4](https://github.com/Deveo/ember-drag-sort/pull/4), implemented by [@lolmaus](https://github.com/lolmaus/))

## [1.0.0-alpha.9] - 2017-05-22
Public release.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"dependencies": {
"ember-cli-babel": "^6.0.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-macro-helpers": "^0.14.0"
"ember-macro-helpers": "^0.14.0",
"ember-awesome-macros": "^0.35.1"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"broccoli-asset-rev": "^2.4.5",
"broccoli-funnel": "^1.2.0",
"ember-ajax": "^3.0.0",
"ember-awesome-macros": "^0.35.1",
"ember-cli": "2.13.1",
"ember-cli-chai": "^0.4.0",
"ember-cli-dependency-checker": "^1.3.0",
Expand Down

0 comments on commit 67a3e46

Please sign in to comment.