From 1572e4dee9cb0ba9130609f0b6923f8c2319de86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Mar 2024 22:14:14 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 ++++++++++++++++----- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 55 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index af556dd1..938e9425 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,13 +1,21 @@ { "solution": { "kolay": { - "impact": "patch", - "oldVersion": "0.0.2", - "newVersion": "0.0.3", + "impact": "major", + "oldVersion": "0.0.3", + "newVersion": "1.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", @@ -15,7 +23,10 @@ } ], "pkgJSONPath": "./package.json" + }, + "@universal-ember/kolay-ui": { + "oldVersion": "0.0.0" } }, - "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" + "description": "## Release (2024-03-10)\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 * [#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 * [#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 * [#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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 860fb536..6107feb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,42 @@ # Changelog + +## Release (2024-03-10) + +kolay 1.0.0 (major) + +#### :boom: Breaking Change +* `kolay` + * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + +#### :rocket: Enhancement +* `kolay` + * [#35](https://github.com/universal-ember/kolay/pull/35) Nested plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#28](https://github.com/universal-ember/kolay/pull/28) Add option to include markdown from anywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + * [#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)) + * [#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)) + * [#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)) + * [#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)) + +#### :memo: Documentation +* `kolay` + * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `kolay` + * [#34](https://github.com/universal-ember/kolay/pull/34) Use @universal-ember/test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#32](https://github.com/universal-ember/kolay/pull/32) More Tests (and their fixes) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#15](https://github.com/universal-ember/kolay/pull/15) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate)) + * [#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)) + * [#20](https://github.com/universal-ember/kolay/pull/20) Update actions/setup-node action to v4 ([@renovate[bot]](https://github.com/apps/renovate)) + * [#18](https://github.com/universal-ember/kolay/pull/18) Update actions/checkout action to v4 ([@renovate[bot]](https://github.com/apps/renovate)) + * [#17](https://github.com/universal-ember/kolay/pull/17) Update pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate)) + * [#26](https://github.com/universal-ember/kolay/pull/26) Remove extraneous setting in createManifest ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2023-12-26) kolay 0.0.3 (patch) diff --git a/package.json b/package.json index 259c1c9e..c0130ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "0.0.3", + "version": "1.0.0", "description": "", "keywords": [ "documentation",