Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"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 :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-06)\n\n* ember-strict-application-resolver 0.1.1 (patch)\n\n#### :house: Internal\n* `ember-strict-application-resolver`\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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2025-10-06)

* ember-strict-application-resolver 0.1.1 (patch)

#### :house: Internal
* `ember-strict-application-resolver`
* [#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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down