Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2023
1 parent a593ee0 commit 678c43b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-eagles-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-poems-cry.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# dom-accessibility-api changelog

## 0.6.1

### Patch Changes

- [#934](https://github.com/eps1lon/dom-accessibility-api/pull/934) [`8acefc3`](https://github.com/eps1lon/dom-accessibility-api/commit/8acefc3311e481e6aa1bc678c2a065c9f88b4468) Thanks [@alonidiom](https://github.com/alonidiom)! - Support `aria-description` as descriptor

- [#933](https://github.com/eps1lon/dom-accessibility-api/pull/933) [`a593ee0`](https://github.com/eps1lon/dom-accessibility-api/commit/a593ee0853a6ede72c86b9b6be24773207aea0f8) Thanks [@jlp-craigmorten](https://github.com/jlp-craigmorten)! - Support `"none"` role as a synonym for the `"presentation"` role

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dom-accessibility-api",
"description": "Implements https://w3c.github.io/accname/",
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "commonjs",
Expand Down

0 comments on commit 678c43b

Please sign in to comment.