Skip to content

Commit bf613ac

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.3.2...v7.0.0) (2023-05-16) ### Bug Fixes * confirm task tests ([#669](#669)) ([01db8a2](01db8a2)) * **scopes:** show updated parent after selection ([#665](#665)) ([2eb3440](2eb3440)) ### chore * adapt ember try scenarios ([#670](#670)) ([f9e530b](f9e530b)) ### BREAKING CHANGES * drop support for ember v3.24 * chore(deps): update ember-ty to v3.0.0-beta.1 Prevents local build error. * test(confirm-task): revert waitUntil calls * fix(confirm-task): catch nested promise rejection * test(confirm-task): skip flaky test * drop support for ember v3.24 * chore(deps): update ember-ty to v3.0.0-beta.1 Prevents local build error.
1 parent 01db8a2 commit bf613ac

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [7.0.0](https://github.com/projectcaluma/ember-emeis/compare/v6.3.2...v7.0.0) (2023-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* confirm task tests ([#669](https://github.com/projectcaluma/ember-emeis/issues/669)) ([01db8a2](https://github.com/projectcaluma/ember-emeis/commit/01db8a235aa270f5f58b67594126966f52e929cd))
7+
* **scopes:** show updated parent after selection ([#665](https://github.com/projectcaluma/ember-emeis/issues/665)) ([2eb3440](https://github.com/projectcaluma/ember-emeis/commit/2eb3440e335a95739cb25fd5438b0c2863611699))
8+
9+
10+
### chore
11+
12+
* adapt ember try scenarios ([#670](https://github.com/projectcaluma/ember-emeis/issues/670)) ([f9e530b](https://github.com/projectcaluma/ember-emeis/commit/f9e530b93e4f22765bdb418326920a7c18fa0a1c))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* drop support for ember v3.24
18+
19+
* chore(deps): update ember-ty to v3.0.0-beta.1
20+
21+
Prevents local build error.
22+
23+
* test(confirm-task): revert waitUntil calls
24+
25+
* fix(confirm-task): catch nested promise rejection
26+
27+
* test(confirm-task): skip flaky test
28+
* drop support for ember v3.24
29+
30+
* chore(deps): update ember-ty to v3.0.0-beta.1
31+
32+
Prevents local build error.
33+
134
## [6.3.2](https://github.com/projectcaluma/ember-emeis/compare/v6.3.1...v6.3.2) (2023-05-09)
235

336

package.json

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

0 commit comments

Comments
 (0)