Skip to content

Commit 9bc118c

Browse files
chore(release): publish a new release version (#235)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 18f7e0a commit 9bc118c

File tree

21 files changed

+115
-42
lines changed

21 files changed

+115
-42
lines changed

.changeset/early-shirts-hug.md

-14
This file was deleted.

packages/basic-modules/CHANGELOG.md

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

3+
## 1.5.6
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 1.5.5
412

513
### 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.5",
3+
"version": "1.5.6",
44
"description": "wangEditor basic modules",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/cycleccc/wangEditor/issues"
4444
},
4545
"peerDependencies": {
46-
"@wangeditor-next/core": "1.7.6",
46+
"@wangeditor-next/core": "1.7.7",
4747
"dom7": "^3.0.0",
4848
"lodash.throttle": "^4.1.1",
4949
"nanoid": "^5.0.0",

packages/code-highlight/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 1.3.3
412

513
### 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.3",
3+
"version": "1.3.4",
44
"description": "wangEditor code-highlight module",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/cycleccc/wangEditor/issues"
4444
},
4545
"peerDependencies": {
46-
"@wangeditor-next/core": "1.7.6",
46+
"@wangeditor-next/core": "1.7.7",
4747
"dom7": "^3.0.0",
4848
"slate": "^0.72.0",
4949
"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.7
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
39
## 1.7.6
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.6",
3+
"version": "1.7.7",
44
"description": "wangEditor core",
55
"author": "cycleccc <[email protected]>",
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.5.8
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/basic-modules@1.5.6
10+
- @wangeditor-next/code-highlight@1.3.4
11+
- @wangeditor-next/core@1.7.7
12+
- @wangeditor-next/list-module@1.1.12
13+
- @wangeditor-next/table-module@1.6.5
14+
- @wangeditor-next/upload-image-module@1.1.8
15+
- @wangeditor-next/video-module@1.3.11
16+
317
## 5.5.7
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.5.7",
3+
"version": "5.5.8",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -53,13 +53,13 @@
5353
"dependencies": {
5454
"@uppy/core": "^2.1.1",
5555
"@uppy/xhr-upload": "^2.0.3",
56-
"@wangeditor-next/basic-modules": "^1.5.5",
57-
"@wangeditor-next/code-highlight": "^1.3.3",
58-
"@wangeditor-next/core": "^1.7.6",
59-
"@wangeditor-next/list-module": "^1.1.11",
60-
"@wangeditor-next/table-module": "^1.6.4",
61-
"@wangeditor-next/upload-image-module": "^1.1.7",
62-
"@wangeditor-next/video-module": "^1.3.10",
56+
"@wangeditor-next/basic-modules": "^1.5.6",
57+
"@wangeditor-next/code-highlight": "^1.3.4",
58+
"@wangeditor-next/core": "^1.7.7",
59+
"@wangeditor-next/list-module": "^1.1.12",
60+
"@wangeditor-next/table-module": "^1.6.5",
61+
"@wangeditor-next/upload-image-module": "^1.1.8",
62+
"@wangeditor-next/video-module": "^1.3.11",
6363
"dom7": "^3.0.0",
6464
"is-hotkey": "^0.2.0",
6565
"lodash.camelcase": "^4.3.0",

packages/list-module/CHANGELOG.md

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

3+
## 1.1.12
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 1.1.11
412

513
### 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.11",
3+
"version": "1.1.12",
44
"description": "wangEditor list module",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/cycleccc/wangEditor/issues"
4444
},
4545
"peerDependencies": {
46-
"@wangeditor-next/core": "1.7.6",
46+
"@wangeditor-next/core": "1.7.7",
4747
"dom7": "^3.0.0",
4848
"slate": "^0.72.0",
4949
"snabbdom": "^3.1.0"

packages/table-module/CHANGELOG.md

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

3+
## 1.6.5
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 1.6.4
412

513
### 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.4",
3+
"version": "1.6.5",
44
"description": "wangEditor table module",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/cycleccc/wangEditor/issues"
4444
},
4545
"peerDependencies": {
46-
"@wangeditor-next/core": "1.7.6",
46+
"@wangeditor-next/core": "1.7.7",
4747
"dom7": "^3.0.0",
4848
"lodash.debounce": "^4.0.8",
4949
"lodash.isequal": "^4.5.0",

packages/upload-image-module/CHANGELOG.md

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

3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/basic-modules@1.5.6
10+
- @wangeditor-next/core@1.7.7
11+
312
## 1.1.7
413

514
### 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.7",
3+
"version": "1.1.8",
44
"description": "wangEditor upload-image module",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -45,8 +45,8 @@
4545
"peerDependencies": {
4646
"@uppy/core": "^2.0.3",
4747
"@uppy/xhr-upload": "^2.0.3",
48-
"@wangeditor-next/basic-modules": "1.5.5",
49-
"@wangeditor-next/core": "1.7.6",
48+
"@wangeditor-next/basic-modules": "1.5.6",
49+
"@wangeditor-next/core": "1.7.7",
5050
"dom7": "^3.0.0",
5151
"lodash.foreach": "^4.5.0",
5252
"slate": "^0.72.0",

packages/video-module/CHANGELOG.md

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

3+
## 1.3.11
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 1.3.10
412

513
### 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.10",
3+
"version": "1.3.11",
44
"description": "wangEditor video module",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"@uppy/core": "^2.1.4",
4747
"@uppy/xhr-upload": "^2.0.7",
48-
"@wangeditor-next/core": "1.7.6",
48+
"@wangeditor-next/core": "1.7.7",
4949
"dom7": "^3.0.0",
5050
"nanoid": "^5.0.0",
5151
"slate": "^0.72.0",

packages/yjs-for-react/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
- @wangeditor-next/editor@5.5.8
11+
- @wangeditor-next/yjs@0.1.5
12+
313
## 0.1.4
414

515
### Patch Changes

packages/yjs-for-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/yjs-for-react",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "React specific components/utils for wangeditor-next-yjs.",
55
"author": "cycleccc <[email protected]>",
66
"type": "module",
@@ -55,9 +55,9 @@
5555
"y-protocols": "^1.0.5"
5656
},
5757
"peerDependencies": {
58-
"@wangeditor-next/core": "1.7.6",
59-
"@wangeditor-next/editor": "5.5.7",
60-
"@wangeditor-next/yjs": "^0.1.4",
58+
"@wangeditor-next/core": "1.7.7",
59+
"@wangeditor-next/editor": "5.5.8",
60+
"@wangeditor-next/yjs": "^0.1.5",
6161
"react": ">=16.8.0",
6262
"slate": "^0.72.0",
6363
"yjs": "^13.5.29"

packages/yjs/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- ac57da1: refactor test and build depts
8+
- Updated dependencies [ac57da1]
9+
- @wangeditor-next/core@1.7.7
10+
311
## 0.1.4
412

513
### Patch Changes

packages/yjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/yjs",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"author": "cycleccc <[email protected]>",
55
"type": "module",
66
"description": "Yjs binding for wangeditor-next.",
@@ -47,7 +47,7 @@
4747
"size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js"
4848
},
4949
"peerDependencies": {
50-
"@wangeditor-next/core": "1.7.6",
50+
"@wangeditor-next/core": "1.7.7",
5151
"slate": "^0.72.0",
5252
"yjs": "^13.5.29"
5353
},

0 commit comments

Comments
 (0)