Skip to content

Commit a74b4d4

Browse files
Merge pull request #1548 from emberjs/release-preview
Prepare Release v5.3.0
2 parents 5b8f328 + 310b78f commit a74b4d4

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"@ember/test-helpers": {
4-
"impact": "patch",
5-
"oldVersion": "5.2.1",
6-
"newVersion": "5.2.2",
4+
"impact": "minor",
5+
"oldVersion": "5.2.2",
6+
"newVersion": "5.3.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
}
1313
],
1414
"pkgJSONPath": "./addon/package.json"
1515
}
1616
},
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"
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"
1818
}

CHANGELOG.md

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

3+
## Release (2025-09-10)
4+
5+
* @ember/test-helpers 5.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/test-helpers`
9+
* [#1521](https://github.com/emberjs/ember-test-helpers/pull/1521) Add `force` argument to `triggerEvent` ([@jrmlt](https://github.com/jrmlt))
10+
11+
#### :memo: Documentation
12+
* [#1547](https://github.com/emberjs/ember-test-helpers/pull/1547) docs: Correct pnpm installation syntax ([@MichalBryxi](https://github.com/MichalBryxi))
13+
14+
#### Committers: 2
15+
- Jeremy LE TRIONNAIRE ([@jrmlt](https://github.com/jrmlt))
16+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
17+
318
## Release (2025-05-10)
419

520
* @ember/test-helpers 5.2.2 (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.2",
3+
"version": "5.3.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)