Skip to content

Commit

Permalink
Version Packages (#819)
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 Nov 14, 2022
1 parent 5009393 commit 10cfad0
Show file tree
Hide file tree
Showing 26 changed files with 121 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-items-boil.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/silver-cars-care.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/actions/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hashicorp/react-actions

## 0.4.2

### Patch Changes

- Updated dependencies [[`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37)]:
- @hashicorp/react-button@6.3.0
- @hashicorp/react-standalone-link@0.3.0

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/actions/package.json
@@ -1,13 +1,13 @@
{
"name": "@hashicorp/react-actions",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.2.0",
"@hashicorp/react-standalone-link": "^0.2.0",
"@hashicorp/react-button": "^6.3.0",
"@hashicorp/react-standalone-link": "^0.3.0",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-button

## 6.3.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-button",
"description": "A clickable text box that allows a user to take an action.",
"version": "6.2.1",
"version": "6.3.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
10 changes: 10 additions & 0 deletions packages/card/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-card

## 0.6.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

### Patch Changes

- [#820](https://github.com/hashicorp/react-components/pull/820) [`50093938`](https://github.com/hashicorp/react-components/commit/50093938f070e489c94e866097b7278b78f72a4c) Thanks [@EnMod](https://github.com/EnMod)! - Refactors Card primitive to use its own type. Fixes type errors stemming from children being set as a key on BaseCardProps.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-card",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/docs-sidenav/CHANGELOG.md
@@ -1,5 +1,16 @@
# @hashicorp/react-docs-sidenav

## 9.1.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

### Patch Changes

- Updated dependencies [[`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37)]:
- @hashicorp/react-link-wrap@3.1.0

## 9.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-sidenav/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-docs-sidenav",
"description": "Sidebar used for navigation HashiCorp docs",
"version": "9.0.2",
"version": "9.1.0",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-link-wrap": "^3.0.3",
"@hashicorp/react-link-wrap": "^3.1.0",
"fuzzysearch": "1.0.3"
},
"license": "MPL-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/error-view/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-error-view

## 0.2.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/error-view/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-error-view",
"description": "error view for use on docs sites",
"version": "0.1.0",
"version": "0.2.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
7 changes: 7 additions & 0 deletions packages/link-wrap/CHANGELOG.md
@@ -0,0 +1,7 @@
# @hashicorp/react-link-wrap

## 3.1.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13
2 changes: 1 addition & 1 deletion packages/link-wrap/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-link-wrap",
"description": "Wraps a standard 'a' element to enable NextJS Link usage",
"version": "3.0.3",
"version": "3.1.0",
"author": "Hashicorp",
"contributors": [
"Jeff Escalante"
Expand Down
11 changes: 11 additions & 0 deletions packages/next-steps/CHANGELOG.md
@@ -1,5 +1,16 @@
# @hashicorp/react-next-steps

## 0.6.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

### Patch Changes

- Updated dependencies []:
- @hashicorp/react-actions@0.4.2

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next-steps/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-next-steps",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-actions": "^0.4.1",
"@hashicorp/react-actions": "^0.4.2",
"@hashicorp/react-expandable-arrow": "^0.0.2",
"@hashicorp/react-intro": "^0.6.0",
"classnames": "^2.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/pricing-features/CHANGELOG.md
@@ -1,5 +1,16 @@
# @hashicorp/react-pricing-features

## 0.2.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

### Patch Changes

- Updated dependencies [[`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37)]:
- @hashicorp/react-button@6.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pricing-features/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-pricing-features",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/flight-icons": "^2.0.2",
"@hashicorp/react-button": "^6.2.1",
"@hashicorp/react-button": "^6.3.0",
"@reach/tabs": "^0.16.1",
"@reach/visually-hidden": "^0.16.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/pricing-tiers/CHANGELOG.md
@@ -1,5 +1,16 @@
# @hashicorp/react-pricing-tiers

## 0.2.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

### Patch Changes

- Updated dependencies [[`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37)]:
- @hashicorp/react-button@6.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pricing-tiers/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-pricing-tiers",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"classnames": "^2.3.1",
"@hashicorp/react-button": "^6.2.0"
"@hashicorp/react-button": "^6.3.0"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down
8 changes: 8 additions & 0 deletions packages/related-content/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hashicorp/react-related-content

## 0.2.2

### Patch Changes

- Updated dependencies [[`50093938`](https://github.com/hashicorp/react-components/commit/50093938f070e489c94e866097b7278b78f72a4c), [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37)]:
- @hashicorp/react-card@0.6.0
- @hashicorp/react-standalone-link@0.3.0

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/related-content/package.json
@@ -1,13 +1,13 @@
{
"name": "@hashicorp/react-related-content",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"classnames": "^2.3.1",
"@hashicorp/react-card": "^0.2.0",
"@hashicorp/react-standalone-link": "^0.2.0"
"@hashicorp/react-card": "^0.6.0",
"@hashicorp/react-standalone-link": "^0.3.0"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down
6 changes: 6 additions & 0 deletions packages/search/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-search

## 6.5.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

## 6.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-search",
"description": "Algolia-powered search component",
"version": "6.4.1",
"version": "6.5.0",
"author": "HashiCorp",
"contributors": [
"Kevin Pruett",
Expand Down
6 changes: 6 additions & 0 deletions packages/standalone-link/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-standalone-link

## 0.3.0

### Minor Changes

- [#808](https://github.com/hashicorp/react-components/pull/808) [`45fe15ee`](https://github.com/hashicorp/react-components/commit/45fe15eec86e09d324624b0398e81edd92b3af37) Thanks [@dstaley](https://github.com/dstaley)! - Use `legacyBehavior` prop for `next/link` to support Next v13

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/standalone-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-standalone-link",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down

1 comment on commit 10cfad0

@vercel
Copy link

@vercel vercel bot commented on 10cfad0 Nov 14, 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.