Skip to content

Commit

Permalink
Version Packages (#34)
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 Mar 25, 2024
1 parent 9adf94d commit 49850c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-oranges-brake.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 9adf94d: Update logic for finding, or creating, live regions to work while within dialog elements

## 0.3.0

### Minor 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.3.0",
"version": "0.4.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.3.0",
"@primer/live-region-element": "^0.4.0",
"a11y-dialog": "^8.0.4",
"next": "^14.1.3",
"react": "^18.2.0",
Expand Down

0 comments on commit 49850c1

Please sign in to comment.