Skip to content

Commit 3bc2451

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

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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 :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
17+
"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 * [#9](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/NullVoxPopuli/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"
1818
}

CHANGELOG.md

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

3+
## Release (2025-10-06)
4+
5+
* ember-strict-application-resolver 0.1.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-strict-application-resolver`
9+
* [#9](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#10](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### Committers: 1
13+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14+
315
## Release (2025-08-12)
416

517
* 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)