Skip to content

Commit

Permalink
Merge pull request #57 from huntabyte/link-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Aug 18, 2023
2 parents a70eeb0 + 23ef6d1 commit 09ce539
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-drinks-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

Export `LinkPreview`
2 changes: 1 addition & 1 deletion src/lib/bits/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export * as Collapsible from "./collapsible/index.js";
export * as ContextMenu from "./context-menu/index.js";
export * as Dialog from "./dialog/index.js";
export * as DropdownMenu from "./dropdown-menu/index.js";
export * as HoverCard from "./link-preview/index.js";
export * as LinkPreview from "./link-preview/index.js";
export * as Label from "./label/index.js";
export * as Menubar from "./menubar/index.js";
export * as Popover from "./popover/index.js";
Expand Down

0 comments on commit 09ce539

Please sign in to comment.