Skip to content

Commit

Permalink
Merge pull request #21 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 14, 2024
2 parents 1ef3be4 + f21c625 commit 6eab5f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs-support/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6eab5f0

Please sign in to comment.