Skip to content

Commit

Permalink
Version Packages (#940)
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 Apr 25, 2023
1 parent 855af8a commit 8a12329
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-planets-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-icons-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-pans-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-parrots-battle.md

This file was deleted.

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

## 9.0.2

### Patch Changes

- [#941](https://github.com/hashicorp/react-components/pull/941) [`855af8ac`](https://github.com/hashicorp/react-components/commit/855af8ac0cad8a89920b733c1f914d2dff91c391) Thanks [@BRKalow](https://github.com/BRKalow)! - Remove unused @ts-expect-error comment.

## 9.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/consent-manager/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "9.0.1",
"version": "9.0.2",
"author": "HashiCorp",
"contributors": [
"Jennifer Yip",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs-page/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-docs-page

## 17.9.0

### Minor Changes

- [#938](https://github.com/hashicorp/react-components/pull/938) [`b4ac21ad`](https://github.com/hashicorp/react-components/commit/b4ac21adec2d76163e1f6a9c3ca5173440d4a934) Thanks [@dstaley](https://github.com/dstaley)! - Update TypeScript types to be compatible with React v18

## 17.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-page/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-docs-page",
"description": "Create a Hashicorp branded docs page in NextJS projects.",
"version": "17.8.0",
"version": "17.9.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante",
Expand Down
6 changes: 6 additions & 0 deletions packages/form-fields/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-form-fields

## 0.2.0

### Minor Changes

- [#938](https://github.com/hashicorp/react-components/pull/938) [`b4ac21ad`](https://github.com/hashicorp/react-components/commit/b4ac21adec2d76163e1f6a9c3ca5173440d4a934) Thanks [@dstaley](https://github.com/dstaley)! - Replace @reach/auto-id with React.useId

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-fields/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-form-fields",
"version": "0.1.2",
"version": "0.2.0",
"dependencies": {
"@hashicorp/flight-icons": "^2.5.0",
"clsx": "^1.2.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/marketo-form/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-marketo-form

## 0.8.3

### Patch Changes

- [#941](https://github.com/hashicorp/react-components/pull/941) [`855af8ac`](https://github.com/hashicorp/react-components/commit/855af8ac0cad8a89920b733c1f914d2dff91c391) Thanks [@BRKalow](https://github.com/BRKalow)! - Updates @hashicorp/platform-analytics to address type errors.

- Updated dependencies [[`b4ac21ad`](https://github.com/hashicorp/react-components/commit/b4ac21adec2d76163e1f6a9c3ca5173440d4a934)]:
- @hashicorp/react-form-fields@0.2.0

## 0.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/marketo-form/package.json
@@ -1,15 +1,15 @@
{
"name": "@hashicorp/react-marketo-form",
"description": "A form component that dynamically renders a Marketo form",
"version": "0.8.2",
"version": "0.8.3",
"author": "HashiCorp",
"contributors": [
"Dylan Staley"
],
"dependencies": {
"@hashicorp/platform-analytics": "^0.11.2",
"@hashicorp/react-button": "^6.2.0",
"@hashicorp/react-form-fields": "^0.1.1",
"@hashicorp/react-form-fields": "^0.2.0",
"@vercel/fetch": "^6.2.0",
"clsx": "^1.1.1",
"js-cookie": "^3.0.1",
Expand Down

1 comment on commit 8a12329

@vercel
Copy link

@vercel vercel bot commented on 8a12329 Apr 25, 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.