Skip to content

Commit

Permalink
Merge pull request #112 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli committed Jul 20, 2024
2 parents ad31fff + b56c064 commit d7e1b4c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "1.2.0",
"newVersion": "1.2.1",
"oldVersion": "1.2.1",
"newVersion": "1.2.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -16,5 +16,5 @@
"oldVersion": "0.0.11"
}
},
"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"
"description": "## Release (2024-07-20)\n\nkolay 1.2.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#113](https://github.com/universal-ember/kolay/pull/113) Fix selected service service-registry entry ([@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.2 (patch)

#### :bug: Bug Fix
* `kolay`
* [#113](https://github.com/universal-ember/kolay/pull/113) Fix selected service service-registry entry ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-07-20)

kolay 1.2.1 (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.2.1",
"version": "1.2.2",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit d7e1b4c

Please sign in to comment.