Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: patricklx <[email protected]>
  • Loading branch information
github-actions[bot] and patricklx authored Jul 5, 2024
1 parent df3152e commit 96a9190
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"ember-routable-component": {
"impact": "major",
"oldVersion": "0.5.0",
"newVersion": "1.0.0",
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-routable-component/package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-07-05)

ember-routable-component 1.1.0 (minor)

#### :rocket: Enhancement
* `ember-routable-component`
* [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-07-05)

ember-routable-component 1.0.0 (major)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-routable-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-routable-component",
"version": "1.0.0",
"version": "1.1.0",
"description": "Provides an adapter for using components for routes",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 96a9190

Please sign in to comment.