Skip to content

Commit b30aa68

Browse files
committed
fix(chat-layout): peer dep and init changeset
1 parent c37ed39 commit b30aa68

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.changeset/chat-layout.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
'@lg-chat/chat-layout': minor
33
---
44

5-
Initial release of `ChatLayout`
5+
Initial release with `ChatLayout`, `ChatMain`, and `ChatSideNav`
6+
- `ChatSideNav` is a compound component with the following subcomponents:
7+
- `ChatSideNav.Header`
8+
- `ChatSideNav.Content`
9+
- `ChatSideNav.SideNavItem`

chat/chat-layout/package.json

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

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)