Skip to content

Commit 8ef58c5

Browse files
Version Packages
1 parent b6bb971 commit 8ef58c5

File tree

5 files changed

+27
-14
lines changed

5 files changed

+27
-14
lines changed

.changeset/big-beds-promise.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/consent-manager/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @hashicorp/react-consent-manager
22

3+
## 9.2.1
4+
5+
### Patch Changes
6+
7+
- [#1030](https://github.com/hashicorp/react-components/pull/1030) [`e9bd6dac`](https://github.com/hashicorp/react-components/commit/e9bd6dacd8e43517d345b29aded88e2e5bd63ba9) Thanks [@RubenSandwich](https://github.com/RubenSandwich)! - Fix a variety of accessiblity issuies around the consent manager.
8+
- Toggles missing accessible names
9+
- see more/less button missing accessible name
10+
- allowing ESC to close the dialog
11+
- removing unneeded headers
12+
- trapping focus inside consent manager dialog
13+
- Updated dependencies [[`e9bd6dac`](https://github.com/hashicorp/react-components/commit/e9bd6dacd8e43517d345b29aded88e2e5bd63ba9)]:
14+
- @hashicorp/react-toggle@5.1.1
15+
316
## 9.2.0
417

518
### Minor Changes

packages/consent-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hashicorp/react-consent-manager",
33
"description": "A GDPR-compliant Consent Manager",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"author": "HashiCorp",
66
"contributors": [
77
"Jennifer Yip",
@@ -11,7 +11,7 @@
1111
"@hashicorp/flight-icons": "^2.5.0",
1212
"@hashicorp/platform-util": "^0.2.0",
1313
"@hashicorp/react-button": "^6.2.0",
14-
"@hashicorp/react-toggle": "^5.0.0",
14+
"@hashicorp/react-toggle": "^5.1.1",
1515
"classnames": "^2.3.1",
1616
"js-cookie": "^2.2.1"
1717
},

packages/toggle/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hashicorp/react-toggle
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- [#1030](https://github.com/hashicorp/react-components/pull/1030) [`e9bd6dac`](https://github.com/hashicorp/react-components/commit/e9bd6dacd8e43517d345b29aded88e2e5bd63ba9) Thanks [@RubenSandwich](https://github.com/RubenSandwich)! - Fix a variety of accessiblity issuies around the consent manager.
8+
- Toggles missing accessible names
9+
- see more/less button missing accessible name
10+
- allowing ESC to close the dialog
11+
- removing unneeded headers
12+
- trapping focus inside consent manager dialog
13+
314
## 5.1.0
415

516
### Minor Changes

packages/toggle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hashicorp/react-toggle",
33
"description": "a simple toggle",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"author": "HashiCorp",
66
"contributors": [
77
"Jennifer Yip",

0 commit comments

Comments
 (0)