diff --git a/.changeset/slimy-numbers-sparkle.md b/.changeset/slimy-numbers-sparkle.md deleted file mode 100644 index 1325b7e9b..000000000 --- a/.changeset/slimy-numbers-sparkle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/basic-modules': patch -'@wangeditor-next/core': patch ---- - -Improved compatibility with styles of nested tags (e.g., , , ) to ensure correct rendering within the editor diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 243c53222..730c5407b 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.4 + +### Patch Changes + +- 7d067a0: Improved compatibility with styles of nested tags (e.g., , , ) to ensure correct rendering within the editor +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 1.5.3 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index e304b222c..f6d7ee425 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.5.3", + "version": "1.5.4", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -40,7 +40,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.0.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index ac0752141..29258e889 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.2 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 1.3.1 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 20f6d44a5..64fcec79f 100644 --- a/packages/code-highlight/package.json +++ b/packages/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/code-highlight", - "version": "1.3.1", + "version": "1.3.2", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -40,7 +40,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e1b3a2f9d..e4e43ec4f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.5 + +### Patch Changes + +- 7d067a0: Improved compatibility with styles of nested tags (e.g., , , ) to ensure correct rendering within the editor + ## 1.7.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d9607c828..1a96931c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.4", + "version": "1.7.5", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index ecf2e72cc..45bbee5ed 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.10 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 1.1.9 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index f2f8c3053..906bc1738 100644 --- a/packages/list-module/package.json +++ b/packages/list-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/list-module", - "version": "1.1.9", + "version": "1.1.10", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -40,7 +40,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.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 203f99720..02cabbfd3 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.3 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 1.6.2 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 019f97037..119cab458 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.2", + "version": "1.6.3", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -40,7 +40,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index 5dd37d77f..28c159264 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.6 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/basic-modules@1.5.4 + - @wangeditor-next/core@1.7.5 + ## 1.1.5 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 9c3372a0e..60e61aeb0 100644 --- a/packages/upload-image-module/package.json +++ b/packages/upload-image-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/upload-image-module", - "version": "1.1.5", + "version": "1.1.6", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -42,8 +42,8 @@ "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.3", - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/basic-modules": "1.5.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.0.0", "lodash.foreach": "^4.5.0", "slate": "^0.72.0", diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index b747fe76b..aa40b654a 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.9 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 1.3.8 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 4c327638f..6fab4f335 100644 --- a/packages/video-module/package.json +++ b/packages/video-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/video-module", - "version": "1.3.8", + "version": "1.3.9", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -42,7 +42,7 @@ "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "dom7": "^3.0.0", "nanoid": "^5.0.0", "slate": "^0.72.0", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index 8efbcb791..0056e1da3 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/yjs-for-react +## 0.1.3 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + - @wangeditor-next/yjs@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index 8c87468c4..3cdf25de4 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.2", + "version": "0.1.3", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -57,9 +57,9 @@ }, "peerDependencies": { "react": ">=16.8.0", - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "@wangeditor-next/editor": "5.5.6", - "@wangeditor-next/yjs": "^0.1.2", + "@wangeditor-next/yjs": "^0.1.3", "slate": "^0.72.0", "yjs": "^13.5.29" } diff --git a/packages/yjs/CHANGELOG.md b/packages/yjs/CHANGELOG.md index c8996b9ed..7af5f050f 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.3 + +### Patch Changes + +- Updated dependencies [7d067a0] + - @wangeditor-next/core@1.7.5 + ## 0.1.2 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index 044aa818f..61c3954e2 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.2", + "version": "0.1.3", "author": "cycleccc <2991205548@qq.com>", "contributors": [], "description": "Yjs binding for wangeditor-next.", @@ -48,7 +48,7 @@ "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.4", + "@wangeditor-next/core": "1.7.5", "slate": "^0.72.0", "yjs": "^13.5.29" },