Skip to content

Commit

Permalink
Version Packages (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
primer[bot] and github-actions[bot] authored Jun 19, 2024
1 parent 2e1d6ab commit 86ae3c3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-queens-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-dingos-jog.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/live-region-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @primer/live-region-element

## 0.7.0

### Minor Changes

- 2e1d6ab: Add support for waiting for announcement completion by returning a promise from announce, announceFromElement
- 2e1d6ab: Add support for dynamically inserting live regions while still announcing to screen readers

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/live-region-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/live-region-element",
"version": "0.6.1",
"version": "0.7.0",
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type-check": "npx tsc --noEmit"
},
"dependencies": {
"@primer/live-region-element": "^0.6.1",
"@primer/live-region-element": "^0.7.0",
"a11y-dialog": "^8.0.4",
"next": "^14.2.4",
"react": "^18.3.1",
Expand Down

0 comments on commit 86ae3c3

Please sign in to comment.