Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and github-actions[bot] committed Jul 20, 2024
1 parent d09400c commit c09f42a
Show file tree
Hide file tree
Showing 3 changed files with 24 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": {
"kolay": {
"impact": "patch",
"oldVersion": "1.1.3",
"newVersion": "1.1.4",
"impact": "minor",
"oldVersion": "1.1.4",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -16,5 +20,5 @@
"oldVersion": "0.0.10"
}
},
"description": "## Release (2024-07-20)\n\nkolay 1.1.4 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#106](https://github.com/universal-ember/kolay/pull/106) Allow packages to be unspecified ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#103](https://github.com/universal-ember/kolay/pull/103) Fix implicit sorting (sorting based on file path) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#105](https://github.com/universal-ember/kolay/pull/105) Make sure to .trim() the group names after cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-20)\n\nkolay 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#109](https://github.com/universal-ember/kolay/pull/109) Add type-narrowing utilities for working with the manifest's tree's pages vs collections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `kolay`\n * [#107](https://github.com/universal-ember/kolay/pull/107) Widen range on the UI library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Release (2024-07-20)

kolay 1.2.0 (minor)

#### :rocket: Enhancement
* `kolay`
* [#109](https://github.com/universal-ember/kolay/pull/109) Add type-narrowing utilities for working with the manifest's tree's pages vs collections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `kolay`
* [#107](https://github.com/universal-ember/kolay/pull/107) Widen range on the UI library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-07-20)

kolay 1.1.4 (patch)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kolay",
"version": "1.1.4",
"version": "1.2.0",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit c09f42a

Please sign in to comment.