Skip to content

Commit

Permalink
Version Packages (#643)
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 Jul 11, 2022
1 parent 8338273 commit 5047042
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-forks-cross.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-donkeys-bathe.md

This file was deleted.

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

## 6.2.1

### Patch Changes

- [#642](https://github.com/hashicorp/react-components/pull/642) [`8f013839`](https://github.com/hashicorp/react-components/commit/8f01383973802fe3c8865d7d5ab9fcfe655b6376) Thanks [@dstaley](https://github.com/dstaley)! - Render Button with new stacking context

## 6.2.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.2.0",
"version": "6.2.1",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
6 changes: 6 additions & 0 deletions packages/checkbox-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-checkbox-input

## 5.0.2

### Patch Changes

- [#645](https://github.com/hashicorp/react-components/pull/645) [`83382731`](https://github.com/hashicorp/react-components/commit/83382731e5d59541a9006eb7fc17df830690a487) Thanks [@dstaley](https://github.com/dstaley)! - Use @reach/auto-id to generate SSR-safe ids

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-checkbox-input",
"description": "A boolean input that displays a checkbox and label.",
"version": "5.0.1",
"version": "5.0.2",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
6 changes: 6 additions & 0 deletions packages/text-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-text-input

## 5.0.2

### Patch Changes

- [#645](https://github.com/hashicorp/react-components/pull/645) [`83382731`](https://github.com/hashicorp/react-components/commit/83382731e5d59541a9006eb7fc17df830690a487) Thanks [@dstaley](https://github.com/dstaley)! - Use @reach/auto-id to generate SSR-safe ids

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-text-input",
"description": "Text field input to be used in formik forms",
"version": "5.0.1",
"version": "5.0.2",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
6 changes: 6 additions & 0 deletions packages/textarea-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-textarea-input

## 1.0.1

### Patch Changes

- [#645](https://github.com/hashicorp/react-components/pull/645) [`83382731`](https://github.com/hashicorp/react-components/commit/83382731e5d59541a9006eb7fc17df830690a487) Thanks [@dstaley](https://github.com/dstaley)! - Use @reach/auto-id to generate SSR-safe ids

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-textarea-input",
"description": "Textarea field input to be used in formik forms",
"version": "1.0.0",
"version": "1.0.1",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down

1 comment on commit 5047042

@vercel
Copy link

@vercel vercel bot commented on 5047042 Jul 11, 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.