Skip to content

Commit 279ff47

Browse files
Merge pull request #1518 from emberjs/release-preview
Prepare Release
2 parents d158041 + d2db7b1 commit 279ff47

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

.release-plan.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"solution": {
33
"@ember/test-helpers": {
4-
"impact": "patch",
5-
"oldVersion": "4.0.3",
6-
"newVersion": "4.0.4",
4+
"impact": "major",
5+
"oldVersion": "4.0.4",
6+
"newVersion": "5.0.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
},
1212
{
1313
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
14+
"reason": "Appears in changelog section :bug: Bug Fix"
1515
}
1616
],
1717
"pkgJSONPath": "./addon/package.json"
1818
}
1919
},
20-
"description": "## Release (2024-09-04)\n\n@ember/test-helpers 4.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`\n * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/test-helpers`\n * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-01-17)\n\n@ember/test-helpers 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/test-helpers`, `test-app`\n * [#1511](https://github.com/emberjs/ember-test-helpers/pull/1511) Make test context reusable during a test ([@eliasdawson](https://github.com/eliasdawson))\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`, `test-app`\n * [#1527](https://github.com/emberjs/ember-test-helpers/pull/1527) Remove incorrect assertions ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* [#1525](https://github.com/emberjs/ember-test-helpers/pull/1525) Fix floating deps tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Elias Dawson ([@eliasdawson](https://github.com/eliasdawson))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2121
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## Release (2025-01-17)
4+
5+
@ember/test-helpers 5.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `@ember/test-helpers`, `test-app`
9+
* [#1511](https://github.com/emberjs/ember-test-helpers/pull/1511) Make test context reusable during a test ([@eliasdawson](https://github.com/eliasdawson))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/test-helpers`, `test-app`
13+
* [#1527](https://github.com/emberjs/ember-test-helpers/pull/1527) Remove incorrect assertions ([@ef4](https://github.com/ef4))
14+
15+
#### :house: Internal
16+
* [#1525](https://github.com/emberjs/ember-test-helpers/pull/1525) Fix floating deps tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 3
19+
- Edward Faulkner ([@ef4](https://github.com/ef4))
20+
- Elias Dawson ([@eliasdawson](https://github.com/eliasdawson))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
323
## Release (2024-09-04)
424

525
@ember/test-helpers 4.0.4 (patch)

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)