diff --git a/.changeset/old-comics-argue.md b/.changeset/old-comics-argue.md deleted file mode 100644 index 352829fa6..000000000 --- a/.changeset/old-comics-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-card': minor ---- - -Makes the `date` prop optional, preventing it and the `|` separator from rendering if not set. diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 9e97b8bd5..8ec34ae3a 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-card +## 0.15.0 + +### Minor Changes + +- [#1001](https://github.com/hashicorp/react-components/pull/1001) [`901bf28a`](https://github.com/hashicorp/react-components/commit/901bf28a1f3e61735c07444c41e9a4eb36324ba4) Thanks [@EnMod](https://github.com/EnMod)! - Makes the `date` prop optional, preventing it and the `|` separator from rendering if not set. + ## 0.14.0 ### Minor Changes diff --git a/packages/card/package.json b/packages/card/package.json index 4ab79a53c..2021425be 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/react-card", - "version": "0.14.0", + "version": "0.15.0", "description": "", "author": "HashiCorp", "license": "MPL-2.0", diff --git a/packages/related-content/CHANGELOG.md b/packages/related-content/CHANGELOG.md index acdf677bd..38d23aeb0 100644 --- a/packages/related-content/CHANGELOG.md +++ b/packages/related-content/CHANGELOG.md @@ -1,5 +1,12 @@ # @hashicorp/react-related-content +## 0.3.8 + +### Patch Changes + +- Updated dependencies [[`901bf28a`](https://github.com/hashicorp/react-components/commit/901bf28a1f3e61735c07444c41e9a4eb36324ba4)]: + - @hashicorp/react-card@0.15.0 + ## 0.3.7 ### Patch Changes diff --git a/packages/related-content/package.json b/packages/related-content/package.json index a9031d5ad..43bb5dc0e 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.7", + "version": "0.3.8", "description": "", "author": "HashiCorp", "license": "MPL-2.0", "dependencies": { "classnames": "^2.3.1", - "@hashicorp/react-card": "^0.14.0", + "@hashicorp/react-card": "^0.15.0", "@hashicorp/react-standalone-link": "^0.4.0" }, "peerDependencies": {