Skip to content

Commit a82fa34

Browse files
Publish a new stable version (#532)
* 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 3f6d567 commit a82fa34

File tree

16 files changed

+69
-26
lines changed

16 files changed

+69
-26
lines changed

.changeset/hip-hairs-tell.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.31
4+
5+
### Patch Changes
6+
7+
- 3f6d567: fix(table): allow parsing for TH elements in table module
8+
- Updated dependencies [3f6d567]
9+
- @wangeditor-next/table-module@1.6.42
10+
311
## 5.6.30
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.30",
3+
"version": "5.6.31",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -59,7 +59,7 @@
5959
"@wangeditor-next/code-highlight": "~1.3.29",
6060
"@wangeditor-next/core": "~1.7.32",
6161
"@wangeditor-next/list-module": "~1.1.38",
62-
"@wangeditor-next/table-module": "~1.6.41",
62+
"@wangeditor-next/table-module": "~1.6.42",
6363
"@wangeditor-next/upload-image-module": "~1.1.35",
6464
"@wangeditor-next/video-module": "~1.3.38",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f6d567]
8+
- @wangeditor-next/editor@5.6.31
9+
310
## 1.0.15
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.15",
3+
"version": "1.0.16",
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.30",
44+
"@wangeditor-next/editor": "5.6.31",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f6d567]
8+
- @wangeditor-next/editor@5.6.31
9+
310
## 1.0.15
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.15",
3+
"version": "1.0.16",
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.30",
47+
"@wangeditor-next/editor": "5.6.31",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f6d567]
8+
- @wangeditor-next/editor@5.6.31
9+
310
## 1.0.15
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.15",
3+
"version": "1.0.16",
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.30",
44+
"@wangeditor-next/editor": "5.6.31",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f6d567]
8+
- @wangeditor-next/editor@5.6.31
9+
310
## 1.0.15
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.15",
3+
"version": "1.0.16",
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.30",
44+
"@wangeditor-next/editor": "5.6.31",
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.42
4+
5+
### Patch Changes
6+
7+
- 3f6d567: fix(table): allow parsing for TH elements in table module
8+
39
## 1.6.41
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.41",
3+
"version": "1.6.42",
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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f6d567]
8+
- @wangeditor-next/editor@5.6.31
9+
310
## 0.1.41
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.41",
3+
"version": "0.1.42",
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.30",
59+
"@wangeditor-next/editor": "5.6.31",
6060
"@wangeditor-next/yjs": "^0.1.30",
6161
"react": ">=16.8.0",
6262
"slate": "^0.72.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,7 @@ __metadata:
35943594
"@wangeditor-next/code-highlight": "npm:~1.3.29"
35953595
"@wangeditor-next/core": "npm:~1.7.32"
35963596
"@wangeditor-next/list-module": "npm:~1.1.38"
3597-
"@wangeditor-next/table-module": "npm:~1.6.41"
3597+
"@wangeditor-next/table-module": "npm:~1.6.42"
35983598
"@wangeditor-next/upload-image-module": "npm:~1.1.35"
35993599
"@wangeditor-next/video-module": "npm:~1.3.38"
36003600
dom7: "npm:^4.0.0"
@@ -3627,7 +3627,7 @@ __metadata:
36273627
version: 0.0.0-use.local
36283628
resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image"
36293629
peerDependencies:
3630-
"@wangeditor-next/editor": 5.6.30
3630+
"@wangeditor-next/editor": 5.6.31
36313631
dom7: ^3.0.0 || ^4.0.0
36323632
slate: ^0.72.0
36333633
snabbdom: ^3.1.0
@@ -3642,7 +3642,7 @@ __metadata:
36423642
katex: "npm:^0.16.0"
36433643
nanoid: "npm:^5.0.0"
36443644
peerDependencies:
3645-
"@wangeditor-next/editor": 5.6.30
3645+
"@wangeditor-next/editor": 5.6.31
36463646
katex: ^0.16.0
36473647
snabbdom: ^3.1.0
36483648
languageName: unknown
@@ -3652,7 +3652,7 @@ __metadata:
36523652
version: 0.0.0-use.local
36533653
resolution: "@wangeditor-next/plugin-link-card@workspace:packages/plugin-link-card"
36543654
peerDependencies:
3655-
"@wangeditor-next/editor": 5.6.30
3655+
"@wangeditor-next/editor": 5.6.31
36563656
dom7: ^3.0.0 || ^4.0.0
36573657
slate: ^0.72.0
36583658
snabbdom: ^3.1.0
@@ -3663,14 +3663,14 @@ __metadata:
36633663
version: 0.0.0-use.local
36643664
resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown"
36653665
peerDependencies:
3666-
"@wangeditor-next/editor": 5.6.30
3666+
"@wangeditor-next/editor": 5.6.31
36673667
dom7: ^3.0.0 || ^4.0.0
36683668
slate: ^0.72.0
36693669
snabbdom: ^3.1.0
36703670
languageName: unknown
36713671
linkType: soft
36723672

3673-
"@wangeditor-next/table-module@npm:~1.6.41, @wangeditor-next/table-module@workspace:packages/table-module":
3673+
"@wangeditor-next/table-module@npm:~1.6.42, @wangeditor-next/table-module@workspace:packages/table-module":
36743674
version: 0.0.0-use.local
36753675
resolution: "@wangeditor-next/table-module@workspace:packages/table-module"
36763676
peerDependencies:
@@ -3799,7 +3799,7 @@ __metadata:
37993799
use-sync-external-store: "npm:^1.2.0"
38003800
y-protocols: "npm:^1.0.5"
38013801
peerDependencies:
3802-
"@wangeditor-next/editor": 5.6.30
3802+
"@wangeditor-next/editor": 5.6.31
38033803
"@wangeditor-next/yjs": ^0.1.30
38043804
react: ">=16.8.0"
38053805
slate: ^0.72.0

0 commit comments

Comments
 (0)