Skip to content

Commit 1fb7020

Browse files
Merge pull request #1541 from emberjs/release-preview
Prepare Release
2 parents 5b4195a + 8e29487 commit 1fb7020

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"solution": {
33
"@ember/test-helpers": {
4-
"impact": "minor",
5-
"oldVersion": "5.1.0",
6-
"newVersion": "5.2.0",
4+
"impact": "patch",
5+
"oldVersion": "5.2.0",
6+
"newVersion": "5.2.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./addon/package.json"
1814
}
1915
},
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"
16+
"description": "## Release (2025-04-01)\n\n@ember/test-helpers 5.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`, `test-app`\n * [#1528](https://github.com/emberjs/ember-test-helpers/pull/1528) Remove `application-template-wrapper` feature ([@bobisjan](https://github.com/bobisjan))\n\n#### :house: Internal\n* `test-app`\n * [#1540](https://github.com/emberjs/ember-test-helpers/pull/1540) Delete unused code in the test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2025-04-01)
4+
5+
@ember/test-helpers 5.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-helpers`, `test-app`
9+
* [#1528](https://github.com/emberjs/ember-test-helpers/pull/1528) Remove `application-template-wrapper` feature ([@bobisjan](https://github.com/bobisjan))
10+
11+
#### :house: Internal
12+
* `test-app`
13+
* [#1540](https://github.com/emberjs/ember-test-helpers/pull/1540) Delete unused code in the test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-03-26)
420

521
@ember/test-helpers 5.2.0 (minor)

addon/package.json

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

0 commit comments

Comments
 (0)