Skip to content

Commit fc24dcb

Browse files
Merge pull request #1193 from emberjs/release-preview
Prepare Release v9.0.2
2 parents fd469ab + 5bd4143 commit fc24dcb

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.release-plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"solution": {
3+
"ember-qunit": {
4+
"impact": "patch",
5+
"oldVersion": "9.0.1",
6+
"newVersion": "9.0.2",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"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"
20+
}
21+
],
22+
"pkgJSONPath": "./addon/package.json"
23+
}
24+
},
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"
26+
}

addon/CHANGELOG.md

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

3+
## Release (2025-03-26)
4+
5+
* ember-qunit 9.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-qunit`
9+
* [#1188](https://github.com/emberjs/ember-qunit/pull/1188) Resolve ember barrel deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `ember-qunit`
13+
* [#1185](https://github.com/emberjs/ember-qunit/pull/1185) Document loadTests() ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### :house: Internal
16+
* Other
17+
* [#1194](https://github.com/emberjs/ember-qunit/pull/1194) Make test packages private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#1192](https://github.com/emberjs/ember-qunit/pull/1192) Expand TS matrix to include [5.1, 5.8) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#1191](https://github.com/emberjs/ember-qunit/pull/1191) Expand try matrix to 5.x LTSes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* `ember-qunit`
21+
* [#1190](https://github.com/emberjs/ember-qunit/pull/1190) Add release-plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* [#1189](https://github.com/emberjs/ember-qunit/pull/1189) re-roll lockfile, upgrade pnpm (etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
24+
#### Committers: 1
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
327

428

529

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

0 commit comments

Comments
 (0)