We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298cc81 commit 0db8ae3Copy full SHA for 0db8ae3
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+## 2.1.1 (April 4, 2019)
10
+### Fixed
11
+- Remove usage of .original in Ember 5.9+ to fix deprecation warnings.
12
+
13
## 2.1.0 (April 2, 2024)
14
15
### Added
packages/ember-css-modules/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-css-modules",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "CSS Modules for ambitious applications",
5
"scripts": {
"build": "ember build --environment=production",
0 commit comments