Skip to content

Commit

Permalink
Version Packages (#333)
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 Sep 13, 2021
1 parent 44a0e60 commit 98232e8
Show file tree
Hide file tree
Showing 33 changed files with 126 additions and 40 deletions.
20 changes: 0 additions & 20 deletions .changeset/afraid-gifts-protect.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 3.0.0

### Major 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.0",
"version": "3.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/callouts/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-callouts

## 8.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/callouts/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-callouts",
"description": "Display a set of items, each with a title, description, option links, and an optional icon.",
"version": "8.0.0",
"version": "8.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/case-study-slider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-case-study-slider

## 7.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

- Updated dependencies [[`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6)]:
- @hashicorp/react-featured-slider@5.0.1

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/case-study-slider/package.json
@@ -1,11 +1,11 @@
{
"name": "@hashicorp/react-case-study-slider",
"description": "displays up to three case studies",
"version": "7.0.0",
"version": "7.0.1",
"author": "HashiCorp",
"contributors": ["Mike Wickett"],
"dependencies": {
"@hashicorp/react-featured-slider": "^5.0.0",
"@hashicorp/react-featured-slider": "^5.0.1",
"@hashicorp/react-image": "^4.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/checkbox-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-checkbox-input

## 5.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-checkbox-input",
"description": "A boolean input that displays a checkbox and label.",
"version": "5.0.0",
"version": "5.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/consent-manager/CHANGELOG.md
@@ -1,5 +1,14 @@
# @hashicorp/react-consent-manager

## 7.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

- Updated dependencies [[`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6)]:
- @hashicorp/react-toggle@4.0.1

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent-manager/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "7.0.0",
"version": "7.0.1",
"author": "HashiCorp",
"contributors": ["Jennifer Yip", "Jeff Escalante"],
"dependencies": {
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-toggle": "^4.0.0",
"@hashicorp/react-toggle": "^4.0.1",
"classnames": "^2.3.1",
"js-cookie": "^2.2.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/enterprise-alert/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-enterprise-alert

## 6.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/enterprise-alert/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-enterprise-alert",
"description": "Render an alert used to note the requirement of an enterprise product",
"version": "6.0.0",
"version": "6.0.1",
"author": "HashiCorp",
"bugs": "https://github.com/hashicorp/react-components/issues?q=is:issue+%22enterprise-alert%22",
"contributors": ["Jeff Escalante"],
Expand Down
6 changes: 6 additions & 0 deletions packages/featured-slider/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-featured-slider

## 5.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/featured-slider/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-featured-slider",
"description": "featured slider for case studies",
"version": "5.0.0",
"version": "5.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/learn-callout/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-learn-callout

## 2.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/learn-callout/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-learn-callout",
"version": "2.0.0",
"version": "2.0.1",
"description": "A split view of CTA to the learn platform and tutorial links.",
"author": "Hashicorp",
"license": "MPL-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/logo-grid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-logo-grid

## 5.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logo-grid/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-logo-grid",
"description": "a grid showcasing company logos",
"version": "5.0.0",
"version": "5.0.1",
"author": "HashiCorp",
"contributors": ["Jeff Escalante"],
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/min-100-layout/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-min-100-layout

## 2.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/min-100-layout/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@hashicorp/react-min-100-layout",
"description": "The `<Min100Layout />` component is used to render page layouts that include footers, and are intended to have a minimum height of `100vh`, such that the footer always appears at the bottom of the viewport.",
"author": "HashiCorp",
"version": "2.0.0",
"version": "2.0.1",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/search/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-search

## 6.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 6.0.0

### Major 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.0.0",
"version": "6.0.1",
"author": "HashiCorp",
"contributors": ["Kevin Pruett", "Jimmy Merritello"],
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/subnav/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-subnav

## 9.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/subnav/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-subnav",
"description": "Displays a navigation bar, with links and a call-to-action.",
"version": "9.0.0",
"version": "9.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/tabbed-accordion/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/react-tabbed-accordion

## 5.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

- Updated dependencies [[`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6)]:
- @hashicorp/react-accordion@3.0.1
- @hashicorp/react-tabs@7.0.1

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/tabbed-accordion/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-tabbed-accordion",
"description": "Tabs with accordions nested inside",
"version": "5.0.0",
"version": "5.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
"@hashicorp/react-accordion": "^3.0.0",
"@hashicorp/react-tabs": "^7.0.0",
"@hashicorp/react-accordion": "^3.0.1",
"@hashicorp/react-tabs": "^7.0.1",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tabs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-tabs

## 7.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-tabs",
"description": "Display content in a tabbed interface",
"version": "7.0.0",
"version": "7.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/text-input/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-text-input

## 5.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-text-input",
"description": "Text field input to be used in formik forms",
"version": "5.0.0",
"version": "5.0.1",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/toggle/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-toggle

## 4.0.1

### Patch Changes

- [#330](https://github.com/hashicorp/react-components/pull/330) [`44a0e60`](https://github.com/hashicorp/react-components/commit/44a0e60b577a36978275ef1b0efa0e351a9802c6) Thanks [@zchsh](https://github.com/zchsh)! - Removes package-lock.json

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toggle/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-toggle",
"description": "a simple toggle",
"version": "4.0.0",
"version": "4.0.1",
"author": "HashiCorp",
"contributors": ["Jennifer Yip", "Jeff Escalante"],
"license": "MPL-2.0",
Expand Down

0 comments on commit 98232e8

Please sign in to comment.