Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Feb 5, 2024
1 parent 423dae8 commit dad6c01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ember-style-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@




## v4.2.0 (2024-02-05)

#### :rocket: Enhancement
* [#229](https://github.com/jelhan/ember-style-modifier/pull/229) Support Ember 3.28 and above (again) ([@jelhan](https://github.com/jelhan))
* [#218](https://github.com/jelhan/ember-style-modifier/pull/218) Convert addon to V2 ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#219](https://github.com/jelhan/ember-style-modifier/pull/219) Setting CSS variables using styles modifier ([@boris-petrov](https://github.com/boris-petrov))

#### Committers: 3
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- [@mkszepp](https://github.com/mkszepp)

## v4.1.0 (2024-01-11)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-style-modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-style-modifier",
"version": "4.1.0",
"version": "4.2.0",
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "4.2.0"
}

0 comments on commit dad6c01

Please sign in to comment.