Skip to content

Commit 50d6a54

Browse files
committed
v0.7.9
1 parent ac2244d commit 50d6a54

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.7.8 Party Like It's 1992 (February 22, 2018)
1+
## 0.7.9 Party Like It's 1992 (February 22, 2018)
22
### Fixed
33
- Ember 3.1 ships with a version of Glimmer that expects AST transforms to use [a singular `visitor` key rather than plural `visitors`](https://github.com/glimmerjs/glimmer-vm/pull/557). So we do that. Big thanks to [@luqman](https://github.com/luqman) for tracking this down.
44
- The internal computed property we set up to support `localClassNameBindings` now uses Ember's `defineProperty` for compatibility with the ES5 getters overhaul.
55

6+
## ~0.7.8 Let's Pretend This Never HAppened (February 22, 2018)~
7+
### This was essentially a no-op republish of 0.7.7.
8+
69
## 0.7.7 Prelease Blues (February 6, 2018)
710
### Fixed
811
- Prerelease versions of Ember CLI are correctly detected now.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-css-modules",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)