Skip to content

Commit af797a0

Browse files
Merge pull request #1556 from emberjs/release-preview
Prepare Release v5.4.0
2 parents 294eba3 + a8abf39 commit af797a0

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@ember/test-helpers": {
44
"impact": "minor",
5-
"oldVersion": "5.2.2",
6-
"newVersion": "5.3.0",
5+
"oldVersion": "5.3.0",
6+
"newVersion": "5.4.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./addon/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-09-10)\n\n* @ember/test-helpers 5.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/test-helpers`\n * [#1521](https://github.com/emberjs/ember-test-helpers/pull/1521) Add `force` argument to `triggerEvent` ([@jrmlt](https://github.com/jrmlt))\n\n#### :memo: Documentation\n* [#1547](https://github.com/emberjs/ember-test-helpers/pull/1547) docs: Correct pnpm installation syntax ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### Committers: 2\n- Jeremy LE TRIONNAIRE ([@jrmlt](https://github.com/jrmlt))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n"
17+
"description": "## Release (2025-10-22)\n\n* @ember/test-helpers 5.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/test-helpers`\n * [#1553](https://github.com/emberjs/ember-test-helpers/pull/1553) `waitForFocus` DOM Helper ([@mogstad](https://github.com/mogstad))\n\n#### Committers: 1\n- Bjarne Mogstad ([@mogstad](https://github.com/mogstad))\n"
1818
}

CHANGELOG.md

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

3+
## Release (2025-10-22)
4+
5+
* @ember/test-helpers 5.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/test-helpers`
9+
* [#1553](https://github.com/emberjs/ember-test-helpers/pull/1553) `waitForFocus` DOM Helper ([@mogstad](https://github.com/mogstad))
10+
11+
#### Committers: 1
12+
- Bjarne Mogstad ([@mogstad](https://github.com/mogstad))
13+
314
## Release (2025-09-10)
415

516
* @ember/test-helpers 5.3.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.3.0",
3+
"version": "5.4.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)