From b6825f1518483ffdc964050f4107d7221d3bbe64 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:43:07 -0400 Subject: [PATCH] Revert "Revert "Prepare Release v1.9.3"" --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ reactiveweb/package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index e875c33..174423a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "reactiveweb": { "impact": "patch", - "oldVersion": "1.9.1", - "newVersion": "1.9.2", + "oldVersion": "1.9.2", + "newVersion": "1.9.3", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./reactiveweb/package.json" } }, - "description": "## Release (2026-04-22)\n\n* reactiveweb 1.9.2 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#189](https://github.com/universal-ember/reactiveweb/pull/189) Check for `!== undefined` to avoid treating `false` as not resolved ([@piemonkey](https://github.com/piemonkey))\n\n#### :house: Internal\n* [#192](https://github.com/universal-ember/reactiveweb/pull/192) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#190](https://github.com/universal-ember/reactiveweb/pull/190) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#191](https://github.com/universal-ember/reactiveweb/pull/191) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#183](https://github.com/universal-ember/reactiveweb/pull/183) Expand test matrix to 5.12 through 6.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@piemonkey](https://github.com/piemonkey)\n" + "description": "## Release (2026-06-09)\n\n* reactiveweb 1.9.3 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#195](https://github.com/universal-ember/reactiveweb/pull/195) Remove macros ([@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 f279f42..653bcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-06-09) + +* reactiveweb 1.9.3 (patch) + +#### :bug: Bug Fix +* `reactiveweb` + * [#195](https://github.com/universal-ember/reactiveweb/pull/195) Remove macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-04-22) * reactiveweb 1.9.2 (patch) diff --git a/reactiveweb/package.json b/reactiveweb/package.json index 086c53f..692ff76 100644 --- a/reactiveweb/package.json +++ b/reactiveweb/package.json @@ -1,6 +1,6 @@ { "name": "reactiveweb", - "version": "1.9.2", + "version": "1.9.3", "description": "Web platform primitives and utilities for building reactive applications", "keywords": [ "ember-addon"