Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #625

Merged
merged 1 commit into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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