Skip to content

Commit 31651a5

Browse files
committed
v1.3.4
1 parent 11e21a1 commit 31651a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.4 (February 2, 2021)
2+
### Fixed
3+
- Ensure styles from addons that define a custom `moduleName` use correct import paths ([#220](https://github.com/salsify/ember-css-modules/pull/220); thank you [@timlindvall](https://github.com/timlindvall)!)
4+
15
## 1.3.3 (October 19, 2020)
26
### Fixed
37
- Ensure addons use the host app's `generateScopedName` for consistency if they don't have their own configured.

packages/ember-css-modules/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": "1.3.3",
3+
"version": "1.3.4",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)