Skip to content

Commit 244465b

Browse files
Merge pull request #1538 from emberjs/release-preview
Prepare Release
2 parents d1e36a9 + c416399 commit 244465b

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"@ember/test-helpers": {
44
"impact": "minor",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.1.0",
5+
"oldVersion": "5.1.0",
6+
"newVersion": "5.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :bug: Bug Fix"
1115
}
1216
],
1317
"pkgJSONPath": "./addon/package.json"
1418
}
1519
},
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"
20+
"description": "## Release (2025-03-26)\n\n@ember/test-helpers 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/test-helpers`\n * [#1539](https://github.com/emberjs/ember-test-helpers/pull/1539) Cleanup some private API and now-unsupported usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`, `test-app`\n * [#1537](https://github.com/emberjs/ember-test-helpers/pull/1537) Resolve deprecations from ember barrel file ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

CHANGELOG.md

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

3+
## Release (2025-03-26)
4+
5+
@ember/test-helpers 5.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/test-helpers`
9+
* [#1539](https://github.com/emberjs/ember-test-helpers/pull/1539) Cleanup some private API and now-unsupported usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/test-helpers`, `test-app`
13+
* [#1537](https://github.com/emberjs/ember-test-helpers/pull/1537) Resolve deprecations from ember barrel file ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-01-30)
419

520
@ember/test-helpers 5.1.0 (minor)

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

0 commit comments

Comments
 (0)