diff --git a/.changeset/brave-badgers-unite.md b/.changeset/brave-badgers-unite.md deleted file mode 100644 index c4db9eab8..000000000 --- a/.changeset/brave-badgers-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@hashicorp/react-combobox': minor -'@hashicorp/react-select-input': minor ---- - -Align styles for @hashicorp/react-combobox and @hashcorp/react-select-input diff --git a/.changeset/selfish-points-raise.md b/.changeset/selfish-points-raise.md deleted file mode 100644 index 44d787a44..000000000 --- a/.changeset/selfish-points-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-head': minor ---- - -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. diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index 0300f43f1..77395ea51 100644 --- a/packages/combobox/CHANGELOG.md +++ b/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 diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 52c9732fb..b0f0dd086 100644 --- a/packages/combobox/package.json +++ b/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", diff --git a/packages/head/CHANGELOG.md b/packages/head/CHANGELOG.md index 7fff79005..8486cff8f 100644 --- a/packages/head/CHANGELOG.md +++ b/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 diff --git a/packages/head/package.json b/packages/head/package.json index 59bec792b..fb1d79566 100644 --- a/packages/head/package.json +++ b/packages/head/package.json @@ -1,7 +1,7 @@ { "name": "@hashicorp/react-head", "description": "Create a Hashicorp branded in NextJS projects.", - "version": "3.2.0", + "version": "3.3.0", "author": "HashiCorp", "contributors": [ "Jonathan Neal" diff --git a/packages/select-input/CHANGELOG.md b/packages/select-input/CHANGELOG.md index 6dd0ee106..aee17ce2d 100644 --- a/packages/select-input/CHANGELOG.md +++ b/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 diff --git a/packages/select-input/package.json b/packages/select-input/package.json index f23e52f16..be417de07 100644 --- a/packages/select-input/package.json +++ b/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"