Skip to content

Commit

Permalink
Version Packages (#916)
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 Mar 27, 2023
1 parent 3d9aeca commit 1b18727
Show file tree
Hide file tree
Showing 21 changed files with 75 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-bugs-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-seahorses-approve.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/polite-lizards-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-dingos-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-pugs-listen.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.0.5

### Patch Changes

- [#919](https://github.com/hashicorp/react-components/pull/919) [`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c) Thanks [@dstaley](https://github.com/dstaley)! - Add ID field to GraphQL query

## 7.0.4

### 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.4",
"version": "7.0.5",
"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/alert/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-alert

## 6.1.1

### Patch Changes

- [#917](https://github.com/hashicorp/react-components/pull/917) [`3d9aeca8`](https://github.com/hashicorp/react-components/commit/3d9aeca8b67f576531850544c3b5fa7b6f5d0b2b) Thanks [@dstaley](https://github.com/dstaley)! - Mark product as optional

## 6.1.0

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

## 6.3.1

### Patch Changes

- [#919](https://github.com/hashicorp/react-components/pull/919) [`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c) Thanks [@dstaley](https://github.com/dstaley)! - Add ID field to GraphQL query

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-button",
"description": "A clickable text box that allows a user to take an action.",
"version": "6.3.0",
"version": "6.3.1",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
13 changes: 13 additions & 0 deletions packages/call-to-action/CHANGELOG.md
@@ -1,5 +1,18 @@
# @hashicorp/react-call-to-action

## 5.3.0

### Minor Changes

- [#915](https://github.com/hashicorp/react-components/pull/915) [`ab830b82`](https://github.com/hashicorp/react-components/commit/ab830b828b3af1d6573fe28abc61396e2318a3c6) Thanks [@dstaley](https://github.com/dstaley)! - Update TypeScript type to accept ReactNode

### Patch Changes

- [#918](https://github.com/hashicorp/react-components/pull/918) [`42361b16`](https://github.com/hashicorp/react-components/commit/42361b16398a9ff8fedbcb1d2ee2b1e9ab7a286e) Thanks [@dstaley](https://github.com/dstaley)! - Update TypeScript type to allow theme="gray"

- Updated dependencies [[`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c)]:
- @hashicorp/react-button@6.3.1

## 5.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/call-to-action/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-call-to-action",
"description": "Display a title, content, and links in a call-to-action format",
"version": "5.2.0",
"version": "5.3.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.4"
"@hashicorp/react-button": "^6.3.1"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down
9 changes: 9 additions & 0 deletions packages/docs-page/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-docs-page

## 17.7.2

### Patch Changes

- [#917](https://github.com/hashicorp/react-components/pull/917) [`3d9aeca8`](https://github.com/hashicorp/react-components/commit/3d9aeca8b67f576531850544c3b5fa7b6f5d0b2b) Thanks [@dstaley](https://github.com/dstaley)! - Remove ts-expect-error

- Updated dependencies [[`3d9aeca8`](https://github.com/hashicorp/react-components/commit/3d9aeca8b67f576531850544c3b5fa7b6f5d0b2b)]:
- @hashicorp/react-alert@6.1.1

## 17.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-page/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-docs-page",
"description": "Create a Hashicorp branded docs page in NextJS projects.",
"version": "17.7.1",
"version": "17.7.2",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@hashicorp/platform-docs-mdx": "^0.2.0",
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-alert": "^6.0.2",
"@hashicorp/react-alert": "^6.1.1",
"@hashicorp/react-content": "^8.2.3",
"@hashicorp/react-docs-sidenav": "^9.0.0",
"@hashicorp/react-head": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-image

## 4.1.1

### Patch Changes

- [#919](https://github.com/hashicorp/react-components/pull/919) [`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c) Thanks [@dstaley](https://github.com/dstaley)! - Add ID field to GraphQL query

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-image",
"description": "super optimized image element, pulls from dato and formats for 7 screen sizes in two formats. Skips optimization for SVGs.",
"version": "4.1.0",
"version": "4.1.1",
"author": "Hashicorp",
"contributors": [
"Jeff Escalante"
Expand Down
10 changes: 10 additions & 0 deletions packages/logo-grid/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-logo-grid

## 5.0.4

### Patch Changes

- [#919](https://github.com/hashicorp/react-components/pull/919) [`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c) Thanks [@dstaley](https://github.com/dstaley)! - Add ID field to GraphQL query

- Updated dependencies [[`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c)]:
- @hashicorp/react-button@6.3.1
- @hashicorp/react-image@4.1.1

## 5.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/logo-grid/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-logo-grid",
"description": "a grid showcasing company logos",
"version": "5.0.3",
"version": "5.0.4",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/react-button": "^6.0.4",
"@hashicorp/react-image": "^4.0.4",
"@hashicorp/react-button": "^6.3.1",
"@hashicorp/react-image": "^4.1.1",
"@hashicorp/react-inline-svg": "^6.0.3",
"@reach/popover": "^0.16.2",
"@reach/portal": "^0.16.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/section-header/CHANGELOG.md
@@ -0,0 +1,7 @@
# @hashicorp/react-section-header

## 5.0.5

### Patch Changes

- [#919](https://github.com/hashicorp/react-components/pull/919) [`7a22a4bf`](https://github.com/hashicorp/react-components/commit/7a22a4bf417f11adbe3daada16dc2878d07e928c) Thanks [@dstaley](https://github.com/dstaley)! - Add ID field to GraphQL query
2 changes: 1 addition & 1 deletion packages/section-header/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-section-header",
"description": "very simple headline & subheading for a section of a page",
"version": "5.0.4",
"version": "5.0.5",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down

1 comment on commit 1b18727

@vercel
Copy link

@vercel vercel bot commented on 1b18727 Mar 27, 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.