Skip to content

Commit

Permalink
Version Packages (#501)
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
github-actions[bot] and github-actions[bot] committed Feb 3, 2022
1 parent 9e64fa1 commit e0083e5
Show file tree
Hide file tree
Showing 70 changed files with 355 additions and 109 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-worms-tease.md

This file was deleted.

37 changes: 0 additions & 37 deletions .changeset/twelve-drinks-kiss.md

This file was deleted.

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

## 3.0.2

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-accordion",
"description": "A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.",
"version": "3.0.1",
"version": "3.0.2",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
6 changes: 6 additions & 0 deletions packages/alert-banner/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-alert-banner

## 7.0.2

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert-banner/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-alert-banner",
"description": "Render an alert banner with text and a link",
"version": "7.0.1",
"version": "7.0.2",
"author": "HashiCorp",
"bugs": "https://github.com/hashicorp/react-components/issues?q=is:issue+%22alert-banner%22",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-button

## 6.0.4

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 6.0.3

### 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.0.3",
"version": "6.0.4",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante"
Expand Down
9 changes: 9 additions & 0 deletions packages/call-to-action/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-call-to-action

## 4.1.2

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-button@6.0.4

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/call-to-action/package.json
@@ -1,13 +1,13 @@
{
"name": "@hashicorp/react-call-to-action",
"description": "Display a title, content, and links in a call-to-action format",
"version": "4.1.1",
"version": "4.1.2",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/react-button": "^6.0.3"
"@hashicorp/react-button": "^6.0.4"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down
9 changes: 9 additions & 0 deletions packages/callouts/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-callouts

## 8.0.2

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-button@6.0.4

## 8.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/callouts/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-callouts",
"description": "Display a set of items, each with a title, description, option links, and an optional icon.",
"version": "8.0.1",
"version": "8.0.2",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.3",
"@hashicorp/react-button": "^6.0.4",
"@hashicorp/react-inline-svg": "^6.0.3",
"classnames": "^2.3.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/case-study-slider/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-case-study-slider

## 7.0.3

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-featured-slider@5.0.2
- @hashicorp/react-image@4.0.4

## 7.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/case-study-slider/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-case-study-slider",
"description": "displays up to three case studies",
"version": "7.0.2",
"version": "7.0.3",
"author": "HashiCorp",
"contributors": [
"Mike Wickett"
],
"dependencies": {
"@hashicorp/react-featured-slider": "^5.0.1",
"@hashicorp/react-image": "^4.0.3"
"@hashicorp/react-featured-slider": "^5.0.2",
"@hashicorp/react-image": "^4.0.4"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x",
Expand Down
6 changes: 6 additions & 0 deletions packages/code-block/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-code-block

## 4.4.1

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-code-block",
"description": "A simple code block with clipboard functionality",
"version": "4.4.0",
"version": "4.4.1",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/react-inline-svg": "^6.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/combobox/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-combobox

## 1.0.3

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 1.0.2

### 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.2",
"version": "1.0.3",
"author": "HashiCorp",
"contributors": [
"Jimmy Merritello",
Expand Down
9 changes: 9 additions & 0 deletions packages/consent-manager/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-consent-manager

## 7.1.1

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-button@6.0.4

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent-manager/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "7.1.0",
"version": "7.1.1",
"author": "HashiCorp",
"contributors": [
"Jennifer Yip",
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/react-button": "^6.0.3",
"@hashicorp/react-button": "^6.0.4",
"@hashicorp/react-toggle": "^4.0.1",
"classnames": "^2.3.1",
"js-cookie": "^2.2.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/content-cta/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-content-cta

## 4.0.1

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-button@6.0.4

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/content-cta/package.json
@@ -1,14 +1,14 @@
{
"name": "@hashicorp/react-content-cta",
"description": "alert style content callout with product theming",
"version": "4.0.0",
"version": "4.0.1",
"author": "HashiCorp",
"contributors": [
"Nicole Forrester"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.3",
"@hashicorp/react-button": "^6.0.4",
"classnames": "^2.3.1"
},
"license": "MPL-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/content/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-content

## 8.2.1

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

## 8.2.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/content/package.json
@@ -1,9 +1,12 @@
{
"name": "@hashicorp/react-content",
"description": "Styled prose content",
"version": "8.2.0",
"version": "8.2.1",
"author": "HashiCorp",
"contributors": ["Mike Wickett", "Zach Shilton"],
"contributors": [
"Mike Wickett",
"Zach Shilton"
],
"license": "MPL-2.0",
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.2.x",
Expand Down
10 changes: 10 additions & 0 deletions packages/docs-page/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-docs-page

## 14.14.1

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-content@8.2.1
- @hashicorp/react-search@6.4.1

## 14.14.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "14.14.0",
"version": "14.14.1",
"author": "HashiCorp",
"contributors": [
"Jeff Escalante",
Expand All @@ -11,11 +11,11 @@
"@hashicorp/platform-docs-mdx": "^0.1.3",
"@hashicorp/platform-markdown-utils": "^0.2.0",
"@hashicorp/react-alert": "^6.0.2",
"@hashicorp/react-content": "^8.2.0",
"@hashicorp/react-content": "^8.2.1",
"@hashicorp/react-docs-sidenav": "^8.4.1",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-placeholder": "^0.1.0",
"@hashicorp/react-search": "^6.4.0",
"@hashicorp/react-search": "^6.4.1",
"@hashicorp/react-version-select": "^0.3.0",
"classnames": "^2.3.1",
"fs-exists-sync": "^0.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/featured-slider/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-featured-slider

## 5.0.2

### Patch Changes

- [#498](https://github.com/hashicorp/react-components/pull/498) [`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e) Thanks [@BRKalow](https://github.com/BRKalow)! - Bumps underlying dependencies.

- Updated dependencies [[`e60fa8f`](https://github.com/hashicorp/react-components/commit/e60fa8f437a98f97f6c0ed396f194192cf5e376e)]:
- @hashicorp/react-button@6.0.4
- @hashicorp/react-image@4.0.4

## 5.0.1

### Patch Changes
Expand Down

0 comments on commit e0083e5

Please sign in to comment.