Skip to content

Commit

Permalink
Version Packages (#327)
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 8, 2021
1 parent 73927a8 commit dcde100
Show file tree
Hide file tree
Showing 73 changed files with 312 additions and 239 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-singers-draw.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/dirty-lemons-accept.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/five-pens-mate.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/good-insects-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/honest-comics-jam.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/khaki-meals-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-crabs-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/loud-cameras-rush.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-berries-act.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-melons-crash.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pretty-mayflies-serve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-snakes-tap.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/real-shirts-juggle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rich-bugs-heal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/selfish-pigs-agree.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/short-hotels-yawn.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/smart-countries-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-dingos-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-poems-confess.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tasty-rings-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thin-poets-matter.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/three-parrots-joke.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/unlucky-pears-appear.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @hashicorp/react-accordion

## 3.0.0

### Major Changes

- [#300](https://github.com/hashicorp/react-components/pull/300) [`b46f4e4`](https://github.com/hashicorp/react-components/commit/b46f4e41301f6450afa22a3795194941fccd9dae) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-accordion/style.css` imports.
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -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": "2.0.3",
"version": "3.0.0",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/call-to-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hashicorp/react-call-to-action

## 4.0.0

### Major Changes

- [#301](https://github.com/hashicorp/react-components/pull/301) [`a1dc710`](https://github.com/hashicorp/react-components/commit/a1dc710957d4025ae2e93089751ffb0348639cb3) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-call-to-action/style.css` imports.
- To support overrides in projects, consumers can use the `className` prop.
- For example, you can pass `className="g-call-to-action` to retain existing overrides.

## 3.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/call-to-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-call-to-action",
"description": "Display a title, content, and links in a call-to-action format",
"version": "3.1.5",
"version": "4.0.0",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/callouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hashicorp/react-callouts

## 8.0.0

### Major Changes

- [#302](https://github.com/hashicorp/react-components/pull/302) [`b839fc3`](https://github.com/hashicorp/react-components/commit/b839fc35cd5d5542150a08ae90f9300d7ec76f14) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-callouts/style.css` imports.
- To support overrides in projects, consumers can use the `className` prop.
- For example, you can pass `className="g-callouts` to retain existing overrides.

## 7.1.5

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/callouts/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "@hashicorp/react-callouts",
"description": "Display a set of items, each with a title, description, option links, and an optional icon.",
"version": "7.1.5",
"version": "8.0.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"contributors": ["Zach Shilton"],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/case-study-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hashicorp/react-case-study-slider

## 7.0.0

### Major Changes

- [#303](https://github.com/hashicorp/react-components/pull/303) [`d8f4d4a`](https://github.com/hashicorp/react-components/commit/d8f4d4ae7d8f12f2f8929dd91887bb903b07a66b) Thanks [@zchsh](https://github.com/zchsh)! - - 💥 BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-case-study-slider/style.css` imports.
- To support overrides in projects, consumers can use the `className` prop.
- For example, you can pass `className="g-case-study-slider` to retain existing overrides.
- 🔨 Refactors to re-use work in `featured-slider`
- Props interface remains unchanged

### Patch Changes

- Updated dependencies [[`d8f4d4a`](https://github.com/hashicorp/react-components/commit/d8f4d4ae7d8f12f2f8929dd91887bb903b07a66b)]:
- @hashicorp/react-featured-slider@5.0.0

## 6.1.5

### Patch Changes
Expand Down
8 changes: 3 additions & 5 deletions packages/case-study-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@hashicorp/react-case-study-slider",
"description": "displays up to three case studies",
"version": "6.1.5",
"version": "7.0.0",
"author": "HashiCorp",
"contributors": [
"Mike Wickett"
],
"contributors": ["Mike Wickett"],
"dependencies": {
"@hashicorp/react-featured-slider": "^4.1.4",
"@hashicorp/react-featured-slider": "^5.0.0",
"@hashicorp/react-image": "^4.0.1"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/checkbox-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @hashicorp/react-checkbox-input

## 5.0.0

### Major Changes

- [#304](https://github.com/hashicorp/react-components/pull/304) [`58d66d7`](https://github.com/hashicorp/react-components/commit/58d66d724962a4c38716430ac218a0019f275e8f) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-checkbox-input/style.css` imports.
- To support overrides in projects, consumers can use the `className` prop.
- For example, consumers can pass `className="g-checkbox-input` to retain existing overrides.
2 changes: 1 addition & 1 deletion packages/checkbox-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-checkbox-input",
"description": "A boolean input that displays a checkbox and label.",
"version": "4.0.3",
"version": "5.0.0",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"dependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/consent-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hashicorp/react-consent-manager

## 7.0.0

### Major Changes

- [#305](https://github.com/hashicorp/react-components/pull/305) [`740f35b`](https://github.com/hashicorp/react-components/commit/740f35b2888c9cd0a2068408350e2e7efaa0ed32) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-consent-manager/style.css` imports.
- Note: we've added CSS to hide `consent-manager` from Percy by default
- This is achieved by an `@media only percy` rule on the root element
- We've added support for a `className` to allow this behavior to be overridden as needed

### Patch Changes

- Updated dependencies [[`15f0689`](https://github.com/hashicorp/react-components/commit/15f068946720d4c10ce5385683da18e8ade0088c)]:
- @hashicorp/react-toggle@4.0.0

## 6.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "6.0.3",
"version": "7.0.0",
"author": "HashiCorp",
"contributors": ["Jennifer Yip", "Jeff Escalante"],
"dependencies": {
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-toggle": "^3.0.3",
"@hashicorp/react-toggle": "^4.0.0",
"classnames": "^2.3.1",
"js-cookie": "^2.2.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/content-cta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hashicorp/react-content-cta

## 4.0.0

### Major Changes

- [#306](https://github.com/hashicorp/react-components/pull/306) [`1eceec6`](https://github.com/hashicorp/react-components/commit/1eceec61c76b23eceaa8f5be58a282578da081d6) Thanks [@zchsh](https://github.com/zchsh)! - - 💥✨ BREAKING CHANGE: Converts to CSS modules.
- Consumers will need to remove any `@hashicorp/react-content-cta/style.css` imports.
- To support overrides in projects, consumers can use the `className` prop.

## 3.1.5

### Patch Changes
Expand Down
Loading

1 comment on commit dcde100

@vercel
Copy link

@vercel vercel bot commented on dcde100 Sep 8, 2021

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.