Skip to content

Commit cd14f32

Browse files
committed
for release
1 parent 517f5e4 commit cd14f32

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-component-router": {
44
"impact": "patch",
5-
"oldVersion": "0.0.0",
6-
"newVersion": "0.0.1",
5+
"oldVersion": "0.0.1",
6+
"newVersion": "0.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2026-03-18)\n\n* ember-component-router 0.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-component-router`\n * [#2](https://github.com/meirish/ember-component-router/pull/2) Prepare for release ([@meirish](https://github.com/meirish))\n\n#### Committers: 1\n- Matthew Irish ([@meirish](https://github.com/meirish))\n"
17+
"description": "## Release (2026-03-18)\n\n* ember-component-router 0.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-component-router`\n * [#4](https://github.com/meirish/ember-component-router/pull/4) fix types ([@meirish](https://github.com/meirish))\n\n#### Committers: 1\n- Matthew Irish ([@meirish](https://github.com/meirish))\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2026-03-18)
44

5+
* ember-component-router 0.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-component-router`
9+
* [#4](https://github.com/meirish/ember-component-router/pull/4) fix types ([@meirish](https://github.com/meirish))
10+
11+
#### Committers: 1
12+
- Matthew Irish ([@meirish](https://github.com/meirish))
13+
14+
## Release (2026-03-18)
15+
516
* ember-component-router 0.0.1 (patch)
617

718
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)