Skip to content

Commit

Permalink
Version Packages (#925)
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 Mar 30, 2023
1 parent c0939f9 commit 5332f19
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-rats-complain.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [#924](https://github.com/hashicorp/react-components/pull/924) [`c0939f9d`](https://github.com/hashicorp/react-components/commit/c0939f9da88f8da89d7700b5985f4aa4691facbb) Thanks [@dstaley](https://github.com/dstaley)! - Add support for email links in PersonCard

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-card",
"version": "0.10.2",
"version": "0.11.0",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/related-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hashicorp/react-related-content

## 0.3.4

### Patch Changes

- Updated dependencies [[`c0939f9d`](https://github.com/hashicorp/react-components/commit/c0939f9da88f8da89d7700b5985f4aa4691facbb)]:
- @hashicorp/react-card@0.11.0

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/related-content/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hashicorp/react-related-content",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
"dependencies": {
"classnames": "^2.3.1",
"@hashicorp/react-card": "^0.10.0",
"@hashicorp/react-card": "^0.11.0",
"@hashicorp/react-standalone-link": "^0.4.0"
},
"peerDependencies": {
Expand Down

1 comment on commit 5332f19

@vercel
Copy link

@vercel vercel bot commented on 5332f19 Mar 30, 2023

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.