Skip to content

Commit c48ffa0

Browse files
Merge pull request #13 from universal-ember/release-preview
Prepare Release
2 parents bfd704c + 451c0b7 commit c48ffa0

File tree

3 files changed

+70
-6
lines changed

3 files changed

+70
-6
lines changed

.release-plan.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
{
22
"solution": {
33
"kolay": {
4-
"impact": "patch",
5-
"oldVersion": "0.0.2",
6-
"newVersion": "0.0.3",
4+
"impact": "major",
5+
"oldVersion": "0.0.8",
6+
"newVersion": "1.0.0",
77
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
816
{
917
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
18+
"reason": "Appears in changelog section :memo: Documentation"
1119
},
1220
{
1321
"impact": "patch",
1422
"reason": "Appears in changelog section :house: Internal"
1523
}
1624
],
1725
"pkgJSONPath": "./package.json"
26+
},
27+
"@universal-ember/kolay-ui": {
28+
"oldVersion": "0.0.3"
1829
}
1930
},
20-
"description": "## Release (2023-12-26)\n\nkolay 0.0.3 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#7](https://github.com/universal-ember/kolay/pull/7) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
31+
"description": "## Release (2024-04-27)\n\nkolay 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `kolay`\n * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `kolay`\n * [#60](https://github.com/universal-ember/kolay/pull/60) Simplify ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#48](https://github.com/universal-ember/kolay/pull/48) Simplify package.jsons or prove things work in a real project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#59](https://github.com/universal-ember/kolay/pull/59) Update peer ranges ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#58](https://github.com/universal-ember/kolay/pull/58) Upgrade dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#43](https://github.com/universal-ember/kolay/pull/43) More signature rendering ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#42](https://github.com/universal-ember/kolay/pull/42) Add <PageNav> ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#41](https://github.com/universal-ember/kolay/pull/41) Extract more utilities ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#39](https://github.com/universal-ember/kolay/pull/39) More Docs, Polish, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#37](https://github.com/universal-ember/kolay/pull/37) More docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#35](https://github.com/universal-ember/kolay/pull/35) Nested plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#28](https://github.com/universal-ember/kolay/pull/28) Add option to include markdown from anywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#27](https://github.com/universal-ember/kolay/pull/27) Use virtual module to abstract away the generated URLs for the api-docs (typedoc JSON) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#25](https://github.com/universal-ember/kolay/pull/25) Refactor so that the typedoc plugin can be used outside of unplugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#24](https://github.com/universal-ember/kolay/pull/24) All manual specifying of sort order of folders and pages (in both JSON and JSONC) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `kolay`\n * [#46](https://github.com/universal-ember/kolay/pull/46) More docs, testing, complete setup, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#39](https://github.com/universal-ember/kolay/pull/39) More Docs, Polish, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#37](https://github.com/universal-ember/kolay/pull/37) More docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#48](https://github.com/universal-ember/kolay/pull/48) Simplify package.jsons or prove things work in a real project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#50](https://github.com/universal-ember/kolay/pull/50) Update Node.js to v20.12.2 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#54](https://github.com/universal-ember/kolay/pull/54) Lock file maintenance ([@renovate[bot]](https://github.com/apps/renovate))\n * [#34](https://github.com/universal-ember/kolay/pull/34) Use @universal-ember/test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#32](https://github.com/universal-ember/kolay/pull/32) More Tests (and their fixes) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#15](https://github.com/universal-ember/kolay/pull/15) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#30](https://github.com/universal-ember/kolay/pull/30) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#20](https://github.com/universal-ember/kolay/pull/20) Update actions/setup-node action to v4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#18](https://github.com/universal-ember/kolay/pull/18) Update actions/checkout action to v4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#17](https://github.com/universal-ember/kolay/pull/17) Update pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#26](https://github.com/universal-ember/kolay/pull/26) Remove extraneous setting in createManifest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2132
}

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,57 @@
11
# Changelog
2+
3+
## Release (2024-04-27)
4+
5+
kolay 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `kolay`
9+
* [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :rocket: Enhancement
13+
* `kolay`
14+
* [#60](https://github.com/universal-ember/kolay/pull/60) Simplify ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#48](https://github.com/universal-ember/kolay/pull/48) Simplify package.jsons or prove things work in a real project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#59](https://github.com/universal-ember/kolay/pull/59) Update peer ranges ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* [#58](https://github.com/universal-ember/kolay/pull/58) Upgrade dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#43](https://github.com/universal-ember/kolay/pull/43) More signature rendering ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#42](https://github.com/universal-ember/kolay/pull/42) Add <PageNav> ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#41](https://github.com/universal-ember/kolay/pull/41) Extract more utilities ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#39](https://github.com/universal-ember/kolay/pull/39) More Docs, Polish, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* [#37](https://github.com/universal-ember/kolay/pull/37) More docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
* [#35](https://github.com/universal-ember/kolay/pull/35) Nested plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* [#28](https://github.com/universal-ember/kolay/pull/28) Add option to include markdown from anywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25+
* [#27](https://github.com/universal-ember/kolay/pull/27) Use virtual module to abstract away the generated URLs for the api-docs (typedoc JSON) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* [#25](https://github.com/universal-ember/kolay/pull/25) Refactor so that the typedoc plugin can be used outside of unplugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
27+
* [#24](https://github.com/universal-ember/kolay/pull/24) All manual specifying of sort order of folders and pages (in both JSON and JSONC) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
* [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
29+
* [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30+
31+
#### :memo: Documentation
32+
* `kolay`
33+
* [#46](https://github.com/universal-ember/kolay/pull/46) More docs, testing, complete setup, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
34+
* [#39](https://github.com/universal-ember/kolay/pull/39) More Docs, Polish, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
35+
* [#37](https://github.com/universal-ember/kolay/pull/37) More docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
36+
* [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
37+
38+
#### :house: Internal
39+
* `kolay`
40+
* [#48](https://github.com/universal-ember/kolay/pull/48) Simplify package.jsons or prove things work in a real project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
41+
* [#50](https://github.com/universal-ember/kolay/pull/50) Update Node.js to v20.12.2 ([@renovate[bot]](https://github.com/apps/renovate))
42+
* [#54](https://github.com/universal-ember/kolay/pull/54) Lock file maintenance ([@renovate[bot]](https://github.com/apps/renovate))
43+
* [#34](https://github.com/universal-ember/kolay/pull/34) Use @universal-ember/test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
44+
* [#32](https://github.com/universal-ember/kolay/pull/32) More Tests (and their fixes) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
45+
* [#15](https://github.com/universal-ember/kolay/pull/15) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate))
46+
* [#30](https://github.com/universal-ember/kolay/pull/30) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))
47+
* [#20](https://github.com/universal-ember/kolay/pull/20) Update actions/setup-node action to v4 ([@renovate[bot]](https://github.com/apps/renovate))
48+
* [#18](https://github.com/universal-ember/kolay/pull/18) Update actions/checkout action to v4 ([@renovate[bot]](https://github.com/apps/renovate))
49+
* [#17](https://github.com/universal-ember/kolay/pull/17) Update pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate))
50+
* [#26](https://github.com/universal-ember/kolay/pull/26) Remove extraneous setting in createManifest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
51+
* [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
52+
53+
#### Committers: 1
54+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
255
## Release (2023-12-26)
356

457
kolay 0.0.3 (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": "0.0.8",
3+
"version": "1.0.0",
44
"description": "",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)