From f21c625e8cf1c87f215e13dc132d81b1548cbd87 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:01:50 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++----------- CHANGELOG.md | 11 +++++++++++ docs-support/package.json | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c2c8b06..602c6ad 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,24 +2,16 @@ "solution": { "@universal-ember/docs-support": { "impact": "minor", - "oldVersion": "0.0.0", - "newVersion": "0.1.0", + "oldVersion": "0.1.0", + "newVersion": "0.2.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./docs-support/package.json" } }, - "description": "## Release (2024-11-14)\n\n@universal-ember/docs-support 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/docs-support`\n * [#19](https://github.com/universal-ember/docs-support/pull/19) Document how to use fonts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#18](https://github.com/universal-ember/docs-support/pull/18) Add all the CSS ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#16](https://github.com/universal-ember/docs-support/pull/16) Add tailwind config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#13](https://github.com/universal-ember/docs-support/pull/13) Add The Header ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/universal-ember/docs-support/pull/12) Add the side page nav ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#6](https://github.com/universal-ember/docs-support/pull/6) Add some components ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#17](https://github.com/universal-ember/docs-support/pull/17) Fix tailwind, switch to ESM ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#14](https://github.com/universal-ember/docs-support/pull/14) Fix theme toggle ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#11](https://github.com/universal-ember/docs-support/pull/11) Fix index types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/universal-ember/docs-support/pull/10) Make everything gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/universal-ember/docs-support/pull/9) Fix package name ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@universal-ember/docs-support`\n * [#8](https://github.com/universal-ember/docs-support/pull/8) Add access=public in publishConfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/universal-ember/docs-support/pull/3) Add CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#4](https://github.com/universal-ember/docs-support/pull/4) Add renovate config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2](https://github.com/universal-ember/docs-support/pull/2) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-14)\n\n@universal-ember/docs-support 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/docs-support`\n * [#20](https://github.com/universal-ember/docs-support/pull/20) Use smaller fonts ([@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 821ccfd..fccc108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-14) +@universal-ember/docs-support 0.2.0 (minor) + +#### :rocket: Enhancement +* `@universal-ember/docs-support` + * [#20](https://github.com/universal-ember/docs-support/pull/20) Use smaller fonts ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-11-14) + @universal-ember/docs-support 0.1.0 (minor) #### :rocket: Enhancement diff --git a/docs-support/package.json b/docs-support/package.json index 7b403a2..1ad30c3 100644 --- a/docs-support/package.json +++ b/docs-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/docs-support", - "version": "0.1.0", + "version": "0.2.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"