Skip to content

Commit 9ef78f7

Browse files
committed
chore(release): 0.7.2
1 parent 756e89e commit 9ef78f7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
<a name="0.7.2"></a>
6+
## [0.7.2](https://github.com/ebryn/ember-component-css/compare/v0.7.1...v0.7.2) (2019-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **broken transition:** there's a chance that at times a transition will not have a 'to', so handling that case ([756e89e](https://github.com/ebryn/ember-component-css/commit/756e89e))
12+
13+
14+
515
<a name="0.7.1"></a>
616
## [0.7.1](https://github.com/ebryn/ember-component-css/compare/v0.7.0...v0.7.1) (2019-06-10)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-component-css",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "An Ember CLI addon which allows you to specify styles for individual components",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)