Skip to content

Commit 41c4706

Browse files
committed
Release 3.1.0
1 parent 6737347 commit 41c4706

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

66

77

8+
9+
## v3.1.0 (2024-01-10)
10+
11+
#### :boom: Breaking Change
12+
* [#181](https://github.com/jelhan/ember-style-modifier/pull/181) drop support for Ember < 4.12 ([@jelhan](https://github.com/jelhan))
13+
* [#180](https://github.com/jelhan/ember-style-modifier/pull/180) drop support for node 14 and 16 ([@jelhan](https://github.com/jelhan))
14+
15+
#### :rocket: Enhancement
16+
* [#213](https://github.com/jelhan/ember-style-modifier/pull/213) document Ember compatibility adding a peer dep on ember-source ([@jelhan](https://github.com/jelhan))
17+
* [#211](https://github.com/jelhan/ember-style-modifier/pull/211) better import path for apps using template tag ([@jelhan](https://github.com/jelhan))
18+
* [#210](https://github.com/jelhan/ember-style-modifier/pull/210) Convert to TypeScript and publish types (including Glint) ([@jelhan](https://github.com/jelhan))
19+
20+
#### :house: Internal
21+
* [#208](https://github.com/jelhan/ember-style-modifier/pull/208) upgrade with Ember CLI v5.5 blueprints ([@jelhan](https://github.com/jelhan))
22+
* [#207](https://github.com/jelhan/ember-style-modifier/pull/207) migrate from yarn v1 to pnpm ([@jelhan](https://github.com/jelhan))
23+
24+
#### Committers: 1
25+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
26+
827
## v3.0.1 (2023-02-15)
928

1029
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-style-modifier",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)