Skip to content

Commit c1b5341

Browse files
Merge pull request #79 from universal-ember/release-preview
Prepare Release
2 parents a1d8df0 + d16a16a commit c1b5341

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

.release-plan.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
"solution": {
33
"kolay": {
44
"impact": "patch",
5-
"oldVersion": "1.0.4",
6-
"newVersion": "1.0.5",
5+
"oldVersion": "1.0.5",
6+
"newVersion": "1.0.6",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
},
1519
"@universal-ember/kolay-ui": {
16-
"oldVersion": "0.0.5"
20+
"oldVersion": "0.0.6"
1721
}
1822
},
19-
"description": "## Release (2024-06-18)\n\nkolay 1.0.5 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#77](https://github.com/universal-ember/kolay/pull/77) Widen peer range on ember-primitives ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
23+
"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"
2024
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Release (2024-07-05)
4+
5+
kolay 1.0.6 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `kolay`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `kolay`
13+
* [#86](https://github.com/universal-ember/kolay/pull/86) Fix app watching -- Copy content from #82 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#85](https://github.com/universal-ember/kolay/pull/85) Update more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#83](https://github.com/universal-ember/kolay/pull/83) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#81](https://github.com/universal-ember/kolay/pull/81) Update rehype plugins list ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 2
19+
- Ryan Tablada ([@rtablada](https://github.com/rtablada))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
322
## Release (2024-06-18)
423

524
kolay 1.0.5 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kolay",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)