Skip to content

Commit ec12cd7

Browse files
Merge pull request #1196 from emberjs/release-preview
Prepare Release v9.0.3
2 parents 9f3b80c + b2e44a3 commit ec12cd7

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.release-plan.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,17 @@
22
"solution": {
33
"ember-qunit": {
44
"impact": "patch",
5-
"oldVersion": "9.0.1",
6-
"newVersion": "9.0.2",
5+
"oldVersion": "9.0.2",
6+
"newVersion": "9.0.3",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :memo: Documentation"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
2214
"pkgJSONPath": "./addon/package.json"
2315
}
2416
},
25-
"description": "## Release (2025-03-26)\n\n* ember-qunit 9.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-qunit`\n * [#1188](https://github.com/emberjs/ember-qunit/pull/1188) Resolve ember barrel deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-qunit`\n * [#1185](https://github.com/emberjs/ember-qunit/pull/1185) Document loadTests() ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#1194](https://github.com/emberjs/ember-qunit/pull/1194) Make test packages private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1192](https://github.com/emberjs/ember-qunit/pull/1192) Expand TS matrix to include [5.1, 5.8) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1191](https://github.com/emberjs/ember-qunit/pull/1191) Expand try matrix to 5.x LTSes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-qunit`\n * [#1190](https://github.com/emberjs/ember-qunit/pull/1190) Add release-plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1189](https://github.com/emberjs/ember-qunit/pull/1189) re-roll lockfile, upgrade pnpm (etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-05-13)\n\n* ember-qunit 9.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-qunit`\n * [#1195](https://github.com/emberjs/ember-qunit/pull/1195) Remove unneeded peer declaration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2618
}

addon/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-05-13)
4+
5+
* ember-qunit 9.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-qunit`
9+
* [#1195](https://github.com/emberjs/ember-qunit/pull/1195) Remove unneeded peer declaration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-03-26)
415

516
* ember-qunit 9.0.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-qunit",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)