Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"solution": {
"aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -18,17 +14,13 @@
},
"ember-aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"oldVersion": "0.0.4",
"newVersion": "0.0.5",
"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 @@ -37,5 +29,5 @@
"pkgJSONPath": "./packages/ember-aria-voyager/package/package.json"
}
},
"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"
"description": "## Release (2024-10-22)\n\naria-voyager 0.0.4 (patch)\nember-aria-voyager 0.0.5 (patch)\n\n#### :house: Internal\n* `aria-voyager`, `ember-aria-voyager`, `ember-aria-voyager-test-app`\n * [#191](https://github.com/hokulea/aria-voyager/pull/191) Update lint deps ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release (2024-10-22)

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

#### :house: Internal
* `aria-voyager`, `ember-aria-voyager`, `ember-aria-voyager-test-app`
* [#191](https://github.com/hokulea/aria-voyager/pull/191) Update lint deps ([@gossi](https://github.com/gossi))

#### Committers: 1
- Thomas Gossmann ([@gossi](https://github.com/gossi))

## Release (2024-10-19)

aria-voyager 0.0.3 (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.3",
"version": "0.0.4",
"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.4",
"version": "0.0.5",
"description": "Navigation patterns for various aria roles and features in ember.js",
"keywords": [
"ember-addon"
Expand Down