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 01c4801 commit cc37abc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"kolay": {
"impact": "minor",
"oldVersion": "1.1.4",
"newVersion": "1.2.0",
"impact": "patch",
"oldVersion": "1.2.0",
"newVersion": "1.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -17,8 +13,8 @@
"pkgJSONPath": "./package.json"
},
"@universal-ember/kolay-ui": {
"oldVersion": "0.0.10"
"oldVersion": "0.0.11"
}
},
"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"
"description": "## Release (2024-07-20)\n\nkolay 1.2.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#111](https://github.com/universal-ember/kolay/pull/111) Don't use the workspace protocol for the peer range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\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-07-20)

kolay 1.2.1 (patch)

#### :bug: Bug Fix
* `kolay`
* [#111](https://github.com/universal-ember/kolay/pull/111) Don't use the workspace protocol for the peer range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-07-20)

kolay 1.2.0 (minor)

#### :rocket: Enhancement
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.2.0",
"version": "1.2.1",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit cc37abc

Please sign in to comment.