Skip to content

Commit 4551905

Browse files
committed
Release 2.1.0
1 parent d65d66f commit 4551905

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33

44

5+
6+
## v2.1.0 (2023-01-13)
7+
8+
#### :house: Internal
9+
* [#143](https://github.com/jelhan/ember-style-modifier/pull/143) upgrade files created by Ember CLI blueprints to 4.9 ([@jelhan](https://github.com/jelhan))
10+
* [#142](https://github.com/jelhan/ember-style-modifier/pull/142) refactor pure method to pure function for readability ([@jelhan](https://github.com/jelhan))
11+
* [#141](https://github.com/jelhan/ember-style-modifier/pull/141) use Array.flat() instead of complex workaround ([@jelhan](https://github.com/jelhan))
12+
* [#140](https://github.com/jelhan/ember-style-modifier/pull/140) only loop once over styles ([@jelhan](https://github.com/jelhan))
13+
14+
#### Committers: 1
15+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
16+
517
## v2.0.0 (2022-12-22)
618

719
ember-style-modifier v2 requires consuming application to have an explicit

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-style-modifier",
3-
"version": "2.0.0",
3+
"version": "2.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)