From db3dfbf4ada01ac567aba3cf4f8e95afac85ac13 Mon Sep 17 00:00:00 2001 From: HashiBot <62622282+hashibot-web@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:44:17 -0400 Subject: [PATCH] Version Packages (#985) Co-authored-by: github-actions[bot] --- .changeset/hot-students-knock.md | 5 ----- packages/card/CHANGELOG.md | 6 ++++++ packages/card/package.json | 2 +- packages/related-content/CHANGELOG.md | 7 +++++++ packages/related-content/package.json | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/hot-students-knock.md diff --git a/.changeset/hot-students-knock.md b/.changeset/hot-students-knock.md deleted file mode 100644 index 7e3aefbed..000000000 --- a/.changeset/hot-students-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-card': minor ---- - -Updates NewsroomCard with new/updated props, and creates a LogoThumbnail primitive for use within NewsroomCard diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 8042ec0fd..30c959859 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-card +## 0.12.0 + +### Minor Changes + +- [#982](https://github.com/hashicorp/react-components/pull/982) [`95de3a34`](https://github.com/hashicorp/react-components/commit/95de3a34f3df2814ae06e040f4672197f3570a86) Thanks [@EnMod](https://github.com/EnMod)! - Updates NewsroomCard with new/updated props, and creates a LogoThumbnail primitive for use within NewsroomCard + ## 0.11.0 ### Minor Changes diff --git a/packages/card/package.json b/packages/card/package.json index 552c9ad00..1fd2cc069 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/react-card", - "version": "0.11.0", + "version": "0.12.0", "description": "", "author": "HashiCorp", "license": "MPL-2.0", diff --git a/packages/related-content/CHANGELOG.md b/packages/related-content/CHANGELOG.md index c1423ab14..1e967afd5 100644 --- a/packages/related-content/CHANGELOG.md +++ b/packages/related-content/CHANGELOG.md @@ -1,5 +1,12 @@ # @hashicorp/react-related-content +## 0.3.5 + +### Patch Changes + +- Updated dependencies [[`95de3a34`](https://github.com/hashicorp/react-components/commit/95de3a34f3df2814ae06e040f4672197f3570a86)]: + - @hashicorp/react-card@0.12.0 + ## 0.3.4 ### Patch Changes diff --git a/packages/related-content/package.json b/packages/related-content/package.json index fe5443d5c..a0303a947 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.4", + "version": "0.3.5", "description": "", "author": "HashiCorp", "license": "MPL-2.0", "dependencies": { "classnames": "^2.3.1", - "@hashicorp/react-card": "^0.11.0", + "@hashicorp/react-card": "^0.12.0", "@hashicorp/react-standalone-link": "^0.4.0" }, "peerDependencies": {