Skip to content

Commit 69f8936

Browse files
Version Packages (#121)
1 parent 283637c commit 69f8936

File tree

8 files changed

+34
-18
lines changed

8 files changed

+34
-18
lines changed

.changeset/plenty-insects-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-bats-bow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fuma-comment/next
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- 283637c: Bump deps
8+
- Updated dependencies [283637c]
9+
- @fuma-comment/server@1.2.4
10+
311
## 1.2.3
412

513
### Patch Changes

packages/next/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@fuma-comment/next",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"module": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"type": "module",
77
"author": "Fuma Nama",
88
"homepage": "https://fuma-comment.vercel.app",
99
"repository": "https://github.com/fuma-nama/fuma-comment",
10-
"files": ["./dist"],
10+
"files": [
11+
"./dist"
12+
],
1113
"license": "MIT",
1214
"scripts": {
1315
"lint": "biome lint .",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fuma-comment/react
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- 283637c: Support setting `placeholder` on `CommentsPost` and `Comments`
8+
- 283637c: Bump deps
9+
310
## 1.2.3
411

512
### Patch Changes

packages/react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@fuma-comment/react",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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": {

packages/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuma-comment/server
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- 283637c: Bump deps
8+
39
## 1.2.3
410

511
### Patch Changes

packages/server/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuma-comment/server",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"author": "Fuma Nama",
55
"homepage": "https://fuma-comment.vercel.app",
66
"repository": "https://github.com/fuma-nama/fuma-comment",
@@ -34,7 +34,9 @@
3434
"import": "./dist/adapters/*.js"
3535
}
3636
},
37-
"files": ["./dist"],
37+
"files": [
38+
"./dist"
39+
],
3840
"license": "MIT",
3941
"scripts": {
4042
"lint": "biome lint .",

0 commit comments

Comments
 (0)