Skip to content

Commit

Permalink
Merge pull request #39 from fuma-nama/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fuma-nama authored Aug 22, 2024
2 parents 3a2e033 + b4cf0e5 commit 34da6c8
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-wombats-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-frogs-sparkle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-rats-know.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @fuma-comment/next

## 0.6.0

### Minor Changes

- 878ca15: Support comment mentions
- 878ca15: Change usage of `CustomComment`

### Patch Changes

- Updated dependencies [878ca15]
- Updated dependencies [878ca15]
- @fuma-comment/server@0.6.0

## 0.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuma-comment/next",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Fuma Nama",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuma-comment/react

## 0.6.0

### Minor Changes

- 878ca15: Combine `StorageProvider` into `CommentsProvider`
- 878ca15: Support comment mentions
- 878ca15: Change usage of `CustomComment`

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuma-comment/react",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Fuma Nama",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuma-comment/server

## 0.6.0

### Minor Changes

- 878ca15: Support comment mentions
- 878ca15: Change usage of `CustomComment`

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuma-comment/server",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Fuma Nama",
Expand Down

0 comments on commit 34da6c8

Please sign in to comment.