Skip to content

Commit

Permalink
Merge pull request #67 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Apr 29, 2024
2 parents 9cfded3 + f3e24a9 commit ba25dfe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
},
"@universal-ember/kolay-ui": {
"oldVersion": "0.0.3"
"oldVersion": "0.0.5"
}
},
"description": "## Release (2024-04-28)\n\nkolay 1.0.1 (patch)\n\n#### :memo: Documentation\n* `kolay`\n * [#61](https://github.com/universal-ember/kolay/pull/61) Update docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-04-29)\n\nkolay 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#69](https://github.com/universal-ember/kolay/pull/69) Fix name cleaning ([@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
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-04-29)

kolay 1.0.2 (patch)

#### :bug: Bug Fix
* `kolay`
* [#69](https://github.com/universal-ember/kolay/pull/69) Fix name cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-04-28)

kolay 1.0.1 (patch)
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.0.1",
"version": "1.0.2",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit ba25dfe

Please sign in to comment.