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"