diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 5c822c076..e8e3f6bc9 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.6...@wangeditor-next/basic-modules@1.3.7) (2024-08-03) + + +### Bug Fixes + +* **image module:** incorrect conversion ([00bdd92](https://github.com/cycleccc/wangEditor/commit/00bdd921600a0ec8b7f7c71000f6859e8378fb56)) + + + + + ## [1.3.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.5...@wangeditor-next/basic-modules@1.3.6) (2024-07-27) diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 3a2431e39..66ccf7730 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.3.6", + "version": "1.3.7", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 572e4ffb5..724a7e735 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.5...@wangeditor-next/core@1.5.6) (2024-08-03) + + +### Bug Fixes + +* **multi editor:** clear selection ([b7b2fe7](https://github.com/cycleccc/wangEditor/commit/b7b2fe76de7e4afd1f3370eafdf1a0d4175f22bf)) +* **UI:** delete no scroll absolute ([4a522a1](https://github.com/cycleccc/wangEditor/commit/4a522a18663e7b6da7b172f6eb3b0a98686cd0fe)), closes [/github.com/cycleccc/wangEditor-next/issues/55#issuecomment-2254190838](https://github.com//github.com/cycleccc/wangEditor-next/issues/55/issues/issuecomment-2254190838) + + +### Reverts + +* revert core version ([48cdf16](https://github.com/cycleccc/wangEditor/commit/48cdf16efda69b553b53d10f94234d366b8ff2e9)) + + + + + ## [1.5.6-alpha.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.5...@wangeditor-next/core@1.5.6-alpha.0) (2024-07-25) diff --git a/packages/core/package.json b/packages/core/package.json index b06b0f9c5..74c8d36ac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.5.5", + "version": "1.5.6", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index aca6ab905..79a690866 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.14](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.13...@wangeditor-next/editor@5.3.14) (2024-08-03) + +**Note:** Version bump only for package @wangeditor-next/editor + + + + + ## [5.3.13](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.12...@wangeditor-next/editor@5.3.13) (2024-07-27) **Note:** Version bump only for package @wangeditor-next/editor diff --git a/packages/editor/package.json b/packages/editor/package.json index 92a3acd6a..2bcecddf6 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.3.13", + "version": "5.3.14", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -50,13 +50,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "^1.3.6", + "@wangeditor-next/basic-modules": "^1.3.7", "@wangeditor-next/code-highlight": "^1.2.1", - "@wangeditor-next/core": "^1.5.5", - "@wangeditor-next/list-module": "^1.1.4", - "@wangeditor-next/table-module": "^1.3.7", - "@wangeditor-next/upload-image-module": "^1.1.1", - "@wangeditor-next/video-module": "^1.3.3", + "@wangeditor-next/core": "^1.5.6", + "@wangeditor-next/list-module": "^1.1.5", + "@wangeditor-next/table-module": "^1.3.8", + "@wangeditor-next/upload-image-module": "^1.1.2", + "@wangeditor-next/video-module": "^1.3.4", "dom7": "^3.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index 35335bfee..ee79a8f3a 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.5](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.4...@wangeditor-next/list-module@1.1.5) (2024-08-03) + +**Note:** Version bump only for package @wangeditor-next/list-module + + + + + ## [1.1.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.4-alpha.0...@wangeditor-next/list-module@1.1.4) (2024-07-27) diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 48429943e..30fdc69b2 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.4", + "version": "1.1.5", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index d91b49073..0c41fe3a9 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.7...@wangeditor-next/table-module@1.3.8) (2024-08-03) + + +### Bug Fixes + +* **multi editor:** clear selection ([b7b2fe7](https://github.com/cycleccc/wangEditor/commit/b7b2fe76de7e4afd1f3370eafdf1a0d4175f22bf)) +* issues48 setHtml table error ([475fa1b](https://github.com/cycleccc/wangEditor/commit/475fa1bc9369d11810edfd5f2cbad7717b188ce3)) + + + + + ## [1.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.6...@wangeditor-next/table-module@1.3.7) (2024-07-27) diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 05304b1e0..88e83057c 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.3.7", + "version": "1.3.8", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index 4c025bf72..e36760624 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/upload-image-module@1.1.1...@wangeditor-next/upload-image-module@1.1.2) (2024-08-03) + +**Note:** Version bump only for package @wangeditor-next/upload-image-module + + + + + ## [1.1.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/upload-image-module@1.1.0...@wangeditor-next/upload-image-module@1.1.1) (2024-06-22) **Note:** Version bump only for package @wangeditor-next/upload-image-module diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 768ebfbf9..b97d8b584 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.1", + "version": "1.1.2", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index 6df6e1506..5eddbbe91 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.3...@wangeditor-next/video-module@1.3.4) (2024-08-03) + +**Note:** Version bump only for package @wangeditor-next/video-module + + + + + ## [1.3.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.2...@wangeditor-next/video-module@1.3.3) (2024-07-27) diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 612e5ce9c..71fa87166 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.3", + "version": "1.3.4", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "contributors": [],