From fbe8fe6ea5139138a187a0b38d7ffd8295a2d538 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:37:47 +0000 Subject: [PATCH] Prepare Release v0.1.1 using 'release-plan' --- .release-plan.json | 16 ++++++++++------ CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 283325c..c7bc30e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,22 @@ { "solution": { "ember-strict-application-resolver": { - "impact": "minor", - "oldVersion": "0.0.2", - "newVersion": "0.1.0", + "impact": "patch", + "oldVersion": "0.1.0", + "newVersion": "0.1.1", "tagName": "latest", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-08-12)\n\n* ember-strict-application-resolver 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-strict-application-resolver`\n * [#8](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/8) Add build-registry for libraries to support ember-resolver and make constructing registries easier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-10-31)\n\n* ember-strict-application-resolver 0.1.1 (patch)\n\n#### :memo: Documentation\n* `ember-strict-application-resolver`\n * [#16](https://github.com/ember-cli/ember-strict-application-resolver/pull/16) Update glob patterns in README for services and routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/ember-cli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@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 0b8e1df..c4c3d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2025-10-31) + +* ember-strict-application-resolver 0.1.1 (patch) + +#### :memo: Documentation +* `ember-strict-application-resolver` + * [#16](https://github.com/ember-cli/ember-strict-application-resolver/pull/16) Update glob patterns in README for services and routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `ember-strict-application-resolver` + * [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#10](https://github.com/ember-cli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-08-12) * ember-strict-application-resolver 0.1.0 (minor) diff --git a/package.json b/package.json index 855a13f..44c633b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-strict-application-resolver", - "version": "0.1.0", + "version": "0.1.1", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"