Skip to content

Commit

Permalink
Version Packages (#1013)
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 Dec 12, 2023
1 parent e49d8f6 commit 038cd7f
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/yellow-houses-jam.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-accordion",
"description": "A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.",
"version": "3.0.2",
"version": "3.1.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
6 changes: 6 additions & 0 deletions packages/alert-banner/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-alert-banner

## 7.2.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 7.1.0

### Minor 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.1.0",
"version": "7.2.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/code-block/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-code-block

## 6.5.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 6.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-code-block",
"description": "A simple code block with clipboard functionality",
"version": "6.4.0",
"version": "6.5.0",
"author": "HashiCorp",
"dependencies": {
"shellwords": "^0.1.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/logo-grid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-logo-grid

## 5.2.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 5.1.0

### Minor 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.1.0",
"version": "5.2.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
6 changes: 6 additions & 0 deletions packages/split-rich-cta-list/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-split-rich-cta-list

## 2.1.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 2.0.4

### Patch Changes
Expand Down
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.4",
"version": "2.1.0",
"author": "HashiCorp",
"contributors": [
"Brandon Romano",
Expand Down
6 changes: 6 additions & 0 deletions packages/tabs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-tabs

## 8.1.0

### Minor Changes

- [#1007](https://github.com/hashicorp/react-components/pull/1007) [`e49d8f65`](https://github.com/hashicorp/react-components/commit/e49d8f65f6f7403ef73e250568fa202effadc2b6) Thanks [@dstaley](https://github.com/dstaley)! - Use next/image instead of react-inline-svg

## 8.0.0

### Major 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": "8.0.0",
"version": "8.1.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down

1 comment on commit 038cd7f

@vercel
Copy link

@vercel vercel bot commented on 038cd7f Dec 12, 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.