Skip to content

Commit 9bc31bc

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v9.0.5 using 'release-plan'
1 parent 1633a1a commit 9bc31bc

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"ember-qunit": {
44
"impact": "patch",
5-
"oldVersion": "9.0.3",
6-
"newVersion": "9.0.4",
5+
"oldVersion": "9.0.4",
6+
"newVersion": "9.0.5",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./addon/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-09-12)\n\n* ember-qunit 9.0.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-qunit`\n * [#1197](https://github.com/emberjs/ember-qunit/pull/1197) Add types for object based test.each() datasets ([@sukima](https://github.com/sukima))\n\n#### Committers: 1\n- Devin Weaver ([@sukima](https://github.com/sukima))\n"
17+
"description": "## Release (2026-04-24)\n\n* ember-qunit 9.0.5 (patch)\n\n#### :house: Internal\n* Other\n * [#1202](https://github.com/emberjs/ember-qunit/pull/1202) Bump ember-cli to ~6.12.0 in test apps ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n* `ember-qunit`\n * [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

addon/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 (2026-04-24)
4+
5+
* ember-qunit 9.0.5 (patch)
6+
7+
#### :house: Internal
8+
* Other
9+
* [#1202](https://github.com/emberjs/ember-qunit/pull/1202) Bump ember-cli to ~6.12.0 in test apps ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
10+
* `ember-qunit`
11+
* [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 2
14+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
317
## Release (2025-09-12)
418

519
* ember-qunit 9.0.4 (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.4",
3+
"version": "9.0.5",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)