Skip to content

Commit

Permalink
chore(release): publish a new release version (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2024
1 parent c0224de commit b6c411e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-garlics-grin.md

This file was deleted.

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

## 5.5.6

### Patch Changes

- 94f8470: revert modify table with hook
- Updated dependencies [94f8470]
- @wangeditor-next/table-module@1.6.2

## 5.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "5.5.6",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@wangeditor-next/code-highlight": "^1.3.1",
"@wangeditor-next/core": "^1.7.4",
"@wangeditor-next/list-module": "^1.1.9",
"@wangeditor-next/table-module": "^1.6.1",
"@wangeditor-next/table-module": "^1.6.2",
"@wangeditor-next/upload-image-module": "^1.1.5",
"@wangeditor-next/video-module": "^1.3.8",
"dom7": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.6.2

### Patch Changes

- 94f8470: revert modify table with hook

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/table-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/table-module",
"version": "1.6.1",
"version": "1.6.2",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
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

## 0.1.2

### Patch Changes

- Updated dependencies [94f8470]
- @wangeditor-next/editor@5.5.6

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down Expand Up @@ -58,7 +58,7 @@
"peerDependencies": {
"react": ">=16.8.0",
"@wangeditor-next/core": "1.7.4",
"@wangeditor-next/editor": "5.5.5",
"@wangeditor-next/editor": "5.5.6",
"@wangeditor-next/yjs": "^0.1.2",
"slate": "^0.72.0",
"yjs": "^13.5.29"
Expand Down

0 comments on commit b6c411e

Please sign in to comment.