Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent f1a57ed commit 8f72e18
Show file tree
Hide file tree
Showing 102 changed files with 633 additions and 260 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-shoes-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-hornets-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-rings-promise.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/honest-parents-return.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/long-sheep-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-islands-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-countries-care.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [74057388]
- @leafygreen-ui/icon@12.0.0

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/avatar",
"version": "3.0.0",
"version": "3.0.1",
"description": "lg-chat Avatar",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/icon": "^11.29.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/logo": "^9.0.1",
"@leafygreen-ui/palette": "^4.0.8",
Expand Down
7 changes: 7 additions & 0 deletions chat/chat-disclaimer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lg-chat/chat-disclaimer

## 3.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- @leafygreen-ui/typography@18.2.3

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions chat/chat-disclaimer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/chat-disclaimer",
"version": "3.0.0",
"version": "3.0.1",
"description": "LeafyGreen UI Kit Chat Disclaimer",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -19,11 +19,11 @@
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/marketing-modal": "^4.2.1",
"@leafygreen-ui/tokens": "^2.5.1",
"@leafygreen-ui/typography": "^18.2.2"
"@leafygreen-ui/typography": "^18.2.3"
},
"devDependencies": {
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/modal": "^16.0.5"
"@leafygreen-ui/modal": "^16.0.6"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/chat-disclaimer",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions chat/chat-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-chat/chat-window

## 2.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [9079c0ae]
- @lg-chat/title-bar@2.0.1
- @lg-chat/avatar@3.0.1

## 2.0.0

### Major Changes
Expand Down
26 changes: 13 additions & 13 deletions chat/chat-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/chat-window",
"version": "2.0.0",
"version": "2.0.1",
"description": "lg-chat Chat Window",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -25,27 +25,27 @@
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.8",
"@leafygreen-ui/tokens": "^2.5.1",
"@lg-chat/avatar": "^3.0.0",
"@lg-chat/avatar": "^3.0.1",
"@lg-chat/leafygreen-chat-provider": "^2.0.0",
"@lg-chat/title-bar": "^2.0.0",
"@lg-chat/title-bar": "^2.0.1",
"react-keyed-flatten-children": "^2.2.1"
},
"devDependencies": {
"@leafygreen-ui/badge": "^8.1.1",
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/code": "^14.2.19",
"@leafygreen-ui/icon": "^11.29.1",
"@leafygreen-ui/code": "^14.3.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/input-option": "1.1.1",
"@leafygreen-ui/hooks": "^8.1.2",
"@leafygreen-ui/polymorphic": "^1.3.6",
"@leafygreen-ui/search-input": "^2.1.4",
"@leafygreen-ui/text-area": "^8.1.0",
"@leafygreen-ui/typography": "^18.2.2",
"@lg-chat/input-bar": "^4.0.0",
"@lg-chat/message": "^4.0.0",
"@lg-chat/message-feed": "^3.0.0",
"@lg-chat/message-prompts": "^2.0.0",
"@lg-chat/message-feedback": "^2.0.0"
"@leafygreen-ui/search-input": "^2.1.5",
"@leafygreen-ui/text-area": "^8.1.2",
"@leafygreen-ui/typography": "^18.2.3",
"@lg-chat/input-bar": "^4.0.1",
"@lg-chat/message": "^4.0.1",
"@lg-chat/message-feed": "^3.0.1",
"@lg-chat/message-prompts": "^2.0.1",
"@lg-chat/message-feedback": "^2.0.1"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.7"
Expand Down
12 changes: 12 additions & 0 deletions chat/fixed-chat-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lg-chat/fixed-chat-window

## 2.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [9079c0ae]
- Updated dependencies [74057388]
- @lg-chat/chat-window@2.0.1
- @lg-chat/title-bar@2.0.1
- @leafygreen-ui/icon@12.0.0
- @leafygreen-ui/typography@18.2.3

## 2.0.0

### Major Changes
Expand Down
28 changes: 14 additions & 14 deletions chat/fixed-chat-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/fixed-chat-window",
"version": "2.0.0",
"version": "2.0.1",
"description": "LeafyGreen UI Kit Fixed Chat Window",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -16,33 +16,33 @@
},
"dependencies": {
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/icon": "^11.29.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/leafygreen-provider": "^3.1.11",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.8",
"@leafygreen-ui/popover": "^11.3.0",
"@leafygreen-ui/tokens": "^2.5.1",
"@leafygreen-ui/typography": "^18.2.2",
"@lg-chat/chat-window": "^2.0.0",
"@lg-chat/title-bar": "^2.0.0",
"@leafygreen-ui/typography": "^18.2.3",
"@lg-chat/chat-window": "^2.0.1",
"@lg-chat/title-bar": "^2.0.1",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@leafygreen-ui/badge": "^8.1.1",
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/code": "^14.2.19",
"@leafygreen-ui/code": "^14.3.1",
"@leafygreen-ui/input-option": "1.1.1",
"@leafygreen-ui/hooks": "^8.1.2",
"@leafygreen-ui/logo": "^9.0.1",
"@leafygreen-ui/polymorphic": "^1.3.6",
"@leafygreen-ui/search-input": "^2.1.4",
"@leafygreen-ui/text-area": "^8.1.0",
"@lg-chat/avatar": "^3.0.0",
"@lg-chat/input-bar": "^4.0.0",
"@lg-chat/message": "^4.0.0",
"@lg-chat/message-feed": "^3.0.0",
"@lg-chat/message-prompts": "^2.0.0",
"@lg-chat/message-feedback": "^2.0.0"
"@leafygreen-ui/search-input": "^2.1.5",
"@leafygreen-ui/text-area": "^8.1.2",
"@lg-chat/avatar": "^3.0.1",
"@lg-chat/input-bar": "^4.0.1",
"@lg-chat/message": "^4.0.1",
"@lg-chat/message-feed": "^3.0.1",
"@lg-chat/message-prompts": "^2.0.1",
"@lg-chat/message-feedback": "^2.0.1"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.11"
Expand Down
10 changes: 10 additions & 0 deletions chat/input-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-chat/input-bar

## 4.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [74057388]
- @leafygreen-ui/icon@12.0.0
- @leafygreen-ui/search-input@2.1.5
- @leafygreen-ui/typography@18.2.3

## 4.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions chat/input-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/input-bar",
"version": "4.0.0",
"version": "4.0.1",
"description": "lg-chat Input Bar",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -25,15 +25,15 @@
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.1.2",
"@leafygreen-ui/icon": "^11.29.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/input-option": "^1.1.1",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.8",
"@leafygreen-ui/polymorphic": "^1.3.6",
"@leafygreen-ui/popover": "^11.3.0",
"@leafygreen-ui/search-input": "^2.1.4",
"@leafygreen-ui/search-input": "^2.1.5",
"@leafygreen-ui/tokens": "^2.5.1",
"@leafygreen-ui/typography": "^18.2.2",
"@leafygreen-ui/typography": "^18.2.3",
"lodash": "^4.17.21",
"react-keyed-flatten-children": "^1.3.0",
"react-textarea-autosize": "^8.3.2"
Expand Down
9 changes: 9 additions & 0 deletions chat/lg-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-chat/lg-markdown

## 2.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [a384a3d4]
- @leafygreen-ui/code@14.3.1
- @leafygreen-ui/typography@18.2.3

## 2.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions chat/lg-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/lg-markdown",
"version": "2.0.0",
"version": "2.0.1",
"description": "lg-chat LGMarkdown",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -21,11 +21,11 @@
"access": "public"
},
"dependencies": {
"@leafygreen-ui/code": "^14.2.19",
"@leafygreen-ui/code": "^14.3.1",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/tokens": "^2.5.1",
"@leafygreen-ui/typography": "^18.2.2",
"@leafygreen-ui/typography": "^18.2.3",
"react-markdown": "^8.0.7"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions chat/message-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-chat/message-feed

## 3.0.1

### Patch Changes

- 9079c0ae: Upgrades internal lg components
- Updated dependencies [9079c0ae]
- @lg-chat/message-rating@2.0.1
- @lg-chat/message@4.0.1
- @lg-chat/avatar@3.0.1

## 3.0.0

### Major Changes
Expand Down
18 changes: 9 additions & 9 deletions chat/message-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/message-feed",
"version": "3.0.0",
"version": "3.0.1",
"description": "lg-chat Message Feed",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -25,18 +25,18 @@
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.8",
"@leafygreen-ui/tokens": "^2.5.1",
"@lg-chat/avatar": "^3.0.0",
"@lg-chat/message": "^4.0.0",
"@lg-chat/message-rating": "^2.0.0"
"@lg-chat/avatar": "^3.0.1",
"@lg-chat/message": "^4.0.1",
"@lg-chat/message-rating": "^2.0.1"
},
"devDependencies": {
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/icon": "^11.29.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/marketing-modal": "^4.2.1",
"@leafygreen-ui/text-area": "^8.1.0",
"@leafygreen-ui/typography": "^18.2.2",
"@lg-chat/chat-disclaimer": "^3.0.0",
"@lg-chat/message-prompts": "^2.0.0"
"@leafygreen-ui/text-area": "^8.1.2",
"@leafygreen-ui/typography": "^18.2.3",
"@lg-chat/chat-disclaimer": "^3.0.1",
"@lg-chat/message-prompts": "^2.0.1"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.3",
Expand Down
Loading

0 comments on commit 8f72e18

Please sign in to comment.