From fbfe94c3969752b0c29bb79f38384175a1a52431 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:49:57 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 22 ++++++++++++++++++++++ test-support/package.json | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 8c192ae..abaee0b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "@universal-ember/test-support": { "impact": "minor", - "oldVersion": "0.1.1", - "newVersion": "0.2.0", + "oldVersion": "0.2.0", + "newVersion": "0.3.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./test-support/package.json" } }, - "description": "## Release (2024-03-13)\n\n@universal-ember/test-support 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#9](https://github.com/universal-ember/test-support/pull/9) Add getService ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-07)\n\n@universal-ember/test-support 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#45](https://github.com/universal-ember/test-support/pull/45) Support relative links ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@universal-ember/test-support`\n * [#44](https://github.com/universal-ember/test-support/pull/44) Add callback to visitAllLinks for customer assertions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#49](https://github.com/universal-ember/test-support/pull/49) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#47](https://github.com/universal-ember/test-support/pull/47) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`, `@universal-ember/test-support`\n * [#46](https://github.com/universal-ember/test-support/pull/46) Only use embroider in the test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#48](https://github.com/universal-ember/test-support/pull/48) Fix ember try ([@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 5c9534a..d0594f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2024-11-07) + +@universal-ember/test-support 0.3.0 (minor) + +#### :rocket: Enhancement +* `test-app`, `@universal-ember/test-support` + * [#45](https://github.com/universal-ember/test-support/pull/45) Support relative links ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `@universal-ember/test-support` + * [#44](https://github.com/universal-ember/test-support/pull/44) Add callback to visitAllLinks for customer assertions ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* Other + * [#49](https://github.com/universal-ember/test-support/pull/49) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#47](https://github.com/universal-ember/test-support/pull/47) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `test-app`, `@universal-ember/test-support` + * [#46](https://github.com/universal-ember/test-support/pull/46) Only use embroider in the test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `test-app` + * [#48](https://github.com/universal-ember/test-support/pull/48) Fix ember try ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-13) @universal-ember/test-support 0.2.0 (minor) diff --git a/test-support/package.json b/test-support/package.json index 29c72e6..89e149b 100644 --- a/test-support/package.json +++ b/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/test-support", - "version": "0.2.0", + "version": "0.3.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"