diff --git a/.changeset/strong-laws-walk.md b/.changeset/strong-laws-walk.md deleted file mode 100644 index 00c7ff1e8..000000000 --- a/.changeset/strong-laws-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/table-module': patch -'@wangeditor-next/editor': patch ---- - -fix table merge row show error diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 7d7470b4a..536085880 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.6.17 + +### Patch Changes + +- 230e46d: fix table merge row show error +- Updated dependencies [230e46d] + - @wangeditor-next/table-module@1.6.28 + ## 5.6.16 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 6955502ba..f1a8f0a8a 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.16", + "version": "5.6.17", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -59,7 +59,7 @@ "@wangeditor-next/code-highlight": "~1.3.22", "@wangeditor-next/core": "~1.7.25", "@wangeditor-next/list-module": "~1.1.31", - "@wangeditor-next/table-module": "~1.6.27", + "@wangeditor-next/table-module": "~1.6.28", "@wangeditor-next/upload-image-module": "~1.1.27", "@wangeditor-next/video-module": "~1.3.31", "dom7": "^4.0.0", diff --git a/packages/plugin-float-image/CHANGELOG.md b/packages/plugin-float-image/CHANGELOG.md index e06ccd567..4174555ea 100644 --- a/packages/plugin-float-image/CHANGELOG.md +++ b/packages/plugin-float-image/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-float-image +## 1.0.2 + +### Patch Changes + +- Updated dependencies [230e46d] + - @wangeditor-next/editor@5.6.17 + ## 1.0.1 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index d5dfc67b3..8f77eecd2 100644 --- a/packages/plugin-float-image/package.json +++ b/packages/plugin-float-image/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-float-image", - "version": "1.0.1", + "version": "1.0.2", "description": "wangEditor float image plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.16", + "@wangeditor-next/editor": "5.6.17", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-formula/CHANGELOG.md b/packages/plugin-formula/CHANGELOG.md index 4f4b3924b..a0612c935 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 1.0.2 + +### Patch Changes + +- Updated dependencies [230e46d] + - @wangeditor-next/editor@5.6.17 + ## 1.0.1 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 7f2dc15f2..dd278a868 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "1.0.1", + "version": "1.0.2", "description": "wangEditor next formula 公式", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "katex": "^0.16.0" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.16", + "@wangeditor-next/editor": "5.6.17", "katex": "^0.16.0", "snabbdom": "^3.1.0" }, diff --git a/packages/plugin-link-card/CHANGELOG.md b/packages/plugin-link-card/CHANGELOG.md index dfd30931a..5b5e74619 100644 --- a/packages/plugin-link-card/CHANGELOG.md +++ b/packages/plugin-link-card/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-link-card +## 1.0.2 + +### Patch Changes + +- Updated dependencies [230e46d] + - @wangeditor-next/editor@5.6.17 + ## 1.0.1 ### Patch Changes diff --git a/packages/plugin-link-card/package.json b/packages/plugin-link-card/package.json index 1bfb804e1..0cad25d30 100644 --- a/packages/plugin-link-card/package.json +++ b/packages/plugin-link-card/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-link-card", - "version": "1.0.1", + "version": "1.0.2", "description": "wangEditor link card plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.16", + "@wangeditor-next/editor": "5.6.17", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-markdown/CHANGELOG.md b/packages/plugin-markdown/CHANGELOG.md index 176d62f57..3cc847c9d 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-markdown +## 1.0.2 + +### Patch Changes + +- Updated dependencies [230e46d] + - @wangeditor-next/editor@5.6.17 + ## 1.0.1 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index 572037656..01e315804 100644 --- a/packages/plugin-markdown/package.json +++ b/packages/plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-markdown", - "version": "1.0.1", + "version": "1.0.2", "description": "wangEditor markdown plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.16", + "@wangeditor-next/editor": "5.6.17", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index b1e96af6c..dd907cf40 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.28 + +### Patch Changes + +- 230e46d: fix table merge row show error + ## 1.6.27 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 2cfd0a6aa..69dce992c 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.6.27", + "version": "1.6.28", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index d7cbdd618..b2b93ab58 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs-for-react +## 0.1.28 + +### Patch Changes + +- Updated dependencies [230e46d] + - @wangeditor-next/editor@5.6.17 + ## 0.1.27 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index d0b95cca3..967224601 100644 --- a/packages/yjs-for-react/package.json +++ b/packages/yjs-for-react/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs-for-react", - "version": "0.1.27", + "version": "0.1.28", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -56,7 +56,7 @@ "y-protocols": "^1.0.5" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.16", + "@wangeditor-next/editor": "5.6.17", "@wangeditor-next/yjs": "^0.1.23", "react": ">=16.8.0", "slate": "^0.72.0", diff --git a/yarn.lock b/yarn.lock index 0cd510eb0..b51559ba4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3729,7 +3729,7 @@ __metadata: "@wangeditor-next/code-highlight": "npm:~1.3.22" "@wangeditor-next/core": "npm:~1.7.25" "@wangeditor-next/list-module": "npm:~1.1.31" - "@wangeditor-next/table-module": "npm:~1.6.27" + "@wangeditor-next/table-module": "npm:~1.6.28" "@wangeditor-next/upload-image-module": "npm:~1.1.27" "@wangeditor-next/video-module": "npm:~1.3.31" dom7: "npm:^4.0.0" @@ -3762,7 +3762,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image" peerDependencies: - "@wangeditor-next/editor": 5.6.16 + "@wangeditor-next/editor": 5.6.17 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3777,7 +3777,7 @@ __metadata: katex: "npm:^0.16.0" nanoid: "npm:^3.2.0" peerDependencies: - "@wangeditor-next/editor": 5.6.16 + "@wangeditor-next/editor": 5.6.17 katex: ^0.16.0 snabbdom: ^3.1.0 languageName: unknown @@ -3787,7 +3787,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-link-card@workspace:packages/plugin-link-card" peerDependencies: - "@wangeditor-next/editor": 5.6.16 + "@wangeditor-next/editor": 5.6.17 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3798,14 +3798,14 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown" peerDependencies: - "@wangeditor-next/editor": 5.6.16 + "@wangeditor-next/editor": 5.6.17 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.27, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.28, @wangeditor-next/table-module@workspace:packages/table-module": version: 0.0.0-use.local resolution: "@wangeditor-next/table-module@workspace:packages/table-module" peerDependencies: @@ -3934,7 +3934,7 @@ __metadata: use-sync-external-store: "npm:^1.2.0" y-protocols: "npm:^1.0.5" peerDependencies: - "@wangeditor-next/editor": 5.6.16 + "@wangeditor-next/editor": 5.6.17 "@wangeditor-next/yjs": ^0.1.23 react: ">=16.8.0" slate: ^0.72.0