From 2893bf0f98ffc274c2fc9b2dc5f0b292af83e5b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Aug 2023 17:29:50 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-tomatoes-sit.md | 5 ----- .changeset/smooth-cobras-mix.md | 5 ----- packages/button/CHANGELOG.md | 6 ++++++ packages/button/package.json | 2 +- packages/expandable-card/CHANGELOG.md | 6 ++++++ packages/expandable-card/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/seven-tomatoes-sit.md delete mode 100644 .changeset/smooth-cobras-mix.md diff --git a/.changeset/seven-tomatoes-sit.md b/.changeset/seven-tomatoes-sit.md deleted file mode 100644 index cdfcbd57bd..0000000000 --- a/.changeset/seven-tomatoes-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@leafygreen-ui/expandable-card': patch ---- - -Updates `background-color` when rendered in dark mode to match design spec. diff --git a/.changeset/smooth-cobras-mix.md b/.changeset/smooth-cobras-mix.md deleted file mode 100644 index 7d615b332d..0000000000 --- a/.changeset/smooth-cobras-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@leafygreen-ui/button': patch ---- - -Retroactively updates changeset notes around reason to update Button from using `disabled` to `aria-disabled` under the hood. See details at version 20.0.0 diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 076adbe6f2..fbfa160e13 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,11 @@ # @leafygreen-ui/button +## 21.0.4 + +### Patch Changes + +- db014722: Retroactively updates changeset notes around reason to update Button from using `disabled` to `aria-disabled` under the hood. See details at version 20.0.0 + ## 21.0.3 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 1a3c4ceca8..7babcf59a1 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@leafygreen-ui/button", - "version": "21.0.3", + "version": "21.0.4", "description": "leafyGreen UI Kit Button", "main": "./dist/index.js", "module": "./dist/esm/index.js", diff --git a/packages/expandable-card/CHANGELOG.md b/packages/expandable-card/CHANGELOG.md index e1b378058a..a1c9f823d5 100644 --- a/packages/expandable-card/CHANGELOG.md +++ b/packages/expandable-card/CHANGELOG.md @@ -1,5 +1,11 @@ # @leafygreen-ui/expandable-card +## 3.0.17 + +### Patch Changes + +- 696fe27e: Updates `background-color` when rendered in dark mode to match design spec. + ## 3.0.16 ### Patch Changes diff --git a/packages/expandable-card/package.json b/packages/expandable-card/package.json index fd6944af3d..d2b1f3280e 100644 --- a/packages/expandable-card/package.json +++ b/packages/expandable-card/package.json @@ -1,6 +1,6 @@ { "name": "@leafygreen-ui/expandable-card", - "version": "3.0.16", + "version": "3.0.17", "description": "leafyGreen UI Kit Expandable Card", "main": "./dist/index.js", "module": "./dist/esm/index.js",