Skip to content
New issue

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

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

Already on GitHub? # to your account

Prepare Release #16

Merged
merged 1 commit into from
Jul 15, 2024
Merged
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
20 changes: 20 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"solution": {
"aria-voyager": {
"oldVersion": "0.0.1"
},
"ember-aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/ember-aria-voyager/package/package.json"
}
},
"description": "## Release (2024-07-15)\n\nember-aria-voyager 0.0.2 (patch)\n\n#### :house: Internal\n* Other\n * [#19](https://github.com/hokulea/aria-voyager/pull/19) Fix labels check to only run on PRs ([@gossi](https://github.com/gossi))\n * [#17](https://github.com/hokulea/aria-voyager/pull/17) Correct labels for renovate ([@gossi](https://github.com/gossi))\n* `ember-aria-voyager`\n * [#18](https://github.com/hokulea/aria-voyager/pull/18) Publish declarations for `ember-aria-voyager` ([@gossi](https://github.com/gossi))\n* `ember-aria-voyager-test-app`\n * [#13](https://github.com/hokulea/aria-voyager/pull/13) Install `release-plan` for further releases ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## Release (2024-07-15)

ember-aria-voyager 0.0.2 (patch)

#### :house: Internal
* Other
* [#19](https://github.com/hokulea/aria-voyager/pull/19) Fix labels check to only run on PRs ([@gossi](https://github.com/gossi))
* [#17](https://github.com/hokulea/aria-voyager/pull/17) Correct labels for renovate ([@gossi](https://github.com/gossi))
* `ember-aria-voyager`
* [#18](https://github.com/hokulea/aria-voyager/pull/18) Publish declarations for `ember-aria-voyager` ([@gossi](https://github.com/gossi))
* `ember-aria-voyager-test-app`
* [#13](https://github.com/hokulea/aria-voyager/pull/13) Install `release-plan` for further releases ([@gossi](https://github.com/gossi))

#### Committers: 1
- Thomas Gossmann ([@gossi](https://github.com/gossi))
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.1",
"version": "0.0.2",
"description": "Navigation patterns for various aria roles and features in ember.js",
"keywords": [
"ember-addon"
Expand Down