Skip to content

Commit 9cbf120

Browse files
author
Gary Woodfine
committed
chore(release): v1.5.1
1 parent 68fd2e2 commit 9cbf120

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v1.5.1
5+
6+
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.5.0...v1.5.1)
7+
8+
### 🩹 Fixes
9+
10+
- **ReplyButton:** Remove extra spaces in imports and computed property ([8bd2dfe](https://github.com/threenine/nuxstr-comments/commit/8bd2dfe))
11+
12+
### 💅 Refactors
13+
14+
- **components:** Rename `CommentCommandBar` to `ReplyButton` and improve reply UI ([1f89445](https://github.com/threenine/nuxstr-comments/commit/1f89445))
15+
- **components:** Standardize casing in `ReplyButton` template elements ([8726305](https://github.com/threenine/nuxstr-comments/commit/8726305))
16+
- **components:** Update spacing and styles in reply-related components ([b780258](https://github.com/threenine/nuxstr-comments/commit/b780258))
17+
- **runtime:** Update imports and typings for improved consistency ([6933618](https://github.com/threenine/nuxstr-comments/commit/6933618))
18+
- **runtime:** Standardize `useReplies` import and improve type annotations ([68fd2e2](https://github.com/threenine/nuxstr-comments/commit/68fd2e2))
19+
20+
### 📖 Documentation
21+
22+
- **README:** Update comment configuration and tagging details ([73ad389](https://github.com/threenine/nuxstr-comments/commit/73ad389))
23+
24+
### ❤️ Contributors
25+
26+
- Gary Woodfine <lnb0l9dc@duck.com>
27+
428
## v1.5.0
529

630
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.4.0...v1.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threenine/nuxstr-comments",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Nuxt module to enable Nostr Comments on Nuxt 4 based websites",
55
"repository": "threenine/nuxstr-comments",
66
"license": "MIT",

0 commit comments

Comments
 (0)