Skip to content

Commit

Permalink
Publish a new stable version (#244)
Browse files Browse the repository at this point in the history
* chore(release): publish a new release version

* chore: update yjs for react version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: yaolongfei <2991205548@qq.com>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 739f925 commit 1809d35
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-forks-design.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/pre.json

This file was deleted.

6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.6.0

### Minor Changes

- 739f925: refactor test\style\build

## 5.5.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/editor",
"version": "5.5.8",
"version": "5.6.0",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down
7 changes: 7 additions & 0 deletions packages/yjs-for-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/yjs-for-react

## 1.0.0

### Patch Changes

- Updated dependencies [739f925]
- @wangeditor-next/editor@5.6.0

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yjs-for-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/yjs-for-react",
"version": "0.1.6",
"version": "0.1.7",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.8",
"@wangeditor-next/editor": "5.5.8",
"@wangeditor-next/editor": "5.6.0",
"@wangeditor-next/yjs": "^0.1.6",
"react": ">=16.8.0",
"slate": "^0.72.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ __metadata:
y-protocols: "npm:^1.0.5"
peerDependencies:
"@wangeditor-next/core": 1.7.8
"@wangeditor-next/editor": 5.5.8
"@wangeditor-next/editor": 5.6.0
"@wangeditor-next/yjs": ^0.1.6
react: ">=16.8.0"
slate: ^0.72.0
Expand Down

0 comments on commit 1809d35

Please sign in to comment.