Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Feb 13, 2024
1 parent 9ce17f6 commit c630e32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ember-style-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@




## v4.3.0 (2024-02-13)

#### :rocket: Enhancement
* [#235](https://github.com/jelhan/ember-style-modifier/pull/235) Also allow using the modifier on SVG elements (types only) ([@boris-petrov](https://github.com/boris-petrov))

#### Committers: 1
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))

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

#### :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.2.0",
"version": "4.3.0",
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
},
"npm": false
},
"version": "4.2.0"
"version": "4.3.0"
}

0 comments on commit c630e32

Please sign in to comment.