Skip to content

Commit

Permalink
Version Packages (#807)
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 9, 2022
1 parent 96c4ecf commit ea508ba
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-eyes-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-insects-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-pots-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-jeans-decide.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- Updated dependencies [[`96c4ecf6`](https://github.com/hashicorp/react-components/commit/96c4ecf6c82d3cc947c0c41faea499ce808180ab)]:
- @hashicorp/react-standalone-link@0.2.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/actions/package.json
@@ -1,13 +1,13 @@
{
"name": "@hashicorp/react-actions",
"version": "0.4.0",
"version": "0.4.1",
"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.1.1",
"@hashicorp/react-standalone-link": "^0.2.0",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/call-to-action/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-call-to-action

## 5.2.0

### Minor Changes

- [#809](https://github.com/hashicorp/react-components/pull/809) [`ba3fb840`](https://github.com/hashicorp/react-components/commit/ba3fb8408c15184bdccb67af2cf7a484ba13a3c8) Thanks [@pbortnick](https://github.com/pbortnick)! - fix(Call To Action): Make product prop optional

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/call-to-action/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-call-to-action",
"description": "Display a title, content, and links in a call-to-action format",
"version": "5.1.0",
"version": "5.2.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
Expand Down
6 changes: 6 additions & 0 deletions packages/inline-video/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-inline-video

## 0.1.1

### Patch Changes

- [#783](https://github.com/hashicorp/react-components/pull/783) [`509c4728`](https://github.com/hashicorp/react-components/commit/509c4728f6f2bae163156282ba6dab83e7efa732) Thanks [@EnMod](https://github.com/EnMod)! - Initial release of `<VideoFeature />`. Also adjusts description for `url` prop of `<InlineVideo />` and its mobile breakpoint.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-video/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-inline-video",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/marketo-form/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-marketo-form

## 0.3.1

### Patch Changes

- [#802](https://github.com/hashicorp/react-components/pull/802) [`67020b77`](https://github.com/hashicorp/react-components/commit/67020b77bccd38298078d3b5e1fa8757a81e09d8) Thanks [@dstaley](https://github.com/dstaley)! - Throw error if form query parameter is missing

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/marketo-form/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-marketo-form",
"description": "A form component that dynamically renders a Marketo form",
"version": "0.3.0",
"version": "0.3.1",
"author": "HashiCorp",
"contributors": [
"Dylan Staley"
Expand Down
11 changes: 11 additions & 0 deletions packages/next-steps/CHANGELOG.md
@@ -1,5 +1,16 @@
# @hashicorp/react-next-steps

## 0.5.0

### Minor Changes

- [#806](https://github.com/hashicorp/react-components/pull/806) [`96c4ecf6`](https://github.com/hashicorp/react-components/commit/96c4ecf6c82d3cc947c0c41faea499ce808180ab) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! - Replace custom SVG with ExpandableArrow component

### Patch Changes

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

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-actions": "^0.4.0",
"@hashicorp/react-actions": "^0.4.1",
"@hashicorp/react-expandable-arrow": "^0.0.2",
"@hashicorp/react-intro": "^0.5.0",
"classnames": "^2.3.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/related-content/CHANGELOG.md
@@ -1,5 +1,12 @@
# @hashicorp/react-related-content

## 0.2.1

### Patch Changes

- Updated dependencies [[`96c4ecf6`](https://github.com/hashicorp/react-components/commit/96c4ecf6c82d3cc947c0c41faea499ce808180ab)]:
- @hashicorp/react-standalone-link@0.2.0

## 0.2.0

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

## 0.2.0

### Minor Changes

- [#806](https://github.com/hashicorp/react-components/pull/806) [`96c4ecf6`](https://github.com/hashicorp/react-components/commit/96c4ecf6c82d3cc947c0c41faea499ce808180ab) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! - Replace custom SVG with ExpandableArrow component

## 0.1.2

### Patch 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.1.2",
"version": "0.2.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/video-feature/CHANGELOG.md
@@ -0,0 +1,12 @@
# @hashicorp/react-video-feature

## 0.1.0

### Minor Changes

- [#783](https://github.com/hashicorp/react-components/pull/783) [`509c4728`](https://github.com/hashicorp/react-components/commit/509c4728f6f2bae163156282ba6dab83e7efa732) Thanks [@EnMod](https://github.com/EnMod)! - Initial release of `<VideoFeature />`. Also adjusts description for `url` prop of `<InlineVideo />` and its mobile breakpoint.

### Patch Changes

- Updated dependencies [[`509c4728`](https://github.com/hashicorp/react-components/commit/509c4728f6f2bae163156282ba6dab83e7efa732)]:
- @hashicorp/react-inline-video@0.1.1
4 changes: 2 additions & 2 deletions packages/video-feature/package.json
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-video-feature",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/react-author-byline": "^0.2.0",
"@hashicorp/react-inline-video": "^0.1.0",
"@hashicorp/react-inline-video": "^0.1.1",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down

1 comment on commit ea508ba

@vercel
Copy link

@vercel vercel bot commented on ea508ba Nov 9, 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.