tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
37
fork
atom
overview
issues
2
pulls
pipelines
version bump
nekomimi.pet
3 months ago
83cb6478
c75b47ea
options
unified
split
Changed files
+3
-1
.gitignore
package.json
+2
.gitignore
···
24
24
*.njsproj
25
25
*.sln
26
26
*.sw?
27
27
+
28
28
+
*.tsbuildinfo
+1
-1
package.json
···
1
1
{
2
2
"name": "atproto-ui",
3
3
-
"version": "0.3.0",
3
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",