-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from patricklx/release-preview
Prepare Release
- Loading branch information
Showing
4 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"solution": { | ||
"ember-routable-component": { | ||
"impact": "minor", | ||
"oldVersion": "0.0.1", | ||
"newVersion": "0.1.0", | ||
"impact": "patch", | ||
"oldVersion": "0.1.0", | ||
"newVersion": "0.1.1", | ||
"constraints": [ | ||
{ | ||
"impact": "minor", | ||
"reason": "Appears in changelog section :rocket: Enhancement" | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :bug: Bug Fix" | ||
} | ||
], | ||
"pkgJSONPath": "./ember-routable-component/package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-03-18)\n\nember-routable-component 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#5](https://github.com/patricklx/ember-routable-component/pull/5) first release ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* [#4](https://github.com/patricklx/ember-routable-component/pull/4) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#3](https://github.com/patricklx/ember-routable-component/pull/3) delete file ([@patricklx](https://github.com/patricklx))\n* [#2](https://github.com/patricklx/ember-routable-component/pull/2) 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-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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Warning: unknown package "test-app" | ||
Warning: unknown package "test-app" |