-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
2099e64
commit 1286ca8
Showing
30 changed files
with
169 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/basic-modules", | ||
"version": "1.5.26", | ||
"version": "1.5.27", | ||
"description": "wangEditor basic modules", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -44,7 +44,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"lodash.throttle": "^4.1.1", | ||
"nanoid": "^5.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/code-highlight", | ||
"version": "1.3.23", | ||
"version": "1.3.24", | ||
"description": "wangEditor code-highlight module", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -44,7 +44,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"slate": "^0.72.0", | ||
"snabbdom": "^3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/core", | ||
"version": "1.7.26", | ||
"version": "1.7.27", | ||
"description": "wangEditor core", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/list-module", | ||
"version": "1.1.32", | ||
"version": "1.1.33", | ||
"description": "wangEditor list module", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -44,7 +44,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"slate": "^0.72.0", | ||
"snabbdom": "^3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/plugin-float-image", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "wangEditor float image plugin", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -41,7 +41,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.20", | ||
"@wangeditor-next/editor": "5.6.21", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"slate": "^0.72.0", | ||
"snabbdom": "^3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/plugin-formula", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "wangEditor next formula 公式", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -44,7 +44,7 @@ | |
"katex": "^0.16.0" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.20", | ||
"@wangeditor-next/editor": "5.6.21", | ||
"katex": "^0.16.0", | ||
"snabbdom": "^3.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/plugin-link-card", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "wangEditor link card plugin", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -41,7 +41,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.20", | ||
"@wangeditor-next/editor": "5.6.21", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"slate": "^0.72.0", | ||
"snabbdom": "^3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/plugin-markdown", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "wangEditor markdown plugin", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -41,7 +41,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.20", | ||
"@wangeditor-next/editor": "5.6.21", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"slate": "^0.72.0", | ||
"snabbdom": "^3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/table-module", | ||
"version": "1.6.31", | ||
"version": "1.6.32", | ||
"description": "wangEditor table module", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -44,7 +44,7 @@ | |
"url": "https://github.com/cycleccc/wangEditor/issues" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.isequal": "^4.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/upload-image-module", | ||
"version": "1.1.29", | ||
"version": "1.1.30", | ||
"description": "wangEditor upload-image module", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -46,8 +46,8 @@ | |
"peerDependencies": { | ||
"@uppy/core": "^2.0.3", | ||
"@uppy/xhr-upload": "^2.0.3", | ||
"@wangeditor-next/basic-modules": "1.5.26", | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/basic-modules": "1.5.27", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"lodash.foreach": "^4.5.0", | ||
"slate": "^0.72.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/video-module", | ||
"version": "1.3.32", | ||
"version": "1.3.33", | ||
"description": "wangEditor video module", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -46,7 +46,7 @@ | |
"peerDependencies": { | ||
"@uppy/core": "^2.1.4", | ||
"@uppy/xhr-upload": "^2.0.7", | ||
"@wangeditor-next/core": "1.7.26", | ||
"@wangeditor-next/core": "1.7.27", | ||
"dom7": "^3.0.0 || ^4.0.0", | ||
"nanoid": "^5.0.0", | ||
"slate": "^0.72.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.