Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from neynarxyz/ds/export-cast-card-component
Browse files Browse the repository at this point in the history
fix: export `CastCard` from the package so devs can pass custom data
  • Loading branch information
dylsteck authored Aug 12, 2024
2 parents a2feb58 + a960eb1 commit a6a39cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/react",
"version": "0.7.0",
"version": "0.7.1",
"description": "Farcaster frontend component library powered by Neynar",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
Expand Down
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { NeynarAuthButton } from "./organisms/NeynarAuthButton";
export { CastCard } from "./molecules/CastCard";
export { NeynarCastCard } from "./organisms/NeynarCastCard";
export { NeynarConversationList } from "./organisms/NeynarConversationList";
export { NeynarFeedList } from "./organisms/NeynarFeedList";
Expand Down

0 comments on commit a6a39cd

Please sign in to comment.