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

version bump

Changed files
+3 -1
+2
.gitignore
··· 24 24 *.njsproj 25 25 *.sln 26 26 *.sw? 27 + 28 + *.tsbuildinfo
+1 -1
package.json
··· 1 1 { 2 2 "name": "atproto-ui", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "type": "module", 5 5 "description": "React components and hooks for rendering AT Protocol records.", 6 6 "main": "./lib-dist/index.js",