Skip to content

Commit

Permalink
Prepare Release (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: gossi <283700+gossi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and gossi authored Oct 19, 2024
1 parent 6d88c93 commit 60ccd43
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 7 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -18,13 +18,17 @@
},
"ember-aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on aria-voyager"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -33,5 +37,5 @@
"pkgJSONPath": "./packages/ember-aria-voyager/package/package.json"
}
},
"description": "## Release (2024-08-05)\n\naria-voyager 0.0.2 (patch)\nember-aria-voyager 0.0.3 (patch)\n\n#### :bug: Bug Fix\n* `aria-voyager`\n * [#72](https://github.com/hokulea/aria-voyager/pull/72) Fix active item on focus ([@gossi](https://github.com/gossi))\n * [#70](https://github.com/hokulea/aria-voyager/pull/70) Fix scroll to item ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* Other\n * [#67](https://github.com/hokulea/aria-voyager/pull/67) Use shared renovate config ([@gossi](https://github.com/gossi))\n* `aria-voyager`, `ember-aria-voyager`, `ember-aria-voyager-test-app`\n * [#66](https://github.com/hokulea/aria-voyager/pull/66) Remove volta for corepack ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
"description": "## Release (2024-10-19)\n\naria-voyager 0.0.3 (patch)\nember-aria-voyager 0.0.4 (patch)\n\n#### :bug: Bug Fix\n* `aria-voyager`, `ember-aria-voyager`\n * [#172](https://github.com/hokulea/aria-voyager/pull/172) fix: for #168 • add support voyaging wrapped menuitems + menuitemcheckbox menuitemradio ([@johanrd](https://github.com/johanrd))\n* `aria-voyager`, `ember-aria-voyager`, `ember-aria-voyager-test-app`\n * [#173](https://github.com/hokulea/aria-voyager/pull/173) fix: for #169 • don't close popover if you have clicked on non-menuitems within a popover ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `ember-aria-voyager`, `ember-aria-voyager-test-app`\n * [#188](https://github.com/hokulea/aria-voyager/pull/188) Update `ember-cli-code-coverage` ([@gossi](https://github.com/gossi))\n * [#185](https://github.com/hokulea/aria-voyager/pull/185) Menu Fixture ([@gossi](https://github.com/gossi))\n* `aria-voyager`\n * [#186](https://github.com/hokulea/aria-voyager/pull/186) Menu Fixtures for vitest in `aria-navigator` ([@gossi](https://github.com/gossi))\n* `ember-aria-voyager`\n * [#107](https://github.com/hokulea/aria-voyager/pull/107) Syntax Highlighting of gts codeblocks ([@evoactivity](https://github.com/evoactivity))\n* Other\n * [#73](https://github.com/hokulea/aria-voyager/pull/73) Update to turborepo v2 ([@gossi](https://github.com/gossi))\n\n#### Committers: 3\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n- [@johanrd](https://github.com/johanrd)\n"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## Release (2024-10-19)

aria-voyager 0.0.3 (patch)
ember-aria-voyager 0.0.4 (patch)

#### :bug: Bug Fix
* `aria-voyager`, `ember-aria-voyager`
* [#172](https://github.com/hokulea/aria-voyager/pull/172) fix: for #168 • add support voyaging wrapped menuitems + menuitemcheckbox menuitemradio ([@johanrd](https://github.com/johanrd))
* `aria-voyager`, `ember-aria-voyager`, `ember-aria-voyager-test-app`
* [#173](https://github.com/hokulea/aria-voyager/pull/173) fix: for #169 • don't close popover if you have clicked on non-menuitems within a popover ([@johanrd](https://github.com/johanrd))

#### :house: Internal
* `ember-aria-voyager`, `ember-aria-voyager-test-app`
* [#188](https://github.com/hokulea/aria-voyager/pull/188) Update `ember-cli-code-coverage` ([@gossi](https://github.com/gossi))
* [#185](https://github.com/hokulea/aria-voyager/pull/185) Menu Fixture ([@gossi](https://github.com/gossi))
* `aria-voyager`
* [#186](https://github.com/hokulea/aria-voyager/pull/186) Menu Fixtures for vitest in `aria-navigator` ([@gossi](https://github.com/gossi))
* `ember-aria-voyager`
* [#107](https://github.com/hokulea/aria-voyager/pull/107) Syntax Highlighting of gts codeblocks ([@evoactivity](https://github.com/evoactivity))
* Other
* [#73](https://github.com/hokulea/aria-voyager/pull/73) Update to turborepo v2 ([@gossi](https://github.com/gossi))

#### Committers: 3
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
- Thomas Gossmann ([@gossi](https://github.com/gossi))
- [@johanrd](https://github.com/johanrd)

## Release (2024-08-05)

aria-voyager 0.0.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/aria-voyager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aria-voyager",
"version": "0.0.2",
"version": "0.0.3",
"description": "A framework agnostic / universal package that implements navigation patterns for various aria roles and features",
"author": "gossi",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-aria-voyager/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-aria-voyager",
"version": "0.0.3",
"version": "0.0.4",
"description": "Navigation patterns for various aria roles and features in ember.js",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 60ccd43

Please sign in to comment.