A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.

version bump

Changed files
+1 -2
lib
components
-1
lib/components/BlueskyPostList.tsx
··· 299 299 300 300 const isReply = !!parentUri; 301 301 const replyTargetHandle = replyParent?.author?.handle ?? parentHandle; 302 - const replyTargetName = parentDisplayName ?? replyTargetHandle ?? formatDid(parentDid ?? ""); 303 302 304 303 const postPreview = text.slice(0, 100); 305 304 const ariaLabel = text
+1 -1
package.json
··· 1 1 { 2 2 "name": "atproto-ui", 3 - "version": "0.11.3", 3 + "version": "0.12", 4 4 "type": "module", 5 5 "description": "React components and hooks for rendering AT Protocol records.", 6 6 "main": "./lib-dist/index.js",