Skip to content

Commit

Permalink
Version Packages (#990)
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 Aug 2, 2023
1 parent 1338cdc commit 37cc019
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/old-days-rescue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/checkbox-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashicorp/react-checkbox-input

## 6.0.0

### Major Changes

- [#989](https://github.com/hashicorp/react-components/pull/989) [`1338cdc4`](https://github.com/hashicorp/react-components/commit/1338cdc47b083b04d103b00b26166b357418152a) Thanks [@kendallstrautman](https://github.com/kendallstrautman)! - Remove @reach/auto-id dependency in favor of react's `useId` and update peer dependency `react` version to >=18.x

## 5.0.3

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

## 6.0.0

### Major Changes

- [#989](https://github.com/hashicorp/react-components/pull/989) [`1338cdc4`](https://github.com/hashicorp/react-components/commit/1338cdc47b083b04d103b00b26166b357418152a) Thanks [@kendallstrautman](https://github.com/kendallstrautman)! - Remove @reach/auto-id dependency in favor of react's `useId` and update peer dependency `react` version to >=18.x

## 5.0.2

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

## 2.0.0

### Major Changes

- [#989](https://github.com/hashicorp/react-components/pull/989) [`1338cdc4`](https://github.com/hashicorp/react-components/commit/1338cdc47b083b04d103b00b26166b357418152a) Thanks [@kendallstrautman](https://github.com/kendallstrautman)! - Remove @reach/auto-id dependency in favor of react's `useId` and update peer dependency `react` version to >=18.x

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-textarea-input",
"description": "Textarea field input to be used in formik forms",
"version": "1.1.0",
"version": "2.0.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down

1 comment on commit 37cc019

@vercel
Copy link

@vercel vercel bot commented on 37cc019 Aug 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.