Skip to content

Commit 74d2a0a

Browse files
Merge pull request #517 from emberjs/release-preview
Prepare Release
2 parents 03d3f94 + 76730b9 commit 74d2a0a

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"@ember/test-waiters": {
4-
"impact": "minor",
5-
"oldVersion": "4.0.0",
6-
"newVersion": "4.1.0",
4+
"impact": "patch",
5+
"oldVersion": "4.1.0",
6+
"newVersion": "4.1.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-03-11)\n\n@ember/test-waiters 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/test-waiters`, `base-tests`\n * [#513](https://github.com/emberjs/ember-test-waiters/pull/513) Implement functionally for \"deprecate fetch\" RFC ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-07-05)\n\n@ember/test-waiters 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-waiters`\n * [#519](https://github.com/emberjs/ember-test-waiters/pull/519) fix: proxy more parts of fetch Response ([@Techn1x](https://github.com/Techn1x))\n\n#### :memo: Documentation\n* [#516](https://github.com/emberjs/ember-test-waiters/pull/516) Update README.md for waitForFetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2025-07-05)
4+
5+
@ember/test-waiters 4.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-waiters`
9+
* [#519](https://github.com/emberjs/ember-test-waiters/pull/519) fix: proxy more parts of fetch Response ([@Techn1x](https://github.com/Techn1x))
10+
11+
#### :memo: Documentation
12+
* [#516](https://github.com/emberjs/ember-test-waiters/pull/516) Update README.md for waitForFetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 2
15+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-03-11)
419

520
@ember/test-waiters 4.1.0 (minor)

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/test-waiters",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Allow tests to be aware of addon / application asynchrony.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)