diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index fa9ed6f54..fb94d2d82 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/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.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.4.2...@wangeditor-next/basic-modules@1.5.0) (2024-08-18) + + +### Bug Fixes + +* **format painter:** modify import name ([0cb36dd](https://github.com/cycleccc/wangEditor/commit/0cb36dd2422a27d20cbc0a677c861d3d321af8eb)) +* **link:** typo error ([6a463ad](https://github.com/cycleccc/wangEditor/commit/6a463ad4df50c53c77503c593bdbc4421669a3b3)) + + +### Features + +* **format painter menu:** add format painter menu ([93a2d4b](https://github.com/cycleccc/wangEditor/commit/93a2d4b4da3632eb15ed7d4aa65499ab3249cdbd)) + + + + + ## [1.4.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.4.1...@wangeditor-next/basic-modules@1.4.2) (2024-08-15) diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 080ffea2c..8abff8a25 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.4.2", + "version": "1.5.0", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index 06921b14c..a83ad18d6 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.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 + + + + + ## [1.2.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/code-highlight@1.2.0...@wangeditor-next/code-highlight@1.2.1) (2024-06-22) **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 25230fda0..b39c4d543 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.1", + "version": "1.2.2", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 21c6ca721..fbb69ea2a 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/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. +# [5.5.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.2...@wangeditor-next/editor@5.5.0) (2024-08-18) + + +### Features + +* **format painter menu:** add format painter menu ([93a2d4b](https://github.com/cycleccc/wangEditor/commit/93a2d4b4da3632eb15ed7d4aa65499ab3249cdbd)) + + + + + ## [5.4.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.1...@wangeditor-next/editor@5.4.2) (2024-08-15) **Note:** Version bump only for package @wangeditor-next/editor diff --git a/packages/editor/package.json b/packages/editor/package.json index b6400f028..df6dd9702 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.4.2", + "version": "5.5.0", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -50,8 +50,8 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "^1.4.2", - "@wangeditor-next/code-highlight": "^1.2.1", + "@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",