Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @wangeditor-next/basic-modules@1.5.0
 - @wangeditor-next/code-highlight@1.2.2
 - @wangeditor-next/editor@5.5.0
  • Loading branch information
cycleccc committed Aug 18, 2024
1 parent 0cb36dd commit 817b25c
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
17 changes: 17 additions & 0 deletions packages/basic-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/basic-modules/package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/code-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/code-highlight/package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/editor",
"version": "5.4.2",
"version": "5.5.0",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 817b25c

Please sign in to comment.