Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"solution": {
"ember-qunit": {
"impact": "patch",
"oldVersion": "9.0.3",
"newVersion": "9.0.4",
"oldVersion": "9.0.4",
"newVersion": "9.0.5",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"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"
"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"
}
14 changes: 14 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2026-04-24)

* ember-qunit 9.0.5 (patch)

#### :house: Internal
* Other
* [#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))
* `ember-qunit`
* [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-09-12)

* ember-qunit 9.0.4 (patch)
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-qunit",
"version": "9.0.4",
"version": "9.0.5",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down