Skip to content

Commit 1c52785

Browse files
Merge pull request #1534 from ember-cli/release-preview
Prepare Release v10.1.2
2 parents 7659905 + 6797b33 commit 1c52785

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-exam": {
44
"impact": "patch",
5-
"oldVersion": "10.1.0",
6-
"newVersion": "10.1.1",
5+
"oldVersion": "10.1.1",
6+
"newVersion": "10.1.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -12,11 +12,11 @@
1212
},
1313
{
1414
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
15+
"reason": "Appears in changelog section :memo: Documentation"
1616
}
1717
],
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2026-07-23)\n\n* ember-exam 10.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-exam`\n * [#1526](https://github.com/ember-cli/ember-exam/pull/1526) Resolve ember-cli version from its installed package.json (fixes crash with pnpm catalogs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1515](https://github.com/ember-cli/ember-exam/pull/1515) Handle transient browser disconnections ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :house: Internal\n* `ember-exam`\n * [#1529](https://github.com/ember-cli/ember-exam/pull/1529) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2026-07-28)\n\n* ember-exam 10.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-exam`\n * [#1535](https://github.com/ember-cli/ember-exam/pull/1535) Update test name on tests-start, guard updateTestName against double-prefixing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-exam`\n * [#1523](https://github.com/ember-cli/ember-exam/pull/1523) docs: wrong mention of config-path. It should be config-file ([@pomm0](https://github.com/pomm0))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@pomm0](https://github.com/pomm0)\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-07-28)
4+
5+
* ember-exam 10.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-exam`
9+
* [#1535](https://github.com/ember-cli/ember-exam/pull/1535) Update test name on tests-start, guard updateTestName against double-prefixing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `ember-exam`
13+
* [#1523](https://github.com/ember-cli/ember-exam/pull/1523) docs: wrong mention of config-path. It should be config-file ([@pomm0](https://github.com/pomm0))
14+
15+
#### Committers: 2
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
- [@pomm0](https://github.com/pomm0)
18+
319
## Release (2026-07-23)
420

521
* ember-exam 10.1.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-exam",
3-
"version": "10.1.1",
3+
"version": "10.1.2",
44
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)