+
Changelogs
- {!isPending &&
- data &&
- data.map((changelog) => {
- return
{changelog.title}
- })}
+
+ {!isPending &&
+ data &&
+ data.map((changelog) => {
+ return (
+
+
+
+ {changelog.title}
+
+
+ Versions: {changelog.computed.versionCount}
+
+ Commits: {changelog.computed.commitCount}
+
+
+
+ )
+ })}
+
+
+
+
+ New Changelog
+
+
+
+
+
+
+
)
}
diff --git a/bun.lockb b/bun.lockb
index 361a8e5..3f06cd1 100755
Binary files a/bun.lockb and b/bun.lockb differ