Skip to content

Commit fbe8fe6

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v0.1.1 using 'release-plan'
1 parent cef5100 commit fbe8fe6

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

.release-plan.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"solution": {
33
"ember-strict-application-resolver": {
4-
"impact": "minor",
5-
"oldVersion": "0.0.2",
6-
"newVersion": "0.1.0",
4+
"impact": "patch",
5+
"oldVersion": "0.1.0",
6+
"newVersion": "0.1.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :memo: Documentation"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"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"
21+
"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"
1822
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2025-10-31)
4+
5+
* ember-strict-application-resolver 0.1.1 (patch)
6+
7+
#### :memo: Documentation
8+
* `ember-strict-application-resolver`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `ember-strict-application-resolver`
13+
* [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#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))
17+
18+
#### Committers: 1
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2025-08-12)
422

523
* ember-strict-application-resolver 0.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-strict-application-resolver",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)