Skip to content

Commit 12f9eab

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v9.0.5 using 'release-plan'
1 parent 6a3198f commit 12f9eab

3 files changed

Lines changed: 16 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-23)\n\n* ember-qunit 9.0.5 (patch)\n\n#### :house: Internal\n* `ember-qunit`\n * [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

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 (2026-04-23)
4+
5+
* ember-qunit 9.0.5 (patch)
6+
7+
#### :house: Internal
8+
* `ember-qunit`
9+
* [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-09-12)
415

516
* 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)