Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#69)
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 ddf7504 commit 1757216
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"solution": {
"ember-routable-component": {
"impact": "minor",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"impact": "major",
"oldVersion": "0.5.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
Expand All @@ -17,5 +21,5 @@
"pkgJSONPath": "./ember-routable-component/package.json"
}
},
"description": "## Release (2024-07-04)\n\nember-routable-component 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
"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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-07-05)

ember-routable-component 1.0.0 (major)

#### :boom: Breaking Change
* `ember-routable-component`, `test-app`
* [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx))

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

#### :house: Internal
* `ember-routable-component`
* [#68](https://github.com/patricklx/ember-routable-component/pull/68) mark as peer dep ([@patricklx](https://github.com/patricklx))

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

## Release (2024-07-04)

ember-routable-component 0.5.0 (minor)
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.5.0",
"version": "1.0.0",
"description": "Provides an adapter for using components for routes",
"keywords": [
"ember-addon"
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 1757216

Please sign in to comment.