diff --git a/.changeset/fresh-beans-rush.md b/.changeset/fresh-beans-rush.md new file mode 100644 index 0000000000..964866b8e3 --- /dev/null +++ b/.changeset/fresh-beans-rush.md @@ -0,0 +1,5 @@ +--- +'@lg-chat/message': patch +--- + +Fixes an import issue with the `links` prop implementation diff --git a/chat/message/package.json b/chat/message/package.json index 5067f780c4..d11eaf6044 100644 --- a/chat/message/package.json +++ b/chat/message/package.json @@ -29,7 +29,7 @@ "@leafygreen-ui/tokens": "^2.5.2", "@leafygreen-ui/typography": "^19.0.0", "@lg-chat/lg-markdown": "^2.0.2", - "@lg-chat/rich-links": "^1.0.0" + "@lg-chat/rich-links": "^1.0.1" }, "devDependencies": { "@lg-chat/avatar": "^3.1.0",