Skip to content

Commit 96a9190

Browse files
Prepare Release using 'release-plan' (#77)
Co-authored-by: patricklx <1332320+patricklx@users.noreply.github.com>
1 parent df3152e commit 96a9190

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"ember-routable-component": {
4-
"impact": "major",
5-
"oldVersion": "0.5.0",
6-
"newVersion": "1.0.0",
4+
"impact": "minor",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.1.0",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "minor",
1410
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1911
}
2012
],
2113
"pkgJSONPath": "./ember-routable-component/package.json"
2214
}
2315
},
24-
"description": "## Release (2024-07-05)\n\nember-routable-component 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-routable-component`, `test-app`\n * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx))\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#68](https://github.com/patricklx/ember-routable-component/pull/68) mark as peer dep ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
16+
"description": "## Release (2024-07-05)\n\nember-routable-component 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
2517
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-07-05)
44

5+
ember-routable-component 1.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-routable-component`
9+
* [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
14+
## Release (2024-07-05)
15+
516
ember-routable-component 1.0.0 (major)
617

718
#### :boom: Breaking Change

ember-routable-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-routable-component",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Provides an adapter for using components for routes",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)