Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Feb 1, 2021
1 parent 11e21a1 commit 31651a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.4 (February 2, 2021)
### Fixed
- 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)!)

## 1.3.3 (October 19, 2020)
### Fixed
- Ensure addons use the host app's `generateScopedName` for consistency if they don't have their own configured.
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-modules",
"version": "1.3.3",
"version": "1.3.4",
"description": "CSS Modules for ambitious applications",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit 31651a5

Please sign in to comment.