Skip to content

Commit

Permalink
Version Packages (#2461)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2024
1 parent 06f8370 commit f76a5dc
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-hotels-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-games-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-ducks-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-chefs-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-wolves-call.md

This file was deleted.

13 changes: 13 additions & 0 deletions chat/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lg-chat/message

## 4.3.0

### Minor Changes

- f6f49c65e: Adds exports for the MessageLinks component & types

### Patch Changes

- Updated dependencies [82bcd310a]
- Updated dependencies [f91e1ce97]
- @lg-chat/rich-links@1.2.0
- @leafygreen-ui/tokens@2.11.0

## 4.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions chat/message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/message",
"version": "4.2.2",
"version": "4.3.0",
"description": "lg-chat Message",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -26,10 +26,10 @@
"@leafygreen-ui/lib": "^13.6.0",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/polymorphic": "^2.0.0",
"@leafygreen-ui/tokens": "^2.9.0",
"@leafygreen-ui/tokens": "^2.11.0",
"@leafygreen-ui/typography": "^19.2.0",
"@lg-chat/lg-markdown": "^2.0.2",
"@lg-chat/rich-links": "^1.0.1"
"@lg-chat/rich-links": "^1.2.0"
},
"devDependencies": {
"@lg-chat/avatar": "^3.1.0",
Expand Down
11 changes: 11 additions & 0 deletions chat/rich-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lg-chat/rich-links

## 1.2.0

### Minor Changes

- 82bcd310a: Adds a new "Article" rich link variant

### Patch Changes

- Updated dependencies [f91e1ce97]
- @leafygreen-ui/tokens@2.11.0

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/rich-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/rich-links",
"version": "1.1.1",
"version": "1.2.0",
"description": "lg-chat Rich Links",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -22,7 +22,7 @@
"@leafygreen-ui/lib": "^12.0.0",
"@leafygreen-ui/palette": "^4.1.0",
"@leafygreen-ui/polymorphic": "^2.0.2",
"@leafygreen-ui/tokens": "^2.6.0",
"@leafygreen-ui/tokens": "^2.11.0",
"@leafygreen-ui/typography": "^19.3.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/confirmation-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leafygreen-ui/confirmation-modal

## 5.2.1

### Patch Changes

- 330616d55: Omits `children` from `cancelButtonProps`. The text will always render `cancel`.
- Updated dependencies [f91e1ce97]
- @leafygreen-ui/tokens@2.11.0

## 5.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/confirmation-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/confirmation-modal",
"version": "5.2.0",
"version": "5.2.1",
"description": "leafyGreen UI Kit Confirmation Modal",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@leafygreen-ui/modal": "^16.0.8",
"@leafygreen-ui/palette": "^4.0.10",
"@leafygreen-ui/text-input": "^13.1.0",
"@leafygreen-ui/tokens": "^2.8.0",
"@leafygreen-ui/tokens": "^2.11.0",
"@leafygreen-ui/typography": "^19.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @leafygreen-ui/table

## 12.7.0

### Minor Changes

- 24786ff3d: - c3906f78: - Exports `getTestUtils`, a util to reliably interact with `LG Table` in a product test suite. For more details, check out the [README](https://github.com/mongodb/leafygreen-ui/tree/main/packages/table#test-harnesses) [LG-4171](https://jira.mongodb.org/browse/LG-4171)
- Exports the constant, `LGIDS` which stores `data-lgid` values.

### Patch Changes

- Updated dependencies [f91e1ce97]
- @leafygreen-ui/tokens@2.11.0

## 12.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/table",
"version": "12.6.4",
"version": "12.7.0",
"description": "leafyGreen UI Kit Table",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@leafygreen-ui/lib": "^13.6.0",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/polymorphic": "^2.0.0",
"@leafygreen-ui/tokens": "^2.9.0",
"@leafygreen-ui/tokens": "^2.11.0",
"@leafygreen-ui/typography": "^19.2.0",
"@lg-tools/test-harnesses": "^0.1.2",
"@tanstack/react-table": "^8.13.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/tokens

## 2.11.0

### Minor Changes

- f91e1ce97: Unsets lowest level shadow for darkMode. (sets `shadow.dark[100]` to `"unset"`)

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/tokens",
"version": "2.10.0",
"version": "2.11.0",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit f76a5dc

Please sign in to comment.