diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index fb94d2d82..82d2ac419 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/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.5.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.5.0...@wangeditor-next/basic-modules@1.5.1) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/basic-modules + + + + + # [1.5.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.4.2...@wangeditor-next/basic-modules@1.5.0) (2024-08-18) diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 24776ae2d..510e48713 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.0", + "version": "1.5.1", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -54,4 +54,4 @@ "devDependencies": { "@types/is-url": "^1.2.29" } -} \ No newline at end of file +} diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index a83ad18d6..96079a76a 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/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.2.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/code-highlight@1.2.2...@wangeditor-next/code-highlight@1.2.3) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/code-highlight + + + + + ## [1.2.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/code-highlight@1.2.1...@wangeditor-next/code-highlight@1.2.2) (2024-08-18) **Note:** Version bump only for package @wangeditor-next/code-highlight diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 68df1ef1a..91a9f07dc 100644 --- a/packages/code-highlight/package.json +++ b/packages/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/code-highlight", - "version": "1.2.2", + "version": "1.2.3", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -52,4 +52,4 @@ "devDependencies": { "@types/prismjs": "^1.16.5" } -} \ No newline at end of file +} diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index abc72283f..64ab29efd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.7.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.7.0...@wangeditor-next/core@1.7.1) (2024-08-25) + + +### Bug Fixes + +* **base button menu:** record disabled status ([9a7ab29](https://github.com/cycleccc/wangEditor/commit/9a7ab29fe16666799a20e6173d24b3cb5707f06c)) +* **table:** filter microsoft word o:p tag ([173c08d](https://github.com/cycleccc/wangEditor/commit/173c08d2fd0ff6154bc20dc2931b5856cbc7b228)) + + + + + # [1.7.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.6...@wangeditor-next/core@1.7.0) (2024-08-15) diff --git a/packages/core/package.json b/packages/core/package.json index db89a56f1..654784eb0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.0", + "version": "1.7.1", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -67,4 +67,4 @@ "devDependencies": { "@types/is-hotkey": "^0.1.2" } -} \ No newline at end of file +} diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index fbb69ea2a..7e6799bcc 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.5.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.5.0...@wangeditor-next/editor@5.5.1) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/editor + + + + + # [5.5.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.2...@wangeditor-next/editor@5.5.0) (2024-08-18) diff --git a/packages/editor/package.json b/packages/editor/package.json index 61f925a65..9a5a9145e 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.5.0", + "version": "5.5.1", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -51,13 +51,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "^1.5.0", - "@wangeditor-next/code-highlight": "^1.2.2", - "@wangeditor-next/core": "^1.7.0", - "@wangeditor-next/list-module": "^1.1.5", - "@wangeditor-next/table-module": "^1.5.0", - "@wangeditor-next/upload-image-module": "^1.1.2", - "@wangeditor-next/video-module": "^1.3.4", + "@wangeditor-next/basic-modules": "^1.5.1", + "@wangeditor-next/code-highlight": "^1.2.3", + "@wangeditor-next/core": "^1.7.1", + "@wangeditor-next/list-module": "^1.1.6", + "@wangeditor-next/table-module": "^1.5.1", + "@wangeditor-next/upload-image-module": "^1.1.3", + "@wangeditor-next/video-module": "^1.3.5", "dom7": "^3.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", @@ -71,4 +71,4 @@ "slate": "^0.72.0", "snabbdom": "^3.1.0" } -} \ No newline at end of file +} diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index ee79a8f3a..d6f5f5d4b 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.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.5...@wangeditor-next/list-module@1.1.6) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/list-module + + + + + ## [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 diff --git a/packages/list-module/package.json b/packages/list-module/package.json index d4a4335dc..96c351748 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.5", + "version": "1.1.6", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -46,4 +46,4 @@ "slate": "^0.72.0", "snabbdom": "^3.1.0" } -} \ No newline at end of file +} diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index f8f1ef616..20ba2de70 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/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.5.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.5.0...@wangeditor-next/table-module@1.5.1) (2024-08-25) + + +### Bug Fixes + +* **table:** add default columnWidths by first row ([3dadf67](https://github.com/cycleccc/wangEditor/commit/3dadf6760d81f75053dac469813a811946efdf81)) + + + + + # [1.5.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.8...@wangeditor-next/table-module@1.5.0) (2024-08-15) diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 413437084..bf5b41c28 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.5.0", + "version": "1.5.1", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -50,4 +50,4 @@ "slate": "^0.72.0", "snabbdom": "^3.1.0" } -} \ No newline at end of file +} diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index e36760624..b8753f4ac 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.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/upload-image-module@1.1.2...@wangeditor-next/upload-image-module@1.1.3) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/upload-image-module + + + + + ## [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 diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index ec7893c28..d5a132422 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.2", + "version": "1.1.3", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -50,4 +50,4 @@ "slate": "^0.72.0", "snabbdom": "^3.1.0" } -} \ No newline at end of file +} diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index 5eddbbe91..fd1d15e57 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.5](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.4...@wangeditor-next/video-module@1.3.5) (2024-08-25) + +**Note:** Version bump only for package @wangeditor-next/video-module + + + + + ## [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 diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 3e7b8e7c4..579ef28ac 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.4", + "version": "1.3.5", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], @@ -49,4 +49,4 @@ "slate": "^0.72.0", "snabbdom": "^3.1.0" } -} \ No newline at end of file +}