Skip to content

Commit 04d7d10

Browse files
chore(release): publish a new release version (#549)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b790d7b commit 04d7d10

File tree

15 files changed

+61
-18
lines changed

15 files changed

+61
-18
lines changed

.changeset/slow-rocks-jump.md

-5
This file was deleted.

packages/editor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.6.32
4+
5+
### Patch Changes
6+
7+
- aa01136: update snabbdom version
8+
39
## 5.6.31
410

511
### Patch Changes

packages/editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/editor",
3-
"version": "5.6.31",
3+
"version": "5.6.32",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",

packages/plugin-float-image/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-float-image
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 1.0.16
411

512
### Patch Changes

packages/plugin-float-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-float-image",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "wangEditor float image plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.31",
44+
"@wangeditor-next/editor": "5.6.32",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.6.0"

packages/plugin-formula/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-formula
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 1.0.16
411

512
### Patch Changes

packages/plugin-formula/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-formula",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "wangEditor next formula 公式",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"katex": "^0.16.0"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/editor": "5.6.31",
47+
"@wangeditor-next/editor": "5.6.32",
4848
"katex": "^0.16.0",
4949
"snabbdom": "^3.6.0"
5050
},

packages/plugin-link-card/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-link-card
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 1.0.16
411

512
### Patch Changes

packages/plugin-link-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-link-card",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "wangEditor link card plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.31",
44+
"@wangeditor-next/editor": "5.6.32",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.6.0"

packages/plugin-markdown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-markdown
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 1.0.16
411

512
### Patch Changes

packages/plugin-markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-markdown",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "wangEditor markdown plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.31",
44+
"@wangeditor-next/editor": "5.6.32",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.6.0"

packages/plugin-mention/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-mention
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 1.0.1
411

512
### Patch Changes

packages/plugin-mention/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-mention",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "wangEditor mention plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.31",
44+
"@wangeditor-next/editor": "5.6.32",
4545
"snabbdom": "^3.6.0"
4646
}
4747
}

packages/yjs-for-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/yjs-for-react
22

3+
## 0.1.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa01136]
8+
- @wangeditor-next/editor@5.6.32
9+
310
## 0.1.42
411

512
### Patch Changes

packages/yjs-for-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/yjs-for-react",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"description": "React specific components/utils for wangeditor-next-yjs.",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -58,7 +58,7 @@
5858
"y-protocols": "^1.0.5"
5959
},
6060
"peerDependencies": {
61-
"@wangeditor-next/editor": "5.6.31",
61+
"@wangeditor-next/editor": "5.6.32",
6262
"@wangeditor-next/yjs": "^0.1.30",
6363
"react": ">=17.0.2",
6464
"slate": "^0.72.0",

0 commit comments

Comments
 (0)