Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Jan 16, 2023
1 parent 23f6bf3 commit 0262904
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@




## v3.0.0 (2023-01-16)

#### :boom: Breaking Change
* [#139](https://github.com/jelhan/ember-style-modifier/pull/139) Add `@ember/string` as a dependency ([@boris-petrov](https://github.com/boris-petrov))

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

## v2.1.0 (2023-01-13)

#### :house: Internal
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-style-modifier",
"version": "2.1.0",
"version": "3.0.0",
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -70,9 +70,6 @@
"release-it-lerna-changelog": "^5.0.0",
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
},
"peerDependencies": {
"@ember/string": "^3.0.1"
},
Expand Down

0 comments on commit 0262904

Please sign in to comment.