Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaermorchen committed Feb 4, 2023
1 parent f86fefe commit a5e9b2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@




## v2.0.0 (2023-02-04)

#### :boom: Breaking Change
* [#69](https://github.com/kaermorchen/ember-mdi/pull/69) Updated compatibility ([@kaermorchen](https://github.com/kaermorchen))

#### :memo: Documentation
* [#69](https://github.com/kaermorchen/ember-mdi/pull/69) Updated compatibility ([@kaermorchen](https://github.com/kaermorchen))

#### Committers: 1
- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen))

## v2.0.0-beta.2 (2022-11-28)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-mdi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mdi",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "An ember-cli addon for using Material Design Icons in Ember applications.",
"keywords": [
"material design icons",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
},
"npm": false
},
"version": "2.0.0-beta.2"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-fetch": "^8.1.1",
"ember-load-initializers": "^2.1.2",
"ember-mdi": "^2.0.0-beta.2",
"ember-mdi": "^2.0.0",
"ember-qunit": "^5.1.5",
"ember-resolver": "^8.0.3",
"ember-source": "~4.6.0",
Expand Down

0 comments on commit a5e9b2b

Please sign in to comment.