-
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
51f9221
commit f353fee
Showing
14 changed files
with
59 additions
and
23 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
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": "0.1.6", | ||
"version": "0.1.7", | ||
"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.10", | ||
"@wangeditor-next/editor": "5.6.11", | ||
"dom7": "^3.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": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "wangEditor next formula 公式", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -45,7 +45,7 @@ | |
"rollup-plugin-string": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.10", | ||
"@wangeditor-next/editor": "5.6.11", | ||
"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-markdown", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"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.10", | ||
"@wangeditor-next/editor": "5.6.11", | ||
"dom7": "^3.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.22", | ||
"version": "1.6.23", | ||
"description": "wangEditor table module", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wangeditor-next/yjs-for-react", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "React specific components/utils for wangeditor-next-yjs.", | ||
"author": "cycleccc <[email protected]>", | ||
"type": "module", | ||
|
@@ -56,7 +56,7 @@ | |
"y-protocols": "^1.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@wangeditor-next/editor": "5.6.10", | ||
"@wangeditor-next/editor": "5.6.11", | ||
"@wangeditor-next/yjs": "^0.1.19", | ||
"react": ">=16.8.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