Skip to content

Commit e3cbe33

Browse files
Publish a new stable version (#511)
* 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 76fb46e commit e3cbe33

30 files changed

+169
-69
lines changed

.changeset/lucky-beds-decide.md

-6
This file was deleted.

packages/basic-modules/CHANGELOG.md

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

3+
## 1.5.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
310
## 1.5.30
411

512
### Patch Changes

packages/basic-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/basic-modules",
3-
"version": "1.5.30",
3+
"version": "1.5.31",
44
"description": "wangEditor basic modules",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.30",
47+
"@wangeditor-next/core": "1.7.31",
4848
"dom7": "^3.0.0 || ^4.0.0",
4949
"lodash.throttle": "^4.1.1",
5050
"nanoid": "^5.0.0",

packages/code-highlight/CHANGELOG.md

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

3+
## 1.3.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
310
## 1.3.27
411

512
### Patch Changes

packages/code-highlight/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/code-highlight",
3-
"version": "1.3.27",
3+
"version": "1.3.28",
44
"description": "wangEditor code-highlight module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.30",
47+
"@wangeditor-next/core": "1.7.31",
4848
"dom7": "^3.0.0 || ^4.0.0",
4949
"slate": "^0.72.0",
5050
"snabbdom": "^3.1.0"

packages/core/CHANGELOG.md

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

3+
## 1.7.31
4+
5+
### Patch Changes
6+
7+
- 76fb46e: fix(table): forbidden tabale drag event
8+
39
## 1.7.30
410

511
### Patch Changes

packages/core/package.json

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

packages/editor/CHANGELOG.md

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

3+
## 5.6.29
4+
5+
### Patch Changes
6+
7+
- 76fb46e: fix(table): forbidden tabale drag event
8+
- Updated dependencies [76fb46e]
9+
- @wangeditor-next/core@1.7.31
10+
- @wangeditor-next/basic-modules@1.5.31
11+
- @wangeditor-next/code-highlight@1.3.28
12+
- @wangeditor-next/list-module@1.1.37
13+
- @wangeditor-next/table-module@1.6.40
14+
- @wangeditor-next/upload-image-module@1.1.34
15+
- @wangeditor-next/video-module@1.3.37
16+
317
## 5.6.28
418

519
### Patch Changes

packages/editor/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/editor",
3-
"version": "5.6.28",
3+
"version": "5.6.29",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -55,13 +55,13 @@
5555
"dependencies": {
5656
"@uppy/core": "^2.1.1",
5757
"@uppy/xhr-upload": "^2.0.3",
58-
"@wangeditor-next/basic-modules": "~1.5.30",
59-
"@wangeditor-next/code-highlight": "~1.3.27",
60-
"@wangeditor-next/core": "~1.7.30",
61-
"@wangeditor-next/list-module": "~1.1.36",
62-
"@wangeditor-next/table-module": "~1.6.39",
63-
"@wangeditor-next/upload-image-module": "~1.1.33",
64-
"@wangeditor-next/video-module": "~1.3.36",
58+
"@wangeditor-next/basic-modules": "~1.5.31",
59+
"@wangeditor-next/code-highlight": "~1.3.28",
60+
"@wangeditor-next/core": "~1.7.31",
61+
"@wangeditor-next/list-module": "~1.1.37",
62+
"@wangeditor-next/table-module": "~1.6.40",
63+
"@wangeditor-next/upload-image-module": "~1.1.34",
64+
"@wangeditor-next/video-module": "~1.3.37",
6565
"dom7": "^4.0.0",
6666
"is-hotkey": "^0.2.0",
6767
"lodash.camelcase": "^4.3.0",

packages/list-module/CHANGELOG.md

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

3+
## 1.1.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
310
## 1.1.36
411

512
### Patch Changes

packages/list-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/list-module",
3-
"version": "1.1.36",
3+
"version": "1.1.37",
44
"description": "wangEditor list module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.30",
47+
"@wangeditor-next/core": "1.7.31",
4848
"dom7": "^3.0.0 || ^4.0.0",
4949
"slate": "^0.72.0",
5050
"snabbdom": "^3.1.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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/editor@5.6.29
9+
310
## 1.0.13
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.13",
3+
"version": "1.0.14",
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.28",
44+
"@wangeditor-next/editor": "5.6.29",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/editor@5.6.29
9+
310
## 1.0.13
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.13",
3+
"version": "1.0.14",
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.28",
47+
"@wangeditor-next/editor": "5.6.29",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/editor@5.6.29
9+
310
## 1.0.13
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.13",
3+
"version": "1.0.14",
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.28",
44+
"@wangeditor-next/editor": "5.6.29",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/editor@5.6.29
9+
310
## 1.0.13
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.13",
3+
"version": "1.0.14",
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.28",
44+
"@wangeditor-next/editor": "5.6.29",
4545
"dom7": "^3.0.0 || ^4.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.0"

packages/table-module/CHANGELOG.md

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

3+
## 1.6.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
310
## 1.6.39
411

512
### Patch Changes

packages/table-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/table-module",
3-
"version": "1.6.39",
3+
"version": "1.6.40",
44
"description": "wangEditor table module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.30",
47+
"@wangeditor-next/core": "1.7.31",
4848
"dom7": "^3.0.0 || ^4.0.0",
4949
"lodash.debounce": "^4.0.8",
5050
"lodash.isequal": "^4.5.0",

packages/upload-image-module/CHANGELOG.md

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

3+
## 1.1.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
- @wangeditor-next/basic-modules@1.5.31
10+
311
## 1.1.33
412

513
### Patch Changes

packages/upload-image-module/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/upload-image-module",
3-
"version": "1.1.33",
3+
"version": "1.1.34",
44
"description": "wangEditor upload-image module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -46,8 +46,8 @@
4646
"peerDependencies": {
4747
"@uppy/core": "^2.0.3",
4848
"@uppy/xhr-upload": "^2.0.3",
49-
"@wangeditor-next/basic-modules": "1.5.30",
50-
"@wangeditor-next/core": "1.7.30",
49+
"@wangeditor-next/basic-modules": "1.5.31",
50+
"@wangeditor-next/core": "1.7.31",
5151
"dom7": "^3.0.0 || ^4.0.0",
5252
"lodash.foreach": "^4.5.0",
5353
"slate": "^0.72.0",

packages/video-module/CHANGELOG.md

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

3+
## 1.3.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/core@1.7.31
9+
310
## 1.3.36
411

512
### Patch Changes

packages/video-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/video-module",
3-
"version": "1.3.36",
3+
"version": "1.3.37",
44
"description": "wangEditor video module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -46,7 +46,7 @@
4646
"peerDependencies": {
4747
"@uppy/core": "^2.1.4",
4848
"@uppy/xhr-upload": "^2.0.7",
49-
"@wangeditor-next/core": "1.7.30",
49+
"@wangeditor-next/core": "1.7.31",
5050
"dom7": "^3.0.0 || ^4.0.0",
5151
"nanoid": "^5.0.0",
5252
"slate": "^0.72.0",

packages/yjs-for-react/CHANGELOG.md

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

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [76fb46e]
8+
- @wangeditor-next/editor@5.6.29
9+
- @wangeditor-next/yjs@0.1.29
10+
311
## 0.1.39
412

513
### Patch Changes

0 commit comments

Comments
 (0)