From 5f0902d69c4352f33c9f60d58133ccc0b9c09946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:54:31 +0000 Subject: [PATCH] Prepare Release v4.1.2 using 'release-plan' --- .release-plan.json | 7 ++++--- CHANGELOG.md | 14 ++++++++++++++ addon/package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 7fe0a8a..6976c4e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,9 @@ "solution": { "@ember/test-waiters": { "impact": "patch", - "oldVersion": "4.1.0", - "newVersion": "4.1.1", + "oldVersion": "4.1.1", + "newVersion": "4.1.2", + "tagName": "latest", "constraints": [ { "impact": "patch", @@ -13,5 +14,5 @@ "pkgJSONPath": "./addon/package.json" } }, - "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" + "description": "## Release (2026-06-09)\n\n* @ember/test-waiters 4.1.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-waiters`\n * [#521](https://github.com/emberjs/ember-test-waiters/pull/521) Remove macros from dependencies as it's not needed (consumer must provide macros-handling plugin) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#522](https://github.com/emberjs/ember-test-waiters/pull/522) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55232c3..283e4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Release (2026-06-09) + +* @ember/test-waiters 4.1.2 (patch) + +#### :bug: Bug Fix +* `@ember/test-waiters` + * [#521](https://github.com/emberjs/ember-test-waiters/pull/521) Remove macros from dependencies as it's not needed (consumer must provide macros-handling plugin) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#522](https://github.com/emberjs/ember-test-waiters/pull/522) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-07-05) @ember/test-waiters 4.1.1 (patch) diff --git a/addon/package.json b/addon/package.json index 9500baf..d03b376 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "@ember/test-waiters", - "version": "4.1.1", + "version": "4.1.2", "description": "Allow tests to be aware of addon / application asynchrony.", "keywords": [ "ember-addon"