From 14d9d8375b9f08266eeb18349d9223be9dc3606e Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:17:00 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 11 +++++++++++ stderr.log | 1 + test-support/package.json | 2 +- 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json create mode 100644 stderr.log diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..61e5c3f --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "@universal-ember/test-support": { + "impact": "minor", + "oldVersion": "0.0.0", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./test-support/package.json" + } + }, + "description": "## Release (2024-03-05)\n\n@universal-ember/test-support 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@universal-ember/test-support`\n * [#6](https://github.com/universal-ember/test-support/pull/6) Require that links clicked are defined in the app, this means that @properLinks would no longer be required ([@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 825c32f..1acb43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ # Changelog + +## Release (2024-03-05) + +@universal-ember/test-support 0.1.0 (minor) + +#### :rocket: Enhancement +* `test-app`, `@universal-ember/test-support` + * [#6](https://github.com/universal-ember/test-support/pull/6) Require that links clicked are defined in the app, this means that @properLinks would no longer be required ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) diff --git a/stderr.log b/stderr.log new file mode 100644 index 0000000..199ae9d --- /dev/null +++ b/stderr.log @@ -0,0 +1 @@ +Warning: unknown package "test-app" diff --git a/test-support/package.json b/test-support/package.json index 2ae5b31..65ace92 100644 --- a/test-support/package.json +++ b/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/test-support", - "version": "0.0.0", + "version": "0.1.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"