Skip to content

Commit 3d95f5d

Browse files
Publish a new stable version (#480)
* chore(release): publish a new release version * chore: update yarn.lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: cycleccc <2991205548@qq.com>
1 parent 592c7b6 commit 3d95f5d

File tree

16 files changed

+69
-26
lines changed

16 files changed

+69
-26
lines changed

.changeset/perfect-years-tap.md

-6
This file was deleted.

packages/editor/CHANGELOG.md

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

3+
## 5.6.25
4+
5+
### Patch Changes
6+
7+
- 592c7b6: fix(table): add colLength judge
8+
- Updated dependencies [592c7b6]
9+
- @wangeditor-next/table-module@1.6.36
10+
311
## 5.6.24
412

513
### Patch Changes

packages/editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/editor",
3-
"version": "5.6.24",
3+
"version": "5.6.25",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -59,7 +59,7 @@
5959
"@wangeditor-next/code-highlight": "~1.3.25",
6060
"@wangeditor-next/core": "~1.7.28",
6161
"@wangeditor-next/list-module": "~1.1.34",
62-
"@wangeditor-next/table-module": "~1.6.35",
62+
"@wangeditor-next/table-module": "~1.6.36",
6363
"@wangeditor-next/upload-image-module": "~1.1.31",
6464
"@wangeditor-next/video-module": "~1.3.34",
6565
"dom7": "^4.0.0",

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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [592c7b6]
8+
- @wangeditor-next/editor@5.6.25
9+
310
## 1.0.9
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.9",
3+
"version": "1.0.10",
44
"description": "wangEditor float image plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/cycleccc/wangEditor/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.24",
44+
"@wangeditor-next/editor": "5.6.25",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [592c7b6]
8+
- @wangeditor-next/editor@5.6.25
9+
310
## 1.0.9
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.9",
3+
"version": "1.0.10",
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.24",
47+
"@wangeditor-next/editor": "5.6.25",
4848
"katex": "^0.16.0",
4949
"snabbdom": "^3.1.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [592c7b6]
8+
- @wangeditor-next/editor@5.6.25
9+
310
## 1.0.9
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.9",
3+
"version": "1.0.10",
44
"description": "wangEditor link card plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/cycleccc/wangEditor/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.24",
44+
"@wangeditor-next/editor": "5.6.25",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [592c7b6]
8+
- @wangeditor-next/editor@5.6.25
9+
310
## 1.0.9
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.9",
3+
"version": "1.0.10",
44
"description": "wangEditor markdown plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/cycleccc/wangEditor/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.24",
44+
"@wangeditor-next/editor": "5.6.25",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.0"

packages/table-module/CHANGELOG.md

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

3+
## 1.6.36
4+
5+
### Patch Changes
6+
7+
- 592c7b6: fix(table): add colLength judge
8+
39
## 1.6.35
410

511
### Patch Changes

packages/table-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/table-module",
3-
"version": "1.6.35",
3+
"version": "1.6.36",
44
"description": "wangEditor table module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",

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.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [592c7b6]
8+
- @wangeditor-next/editor@5.6.25
9+
310
## 0.1.35
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.35",
3+
"version": "0.1.36",
44
"description": "React specific components/utils for wangeditor-next-yjs.",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -56,7 +56,7 @@
5656
"y-protocols": "^1.0.5"
5757
},
5858
"peerDependencies": {
59-
"@wangeditor-next/editor": "5.6.24",
59+
"@wangeditor-next/editor": "5.6.25",
6060
"@wangeditor-next/yjs": "^0.1.26",
6161
"react": ">=16.8.0",
6262
"slate": "^0.72.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3729,7 +3729,7 @@ __metadata:
37293729
"@wangeditor-next/code-highlight": "npm:~1.3.25"
37303730
"@wangeditor-next/core": "npm:~1.7.28"
37313731
"@wangeditor-next/list-module": "npm:~1.1.34"
3732-
"@wangeditor-next/table-module": "npm:~1.6.35"
3732+
"@wangeditor-next/table-module": "npm:~1.6.36"
37333733
"@wangeditor-next/upload-image-module": "npm:~1.1.31"
37343734
"@wangeditor-next/video-module": "npm:~1.3.34"
37353735
dom7: "npm:^4.0.0"
@@ -3762,7 +3762,7 @@ __metadata:
37623762
version: 0.0.0-use.local
37633763
resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image"
37643764
peerDependencies:
3765-
"@wangeditor-next/editor": 5.6.24
3765+
"@wangeditor-next/editor": 5.6.25
37663766
dom7: ^3.0.0 || ^4.0.0
37673767
slate: ^0.72.0
37683768
snabbdom: ^3.1.0
@@ -3777,7 +3777,7 @@ __metadata:
37773777
katex: "npm:^0.16.0"
37783778
nanoid: "npm:^3.2.0"
37793779
peerDependencies:
3780-
"@wangeditor-next/editor": 5.6.24
3780+
"@wangeditor-next/editor": 5.6.25
37813781
katex: ^0.16.0
37823782
snabbdom: ^3.1.0
37833783
languageName: unknown
@@ -3787,7 +3787,7 @@ __metadata:
37873787
version: 0.0.0-use.local
37883788
resolution: "@wangeditor-next/plugin-link-card@workspace:packages/plugin-link-card"
37893789
peerDependencies:
3790-
"@wangeditor-next/editor": 5.6.24
3790+
"@wangeditor-next/editor": 5.6.25
37913791
dom7: ^3.0.0 || ^4.0.0
37923792
slate: ^0.72.0
37933793
snabbdom: ^3.1.0
@@ -3798,14 +3798,14 @@ __metadata:
37983798
version: 0.0.0-use.local
37993799
resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown"
38003800
peerDependencies:
3801-
"@wangeditor-next/editor": 5.6.24
3801+
"@wangeditor-next/editor": 5.6.25
38023802
dom7: ^3.0.0 || ^4.0.0
38033803
slate: ^0.72.0
38043804
snabbdom: ^3.1.0
38053805
languageName: unknown
38063806
linkType: soft
38073807

3808-
"@wangeditor-next/table-module@npm:~1.6.35, @wangeditor-next/table-module@workspace:packages/table-module":
3808+
"@wangeditor-next/table-module@npm:~1.6.36, @wangeditor-next/table-module@workspace:packages/table-module":
38093809
version: 0.0.0-use.local
38103810
resolution: "@wangeditor-next/table-module@workspace:packages/table-module"
38113811
peerDependencies:
@@ -3934,7 +3934,7 @@ __metadata:
39343934
use-sync-external-store: "npm:^1.2.0"
39353935
y-protocols: "npm:^1.0.5"
39363936
peerDependencies:
3937-
"@wangeditor-next/editor": 5.6.24
3937+
"@wangeditor-next/editor": 5.6.25
39383938
"@wangeditor-next/yjs": ^0.1.26
39393939
react: ">=16.8.0"
39403940
slate: ^0.72.0

0 commit comments

Comments
 (0)