Skip to content

Commit 636b6bc

Browse files
Version Packages (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e5067a commit 636b6bc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: .changeset/fine-things-make.md

-5
This file was deleted.

Diff for: .changeset/tender-spoons-decide.md

-5
This file was deleted.

Diff for: packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fuma-comment/react
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- ec35824: Add emoji picker
8+
- ec35824: Redesign replies UI
9+
310
## 1.2.1
411

512
### Patch Changes

Diff for: packages/react/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@fuma-comment/react",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"author": "Fuma Nama",
77
"homepage": "https://fuma-comment.vercel.app",
88
"repository": "https://github.com/fuma-nama/fuma-comment",
9-
"files": ["./dist", "./css"],
9+
"files": [
10+
"./dist",
11+
"./css"
12+
],
1013
"license": "MIT",
1114
"type": "module",
1215
"exports": {

0 commit comments

Comments
 (0)