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.
2 parents 0ddb508 + bad0d99 commit 52b11e4Copy full SHA for 52b11e4
CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+## 2.1.0 (April 2, 2024)
10
+
11
+### Added
12
+- Glint types for `{{local-class}}` [#301](https://github.com/salsify/ember-css-modules/pull/301) (thanks, [@SergeAstapov](https://github.com/SergeAstapov)!)
13
14
## 2.0.1 (March 23, 2022)
15
16
### Fixed
packages/ember-css-modules/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-css-modules",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "CSS Modules for ambitious applications",
5
"scripts": {
"build": "ember build --environment=production",
0 commit comments