-
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.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
874c6c9
commit fc49052
Showing
3 changed files
with
42 additions
and
5 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,29 @@ | ||
{ | ||
"solution": { | ||
"@bertdeblock/gember": { | ||
"impact": "patch", | ||
"oldVersion": "0.1.0", | ||
"newVersion": "0.1.1", | ||
"impact": "minor", | ||
"oldVersion": "0.1.1", | ||
"newVersion": "0.2.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 :bug: Bug Fix" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-03-08)\n\n@bertdeblock/gember 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#5](https://github.com/bertdeblock/gember/pull/5) Make sure the `.scaffdog` directory is published ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n" | ||
"description": "## Release (2024-03-18)\n\n@bertdeblock/gember 0.2.0 (minor)\n\n#### :boom: Breaking Change\n* `@bertdeblock/gember`\n * [#15](https://github.com/bertdeblock/gember/pull/15) Support template-only components ([@bertdeblock](https://github.com/bertdeblock))\n * [#12](https://github.com/bertdeblock/gember/pull/12) Don't run Prettier post generation ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#18](https://github.com/bertdeblock/gember/pull/18) Support class-based helpers ([@bertdeblock](https://github.com/bertdeblock))\n * [#15](https://github.com/bertdeblock/gember/pull/15) Support template-only components ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#19](https://github.com/bertdeblock/gember/pull/19) Fix modifier and service names ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#10](https://github.com/bertdeblock/gember/pull/10) Various internal improvements ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\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