Skip to content

Commit f043bb8

Browse files
Version Packages (#1935)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 696fe27 commit f043bb8

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/seven-tomatoes-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-cobras-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/button/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @leafygreen-ui/button
22

3+
## 21.0.4
4+
5+
### Patch Changes
6+
7+
- 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
8+
39
## 21.0.3
410

511
### Patch Changes

packages/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leafygreen-ui/button",
3-
"version": "21.0.3",
3+
"version": "21.0.4",
44
"description": "leafyGreen UI Kit Button",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

packages/expandable-card/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @leafygreen-ui/expandable-card
22

3+
## 3.0.17
4+
5+
### Patch Changes
6+
7+
- 696fe27e: Updates `background-color` when rendered in dark mode to match design spec.
8+
39
## 3.0.16
410

511
### Patch Changes

packages/expandable-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leafygreen-ui/expandable-card",
3-
"version": "3.0.16",
3+
"version": "3.0.17",
44
"description": "leafyGreen UI Kit Expandable Card",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)