Skip to content

Commit b425622

Browse files
Merge pull request #1201 from emberjs/release-preview
Prepare Release v9.1.0
2 parents 5ac27ca + f48b663 commit b425622

3 files changed

Lines changed: 31 additions & 6 deletions

File tree

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"solution": {
33
"ember-qunit": {
4-
"impact": "patch",
5-
"oldVersion": "9.0.3",
6-
"newVersion": "9.0.4",
4+
"impact": "minor",
5+
"oldVersion": "9.0.4",
6+
"newVersion": "9.1.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
913
{
1014
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./addon/package.json"
1519
}
1620
},
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"
21+
"description": "## Release (2026-05-16)\n\n* ember-qunit 9.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-qunit`\n * [#1204](https://github.com/emberjs/ember-qunit/pull/1204) Use native class syntax for `QUnitAdapter` ([@bobisjan](https://github.com/bobisjan))\n * [#1203](https://github.com/emberjs/ember-qunit/pull/1203) Remove `test-support-suffx.js` ([@bobisjan](https://github.com/bobisjan))\n\n#### :house: Internal\n* Other\n * [#1205](https://github.com/emberjs/ember-qunit/pull/1205) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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: 3\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

addon/CHANGELOG.md

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

3+
## Release (2026-05-16)
4+
5+
* ember-qunit 9.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-qunit`
9+
* [#1204](https://github.com/emberjs/ember-qunit/pull/1204) Use native class syntax for `QUnitAdapter` ([@bobisjan](https://github.com/bobisjan))
10+
* [#1203](https://github.com/emberjs/ember-qunit/pull/1203) Remove `test-support-suffx.js` ([@bobisjan](https://github.com/bobisjan))
11+
12+
#### :house: Internal
13+
* Other
14+
* [#1205](https://github.com/emberjs/ember-qunit/pull/1205) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#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))
16+
* `ember-qunit`
17+
* [#1200](https://github.com/emberjs/ember-qunit/pull/1200) Ember 7 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### Committers: 3
20+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
21+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
324
## Release (2025-09-12)
425

526
* 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.1.0",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)