Skip to content

Commit

Permalink
Merge pull request #669 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alexcarpenter committed Jul 29, 2022
2 parents d141c38 + 2f318bc commit 4361de9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-beers-shop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/consent-manager/CHANGELOG.md
@@ -1,5 +1,12 @@
# @hashicorp/react-consent-manager

## 7.4.1

### Patch Changes

- Updated dependencies [[`f942b5d2`](https://github.com/hashicorp/react-components/commit/f942b5d291c50cbdafe0e3c49319235ba87c1497)]:
- @hashicorp/react-toggle@5.0.0

## 7.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent-manager/package.json
@@ -1,15 +1,15 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "7.4.0",
"version": "7.4.1",
"author": "HashiCorp",
"contributors": [
"Jennifer Yip",
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/react-button": "^6.2.0",
"@hashicorp/react-toggle": "^4.0.1",
"@hashicorp/react-toggle": "^5.0.0",
"classnames": "^2.3.1",
"js-cookie": "^2.2.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/toggle/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hashicorp/react-toggle

## 5.0.0

### Major Changes

- [#589](https://github.com/hashicorp/react-components/pull/589) [`f942b5d2`](https://github.com/hashicorp/react-components/commit/f942b5d291c50cbdafe0e3c49319235ba87c1497) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! -
- reskin toggle
- adds `disabled` option

## 4.0.1

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/toggle/package.json
@@ -1,9 +1,12 @@
{
"name": "@hashicorp/react-toggle",
"description": "a simple toggle",
"version": "4.0.1",
"version": "5.0.0",
"author": "HashiCorp",
"contributors": ["Jennifer Yip", "Jeff Escalante"],
"contributors": [
"Jennifer Yip",
"Jeff Escalante"
],
"license": "MPL-2.0",
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down

1 comment on commit 4361de9

@vercel
Copy link

@vercel vercel bot commented on 4361de9 Jul 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.