Skip to content

Commit 17a2952

Browse files
author
Gary Woodfine
committed
chore(release): v1.3.0
1 parent 7a32527 commit 17a2952

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.3.0
5+
6+
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.2.3...v1.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **components:** Add `CommentCommandBar` and update `NuxstrComments` ([602e7dd](https://github.com/threenine/nuxstr-comments/commit/602e7dd))
11+
- **components:** Add `CommentAuthor` and `CommentView` components, refactor `NuxstrComments` ([68b3132](https://github.com/threenine/nuxstr-comments/commit/68b3132))
12+
- **comments:** Add reply functionality, enhance command bar, and improve component integration ([163fd55](https://github.com/threenine/nuxstr-comments/commit/163fd55))
13+
- **comments:** Enhance reply functionality and refactor components ([8edd011](https://github.com/threenine/nuxstr-comments/commit/8edd011))
14+
- **comments:** Refactor comments and replies handling, introduce new components ([07cba76](https://github.com/threenine/nuxstr-comments/commit/07cba76))
15+
- **comments:** Refactor comments and replies handling, introduce new components ([6ee7039](https://github.com/threenine/nuxstr-comments/commit/6ee7039))
16+
- **comments:** Integrate reply counting and enhance UI for `CommentCommandBar` ([7a32527](https://github.com/threenine/nuxstr-comments/commit/7a32527))
17+
18+
### 💅 Refactors
19+
20+
- **components:** Update `NuxstrComments` styles and text for improved consistency ([65409af](https://github.com/threenine/nuxstr-comments/commit/65409af))
21+
- **app:** Restructure playground with dedicated pages and layout ([f956d2c](https://github.com/threenine/nuxstr-comments/commit/f956d2c))
22+
23+
### 📖 Documentation
24+
25+
- **README:** Add support section with donation links ([e11bcfb](https://github.com/threenine/nuxstr-comments/commit/e11bcfb))
26+
- **README:** Update support section and add FUNDING.yml ([f7ebb1a](https://github.com/threenine/nuxstr-comments/commit/f7ebb1a))
27+
- **README:** Update description for Nostr support ([a7fb8e3](https://github.com/threenine/nuxstr-comments/commit/a7fb8e3))
28+
29+
### ❤️ Contributors
30+
31+
- Gary Woodfine <lnb0l9dc@duck.com>
32+
433
## v1.2.3
534

635
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.2.2...v1.2.3)

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.2.3",
3+
"version": "1.3.0",
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)