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
···
const isReply = !!parentUri;
const replyTargetHandle = replyParent?.author?.handle ?? parentHandle;
-
const replyTargetName = parentDisplayName ?? replyTargetHandle ?? formatDid(parentDid ?? "");
const postPreview = text.slice(0, 100);
const ariaLabel = text
+1 -1
package.json
···
{
"name": "atproto-ui",
-
"version": "0.11.3",
+
"version": "0.12",
"type": "module",
"description": "React components and hooks for rendering AT Protocol records.",
"main": "./lib-dist/index.js",