Skip to content

Commit 349a97f

Browse files
Version Packages (#3050)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f75e629 commit 349a97f

File tree

9 files changed

+23
-20
lines changed

9 files changed

+23
-20
lines changed

.changeset/every-camels-play.md

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

.changeset/ninety-kings-build.md

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

.changeset/puny-laws-thank.md

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

chat/suggestions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lg-chat/suggestions
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- f75e629: [LG-5432](https://jira.mongodb.org/browse/LG-5432): add `'apply'` state value to conditionally render apply button. `'unset'` state will now no longer render the apply button. Also enables HTMLDivElement props to spread to the root container node and removes the fixed width. Styles can be further customized using `className` prop.

chat/suggestions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
{
32
"name": "@lg-chat/suggestions",
4-
"version": "0.1.0",
3+
"version": "0.2.0",
54
"description": "LeafyGreen UI Kit Suggestion Card",
65
"main": "./dist/umd/index.js",
76
"module": "./dist/esm/index.js",

packages/badge/CHANGELOG.md

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

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- 036315f: Adds `purple` to Variant set
8+
39
## 10.0.4
410

511
### Patch Changes

packages/badge/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/badge",
3-
"version": "10.0.4",
3+
"version": "10.1.0",
44
"description": "leafyGreen UI Kit Badge",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

packages/table/CHANGELOG.md

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

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- 67ad755: Fixes the issue where `Table` rows would not re-render when the cell renderer changes in an existing column. [LG-5429](https://jira.mongodb.org/browse/LG-5429)
8+
With this fix, whenever the cell renderer changes in an existing column, all rows will re-render.
9+
310
## 15.1.0
411

512
### Minor Changes

packages/table/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/table",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "leafyGreen UI Kit Table",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)