Skip to content

Commit

Permalink
Prepare Release (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: gossi <[email protected]>
  • Loading branch information
github-actions[bot] and gossi authored Dec 8, 2024
1 parent 5bebe27 commit 5f0b270
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"oldVersion": "0.1.0"
},
"ember-aria-voyager": {
"impact": "minor",
"oldVersion": "0.1.0",
"newVersion": "0.2.0",
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-aria-voyager/package/package.json"
}
},
"description": "## Release (2024-12-08)\n\nember-aria-voyager 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-aria-voyager`, `ember-aria-voyager-test-app`\n * [#271](https://github.com/hokulea/aria-voyager/pull/271) Test support for `{{tablist}}` ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
"description": "## Release (2024-12-08)\n\nember-aria-voyager 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-aria-voyager`\n * [#273](https://github.com/hokulea/aria-voyager/pull/273) Re-export tab types ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\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-12-08)

ember-aria-voyager 0.2.1 (patch)

#### :bug: Bug Fix
* `ember-aria-voyager`
* [#273](https://github.com/hokulea/aria-voyager/pull/273) Re-export tab types ([@gossi](https://github.com/gossi))

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

## Release (2024-12-08)

ember-aria-voyager 0.2.0 (minor)

#### :rocket: Enhancement
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.2.0",
"version": "0.2.1",
"description": "Navigation patterns for various aria roles and features in ember.js",
"author": "gossi",
"license": "MIT",
Expand Down

0 comments on commit 5f0b270

Please sign in to comment.