Skip to content

Commit

Permalink
Version Packages (#625)
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 Jun 23, 2022
1 parent 270c679 commit 81b1b4e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-badgers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-points-raise.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- [#621](https://github.com/hashicorp/react-components/pull/621) [`b5fc3767`](https://github.com/hashicorp/react-components/commit/b5fc37678236f64c6cae2915f2d36b91f4cc00ea) Thanks [@dstaley](https://github.com/dstaley)! - Align styles for @hashicorp/react-combobox and @hashcorp/react-select-input

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-combobox",
"description": "Combobox component with base functionality and styles built for composability",
"version": "1.0.3",
"version": "1.1.0",
"author": "HashiCorp",
"contributors": [
"Jimmy Merritello",
Expand Down
6 changes: 6 additions & 0 deletions packages/head/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-head

## 3.3.0

### Minor Changes

- [#623](https://github.com/hashicorp/react-components/pull/623) [`270c6792`](https://github.com/hashicorp/react-components/commit/270c679293188fc67684caf9e47aaba92727e2d1) Thanks [@zchsh](https://github.com/zchsh)! - Validates that props.image is an absolute URL, and throws an error in development if it is not. As well, adds `twitter:description` when `description` prop is provided.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/head/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-head",
"description": "Create a Hashicorp branded <head> in NextJS projects.",
"version": "3.2.0",
"version": "3.3.0",
"author": "HashiCorp",
"contributors": [
"Jonathan Neal"
Expand Down
6 changes: 6 additions & 0 deletions packages/select-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-select-input

## 5.1.0

### Minor Changes

- [#621](https://github.com/hashicorp/react-components/pull/621) [`b5fc3767`](https://github.com/hashicorp/react-components/commit/b5fc37678236f64c6cae2915f2d36b91f4cc00ea) Thanks [@dstaley](https://github.com/dstaley)! - Align styles for @hashicorp/react-combobox and @hashcorp/react-select-input

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-select-input",
"description": "Select input field",
"version": "5.0.0",
"version": "5.1.0",
"author": "HashiCorp",
"contributors": [
"Richard Flosi"
Expand Down

1 comment on commit 81b1b4e

@vercel
Copy link

@vercel vercel bot commented on 81b1b4e Jun 23, 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.