Skip to content

Commit cf6395b

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.2.1...v5.0.0) (2022-03-04) * feat(emeisOptions)!: component injection via emeisOptions (#431) ([a293ea8](a293ea8)), closes [#431](#431) ### BREAKING CHANGES * replaces customButton with customComponent property in emeisOptions service
1 parent a293ea8 commit cf6395b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.0.0](https://github.com/projectcaluma/ember-emeis/compare/v4.2.1...v5.0.0) (2022-03-04)
2+
3+
4+
* feat(emeisOptions)!: component injection via emeisOptions (#431) ([a293ea8](https://github.com/projectcaluma/ember-emeis/commit/a293ea88662db8679a6f32c9b34ae026f9049a74)), closes [#431](https://github.com/projectcaluma/ember-emeis/issues/431)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* replaces customButton with customComponent property in emeisOptions service
10+
111
## [4.2.1](https://github.com/projectcaluma/ember-emeis/compare/v4.2.0...v4.2.1) (2022-02-23)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-emeis",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "The frontend for the emeis user management service",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)