Skip to content

Commit 3fefe74

Browse files
authored
[LG-5575] fix(chat): remove references to @lg-chat/leafygreen-chat-provider@6.0.0 (#3303)
* fix(chat): update LG chat provider peer dep to not refer to v6 * chore(chat): changesets
1 parent 1220de4 commit 3fefe74

File tree

19 files changed

+18
-32
lines changed

19 files changed

+18
-32
lines changed

.changeset/rms-chat-layout.md

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

.changeset/rms-chat-window.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- All chat components have been simplified by removing variant-specific conditional logic.
98
- Removed `onClose` and `iconSlot` props from `ChatWindowProps`. These props were only used in the spacious variant.

.changeset/rms-input-bar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- Removed deprecated `lgInputBarStyles` export.
98
- All chat components have been simplified by removing variant-specific conditional logic.
109
- Removed props: `badgeText`, `shouldRenderGradient`, and `shouldRenderHotKeyIndicator`

.changeset/rms-message-feed.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- Removed deprecated `lgMessageFeedStyles` export.
98
- All chat components have been simplified by removing variant-specific conditional logic.

.changeset/rms-message-feedback.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- Removed `PopoverMessageFeedback` component and `PopoverMessageFeedbackProps` type exports.

.changeset/rms-message-rating.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- Removed deprecated `lgMessageRatingStyles` export.
98
- All chat components have been simplified by removing variant-specific conditional logic.
109
- Removed `description` prop.

.changeset/rms-message.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- Removed the following exports:
98
- `lgMessageStyles`
109
- `MessageContainer` component, `lgMessageContainerStyles`, and `MessageContainerProps` type

.changeset/rms-title-bar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[LG-5575](https://jira.mongodb.org/browse/LG-5575)
66

7-
- Added compatibility with `@lg-chat/leafygreen-chat-provider@6.0.0`. We recommend new projects use `@lg-chat/leafygreen-chat-provider` v6; support for v5 will be removed in a future major version.
87
- All chat components have been simplified by removing variant-specific conditional logic.
98
- Removed `align`, `iconSlot`, and `onClose` props.
109
- Removed `Align` enum export.

chat/chat-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",
44-
"@lg-chat/leafygreen-chat-provider": "workspace:^5.1.0 || workspace:^6.0.0"
44+
"@lg-chat/leafygreen-chat-provider": "workspace:^5.1.0"
4545
},
4646
"devDependencies": {
4747
"@lg-chat/chat-window": "workspace:^",

chat/chat-window/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"peerDependencies": {
3434
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",
35-
"@lg-chat/leafygreen-chat-provider": "workspace:^5.1.0 || workspace:^6.0.0"
35+
"@lg-chat/leafygreen-chat-provider": "workspace:^5.1.0"
3636
},
3737
"exports": {
3838
".": {

0 commit comments

Comments
 (0)