diff --git a/.changeset/forty-paws-tease.md b/.changeset/forty-paws-tease.md deleted file mode 100644 index e9b93047e..000000000 --- a/.changeset/forty-paws-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/react-card": minor ---- - -feat(react-card): add isExternal prop to allow card link to open in new tab diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 9f4a974a5..9e97b8bd5 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-card +## 0.14.0 + +### Minor Changes + +- [#997](https://github.com/hashicorp/react-components/pull/997) [`33ace018`](https://github.com/hashicorp/react-components/commit/33ace018726cba053118248294f74cc32a614908) Thanks [@pbortnick](https://github.com/pbortnick)! - feat(react-card): add isExternal prop to allow card link to open in new tab + ## 0.13.0 ### Minor Changes diff --git a/packages/card/package.json b/packages/card/package.json index 096978986..4ab79a53c 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/react-card", - "version": "0.13.0", + "version": "0.14.0", "description": "", "author": "HashiCorp", "license": "MPL-2.0", diff --git a/packages/related-content/CHANGELOG.md b/packages/related-content/CHANGELOG.md index 85348ea85..acdf677bd 100644 --- a/packages/related-content/CHANGELOG.md +++ b/packages/related-content/CHANGELOG.md @@ -1,5 +1,12 @@ # @hashicorp/react-related-content +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`33ace018`](https://github.com/hashicorp/react-components/commit/33ace018726cba053118248294f74cc32a614908)]: + - @hashicorp/react-card@0.14.0 + ## 0.3.6 ### Patch Changes diff --git a/packages/related-content/package.json b/packages/related-content/package.json index f2e991939..a9031d5ad 100644 --- a/packages/related-content/package.json +++ b/packages/related-content/package.json @@ -1,12 +1,12 @@ { "name": "@hashicorp/react-related-content", - "version": "0.3.6", + "version": "0.3.7", "description": "", "author": "HashiCorp", "license": "MPL-2.0", "dependencies": { "classnames": "^2.3.1", - "@hashicorp/react-card": "^0.13.0", + "@hashicorp/react-card": "^0.14.0", "@hashicorp/react-standalone-link": "^0.4.0" }, "peerDependencies": {