Skip to content

Commit 8a2ccf4

Browse files
committed
v1.3.1
1 parent 4dc319a commit 8a2ccf4

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.1 (May 26, 2020)
2+
### Fixed
3+
- Ensure local imports work with CLI 3.12 [#197](https://github.com/salsify/ember-css-modules/pull/197)
4+
15
## 1.3.0 (April 20, 2020)
26

37
This is a stable release of the changes included in 1.3.0-beta.1 and -beta.2. Headline additions include support for building in projects using `@embroider/concat` and for defining styles when writing components in the [component/template colocation layout](https://github.com/emberjs/rfcs/blob/master/text/0481-component-templates-co-location.md).

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.0",
3+
"version": "1.3.1",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)