Skip to content

Commit eaf7294

Browse files
Prepare Release using 'release-plan' (#1529)
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent e9045ab commit eaf7294

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"@ember/test-helpers": {
4-
"impact": "major",
5-
"oldVersion": "4.0.4",
6-
"newVersion": "5.0.0",
4+
"impact": "minor",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.1.0",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1511
}
1612
],
1713
"pkgJSONPath": "./addon/package.json"
1814
}
1915
},
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"
16+
"description": "## Release (2025-01-30)\n\n@ember/test-helpers 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/test-helpers`, `test-app`\n * [#1524](https://github.com/emberjs/ember-test-helpers/pull/1524) Widen test-waiters range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

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

3+
## Release (2025-01-30)
4+
5+
@ember/test-helpers 5.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/test-helpers`, `test-app`
9+
* [#1524](https://github.com/emberjs/ember-test-helpers/pull/1524) Widen test-waiters range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-01-17)
415

516
@ember/test-helpers 5.0.0 (major)

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": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)