diff --git a/.changeset/perfect-years-tap.md b/.changeset/perfect-years-tap.md deleted file mode 100644 index 06285649b..000000000 --- a/.changeset/perfect-years-tap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/table-module': patch -'@wangeditor-next/editor': patch ---- - -fix(table): add colLength judge diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 5463e27a8..e74d3d680 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.6.25 + +### Patch Changes + +- 592c7b6: fix(table): add colLength judge +- Updated dependencies [592c7b6] + - @wangeditor-next/table-module@1.6.36 + ## 5.6.24 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 6610a2aa3..41f8112eb 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.24", + "version": "5.6.25", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -59,7 +59,7 @@ "@wangeditor-next/code-highlight": "~1.3.25", "@wangeditor-next/core": "~1.7.28", "@wangeditor-next/list-module": "~1.1.34", - "@wangeditor-next/table-module": "~1.6.35", + "@wangeditor-next/table-module": "~1.6.36", "@wangeditor-next/upload-image-module": "~1.1.31", "@wangeditor-next/video-module": "~1.3.34", "dom7": "^4.0.0", diff --git a/packages/plugin-float-image/CHANGELOG.md b/packages/plugin-float-image/CHANGELOG.md index 9ed9598c3..138ca3c43 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.10 + +### Patch Changes + +- Updated dependencies [592c7b6] + - @wangeditor-next/editor@5.6.25 + ## 1.0.9 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index 9b7c5006e..782f5c806 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.9", + "version": "1.0.10", "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.24", + "@wangeditor-next/editor": "5.6.25", "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 4e43f513b..190185727 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 1.0.10 + +### Patch Changes + +- Updated dependencies [592c7b6] + - @wangeditor-next/editor@5.6.25 + ## 1.0.9 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index b050e5e2f..c7db864b5 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.9", + "version": "1.0.10", "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.24", + "@wangeditor-next/editor": "5.6.25", "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 2728a55a6..8d7990a3f 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.10 + +### Patch Changes + +- Updated dependencies [592c7b6] + - @wangeditor-next/editor@5.6.25 + ## 1.0.9 ### Patch Changes diff --git a/packages/plugin-link-card/package.json b/packages/plugin-link-card/package.json index c9da40b1d..1b7a5a0e1 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.9", + "version": "1.0.10", "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.24", + "@wangeditor-next/editor": "5.6.25", "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 312706c47..c321c600f 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-markdown +## 1.0.10 + +### Patch Changes + +- Updated dependencies [592c7b6] + - @wangeditor-next/editor@5.6.25 + ## 1.0.9 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index de806cc54..e1f45b9ca 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.9", + "version": "1.0.10", "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.24", + "@wangeditor-next/editor": "5.6.25", "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 929ffff94..0eb0802b0 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.36 + +### Patch Changes + +- 592c7b6: fix(table): add colLength judge + ## 1.6.35 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index ff77b109b..9b3fd3dd0 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.35", + "version": "1.6.36", "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 ac34547c1..a5f69157a 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.36 + +### Patch Changes + +- Updated dependencies [592c7b6] + - @wangeditor-next/editor@5.6.25 + ## 0.1.35 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index aade44e9d..444ab46eb 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.35", + "version": "0.1.36", "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.24", + "@wangeditor-next/editor": "5.6.25", "@wangeditor-next/yjs": "^0.1.26", "react": ">=16.8.0", "slate": "^0.72.0", diff --git a/yarn.lock b/yarn.lock index b45f13da8..0a550add7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3729,7 +3729,7 @@ __metadata: "@wangeditor-next/code-highlight": "npm:~1.3.25" "@wangeditor-next/core": "npm:~1.7.28" "@wangeditor-next/list-module": "npm:~1.1.34" - "@wangeditor-next/table-module": "npm:~1.6.35" + "@wangeditor-next/table-module": "npm:~1.6.36" "@wangeditor-next/upload-image-module": "npm:~1.1.31" "@wangeditor-next/video-module": "npm:~1.3.34" 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.24 + "@wangeditor-next/editor": 5.6.25 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.24 + "@wangeditor-next/editor": 5.6.25 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.24 + "@wangeditor-next/editor": 5.6.25 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.24 + "@wangeditor-next/editor": 5.6.25 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.35, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.36, @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.24 + "@wangeditor-next/editor": 5.6.25 "@wangeditor-next/yjs": ^0.1.26 react: ">=16.8.0" slate: ^0.72.0