Skip to content

Commit

Permalink
Merge pull request #88 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jul 11, 2024
2 parents fb86317 + b353800 commit 42053ae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "1.0.5",
"newVersion": "1.0.6",
"impact": "minor",
"oldVersion": "1.0.6",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
},
"@universal-ember/kolay-ui": {
"oldVersion": "0.0.6"
"oldVersion": "0.0.8"
}
},
"description": "## Release (2024-07-05)\n\nkolay 1.0.6 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#84](https://github.com/universal-ember/kolay/pull/84) Consider 4xx and 5xx status as error instead of trying to render MD ([@rtablada](https://github.com/rtablada))\n\n#### :house: Internal\n* `kolay`\n * [#86](https://github.com/universal-ember/kolay/pull/86) Fix app watching -- Copy content from #82 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#85](https://github.com/universal-ember/kolay/pull/85) Update more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#83](https://github.com/universal-ember/kolay/pull/83) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#81](https://github.com/universal-ember/kolay/pull/81) Update rehype plugins list ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-11)\n\nkolay 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#91](https://github.com/universal-ember/kolay/pull/91) Throw Errors When Meta Order Does Not Match Available Pages ([@rtablada](https://github.com/rtablada))\n\n#### :memo: Documentation\n* `kolay`\n * [#93](https://github.com/universal-ember/kolay/pull/93) Fix setup.md instructions to match the need to pass `this`, and updat… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-07-11)

kolay 1.1.0 (minor)

#### :rocket: Enhancement
* `kolay`
* [#91](https://github.com/universal-ember/kolay/pull/91) Throw Errors When Meta Order Does Not Match Available Pages ([@rtablada](https://github.com/rtablada))

#### :memo: Documentation
* `kolay`
* [#93](https://github.com/universal-ember/kolay/pull/93) Fix setup.md instructions to match the need to pass `this`, and updat… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Ryan Tablada ([@rtablada](https://github.com/rtablada))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-07-05)

kolay 1.0.6 (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.6",
"version": "1.1.0",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit 42053ae

Please sign in to comment.