Skip to content

Commit

Permalink
Merge pull request #102 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jul 20, 2024
2 parents 76a9bc0 + afcf98d commit 3d63d8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 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.1.2",
"newVersion": "1.1.3",
"oldVersion": "1.1.3",
"newVersion": "1.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,8 +13,8 @@
"pkgJSONPath": "./package.json"
},
"@universal-ember/kolay-ui": {
"oldVersion": "0.0.9"
"oldVersion": "0.0.10"
}
},
"description": "## Release (2024-07-16)\n\nkolay 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#101](https://github.com/universal-ember/kolay/pull/101) Fixes Configs Not Found In Dasherized Paths ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n"
"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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-07-20)

kolay 1.1.4 (patch)

#### :bug: Bug Fix
* `kolay`
* [#106](https://github.com/universal-ember/kolay/pull/106) Allow packages to be unspecified ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#103](https://github.com/universal-ember/kolay/pull/103) Fix implicit sorting (sorting based on file path) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#105](https://github.com/universal-ember/kolay/pull/105) Make sure to .trim() the group names after cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-07-16)

kolay 1.1.3 (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.1.3",
"version": "1.1.4",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit 3d63d8e

Please sign in to comment.