Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored and github-actions[bot] committed Mar 18, 2024
1 parent 3fd60f8 commit 81122fc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-routable-component": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"impact": "minor",
"oldVersion": "0.1.1",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-routable-component/package.json"
}
},
"description": "## Release (2024-03-18)\n\nember-routable-component 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-routable-component`, `test-app`\n * [#8](https://github.com/patricklx/ember-routable-component/pull/8) fix controller arg ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-03-18)\n\nember-routable-component 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#9](https://github.com/patricklx/ember-routable-component/pull/9) support outlet ([@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-03-18)

ember-routable-component 0.2.0 (minor)

#### :rocket: Enhancement
* `ember-routable-component`, `test-app`
* [#9](https://github.com/patricklx/ember-routable-component/pull/9) support outlet ([@patricklx](https://github.com/patricklx))

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

## Release (2024-03-18)

ember-routable-component 0.1.1 (patch)

#### :bug: Bug Fix
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": "0.1.1",
"version": "0.2.0",
"description": "Provides an adapter for using components for routes",
"keywords": [
"ember-addon"
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 81122fc

Please sign in to comment.