Skip to content

Commit

Permalink
Version Packages (#953)
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
hashibot-web and github-actions[bot] committed May 2, 2023
1 parent 3457a6d commit 4f5afbd
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-points-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-eagles-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-plants-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-paws-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-nails-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/alert-banner/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-alert-banner

## 7.1.0

### Minor Changes

- [#949](https://github.com/hashicorp/react-components/pull/949) [`565a1b1a`](https://github.com/hashicorp/react-components/commit/565a1b1acc33753818cd38b63218f746ba084652) Thanks [@dstaley](https://github.com/dstaley)! - Replace Reach VisuallyHidden with Radix

## 7.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert-banner/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-alert-banner",
"description": "Render an alert banner with text and a link",
"version": "7.0.5",
"version": "7.1.0",
"author": "HashiCorp",
"bugs": "https://github.com/hashicorp/react-components/issues?q=is:issue+%22alert-banner%22",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/hero/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-hero

## 9.0.0

### Major Changes

- [#946](https://github.com/hashicorp/react-components/pull/946) [`e99310f3`](https://github.com/hashicorp/react-components/commit/e99310f3b884757bf4d14de9b69c0963c4c3929b) Thanks [@dstaley](https://github.com/dstaley)! - Remove support for formLeadInput

## 8.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hero/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-hero",
"description": "basic full page hero with a lot of customization options",
"version": "8.0.4",
"version": "9.0.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
6 changes: 6 additions & 0 deletions packages/logo-grid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-logo-grid

## 5.1.0

### Minor Changes

- [#947](https://github.com/hashicorp/react-components/pull/947) [`3457a6d8`](https://github.com/hashicorp/react-components/commit/3457a6d8dac33b54615a0c55ae335a48aa970db9) Thanks [@dstaley](https://github.com/dstaley)! - Replace @reach/popover with radix

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logo-grid/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-logo-grid",
"description": "a grid showcasing company logos",
"version": "5.0.5",
"version": "5.1.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
7 changes: 7 additions & 0 deletions packages/product-download-page/CHANGELOG.md
@@ -1,5 +1,12 @@
# @hashicorp/react-product-downloads-page

## 2.9.1

### Patch Changes

- Updated dependencies [[`9d34c385`](https://github.com/hashicorp/react-components/commit/9d34c3850697e6caebca0299e1eea46f6e929b53)]:
- @hashicorp/react-tabs@8.0.0

## 2.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/product-download-page/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-product-downloads-page",
"description": "The page where you go to download HashiCorp products",
"version": "2.9.0",
"version": "2.9.1",
"author": "HashiCorp",
"contributors": [
"Zack Tanner",
Expand All @@ -11,7 +11,7 @@
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.4",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-tabs": "^7.1.2",
"@hashicorp/react-tabs": "^8.0.0",
"semver": "^7.3.5"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/split-rich-cta-list/CHANGELOG.md
@@ -0,0 +1,7 @@
# @hashicorp/react-split-rich-cta-list

## 2.0.4

### Patch Changes

- [#950](https://github.com/hashicorp/react-components/pull/950) [`aab08441`](https://github.com/hashicorp/react-components/commit/aab0844140e85c3977227c4f3f254e7e3e3192ab) Thanks [@dstaley](https://github.com/dstaley)! - Update dependencies
2 changes: 1 addition & 1 deletion packages/split-rich-cta-list/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-split-rich-cta-list",
"description": "Display a horizontally split title with a list of rich CTAs.",
"version": "2.0.3",
"version": "2.0.4",
"author": "HashiCorp",
"contributors": [
"Brandon Romano",
Expand Down
6 changes: 6 additions & 0 deletions packages/subnav/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-subnav

## 9.6.0

### Minor Changes

- [#949](https://github.com/hashicorp/react-components/pull/949) [`565a1b1a`](https://github.com/hashicorp/react-components/commit/565a1b1acc33753818cd38b63218f746ba084652) Thanks [@dstaley](https://github.com/dstaley)! - Replace Reach VisuallyHidden with Radix

## 9.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/subnav/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-subnav",
"description": "Displays a navigation bar, with links and a call-to-action.",
"version": "9.5.2",
"version": "9.6.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
7 changes: 7 additions & 0 deletions packages/tabbed-accordion/CHANGELOG.md
@@ -1,5 +1,12 @@
# @hashicorp/react-tabbed-accordion

## 5.0.3

### Patch Changes

- Updated dependencies [[`9d34c385`](https://github.com/hashicorp/react-components/commit/9d34c3850697e6caebca0299e1eea46f6e929b53)]:
- @hashicorp/react-tabs@8.0.0

## 5.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tabbed-accordion/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-tabbed-accordion",
"description": "Tabs with accordions nested inside",
"version": "5.0.2",
"version": "5.0.3",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/react-accordion": "^3.0.2",
"@hashicorp/react-tabs": "^7.1.2",
"@hashicorp/react-tabs": "^8.0.0",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tabs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-tabs

## 8.0.0

### Major Changes

- [#948](https://github.com/hashicorp/react-components/pull/948) [`9d34c385`](https://github.com/hashicorp/react-components/commit/9d34c3850697e6caebca0299e1eea46f6e929b53) Thanks [@dstaley](https://github.com/dstaley)! - Remove support for tooltips

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-tabs",
"description": "Display content in a tabbed interface",
"version": "7.2.1",
"version": "8.0.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down

1 comment on commit 4f5afbd

@vercel
Copy link

@vercel vercel bot commented on 4f5afbd May 2, 2023

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.