Skip to content

Commit 074db22

Browse files
Merge pull request #1544 from emberjs/release-preview
Prepare Release v5.2.2
2 parents 5928f71 + 58a94fd commit 074db22

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.release-plan.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"solution": {
33
"@ember/test-helpers": {
44
"impact": "patch",
5-
"oldVersion": "5.2.0",
6-
"newVersion": "5.2.1",
5+
"oldVersion": "5.2.1",
6+
"newVersion": "5.2.2",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
@@ -13,5 +14,5 @@
1314
"pkgJSONPath": "./addon/package.json"
1415
}
1516
},
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"
17+
"description": "## Release (2025-05-10)\n\n* @ember/test-helpers 5.2.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`\n * [#1543](https://github.com/emberjs/ember-test-helpers/pull/1543) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#1545](https://github.com/emberjs/ember-test-helpers/pull/1545) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1718
}

CHANGELOG.md

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

3+
## Release (2025-05-10)
4+
5+
* @ember/test-helpers 5.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-helpers`
9+
* [#1543](https://github.com/emberjs/ember-test-helpers/pull/1543) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* [#1545](https://github.com/emberjs/ember-test-helpers/pull/1545) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 1
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
317
## Release (2025-04-01)
418

519
@ember/test-helpers 5.2.1 (patch)

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

0 commit comments

Comments
 (0)