Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @wangeditor-next/code-highlight@1.3.0
 - @wangeditor-next/editor@5.5.4
 - @wangeditor-next/list-module@1.1.8
 - @wangeditor-next/table-module@1.6.0
 - @wangeditor-next/video-module@1.3.7
  • Loading branch information
cycleccc committed Sep 6, 2024
1 parent 98d47cd commit 677f863
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/code-highlight/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.

# [1.3.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/code-highlight@1.2.4...@wangeditor-next/code-highlight@1.3.0) (2024-09-06)


### Features

* **code select lang:** add default select lang ([#157](https://github.com/cycleccc/wangEditor/issues/157)) ([2e91f8e](https://github.com/cycleccc/wangEditor/commit/2e91f8eb44f9c49fa431b11a5412555d3ef7b1cb))





## [1.2.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/code-highlight@1.2.3...@wangeditor-next/code-highlight@1.2.4) (2024-08-29)


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.4",
"version": "1.3.0",
"description": "wangEditor code-highlight module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/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.

## [5.5.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.5.3...@wangeditor-next/editor@5.5.4) (2024-09-06)

**Note:** Version bump only for package @wangeditor-next/editor





## [5.5.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.5.2...@wangeditor-next/editor@5.5.3) (2024-09-01)

**Note:** Version bump only for package @wangeditor-next/editor
Expand Down
10 changes: 5 additions & 5 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.5.3",
"version": "5.5.4",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -51,12 +51,12 @@
"@uppy/core": "^2.1.1",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "^1.5.2",
"@wangeditor-next/code-highlight": "^1.2.4",
"@wangeditor-next/code-highlight": "^1.3.0",
"@wangeditor-next/core": "^1.7.3",
"@wangeditor-next/list-module": "^1.1.7",
"@wangeditor-next/table-module": "^1.5.3",
"@wangeditor-next/list-module": "^1.1.8",
"@wangeditor-next/table-module": "^1.6.0",
"@wangeditor-next/upload-image-module": "^1.1.4",
"@wangeditor-next/video-module": "^1.3.6",
"@wangeditor-next/video-module": "^1.3.7",
"dom7": "^3.0.0",
"is-hotkey": "^0.2.0",
"lodash.camelcase": "^4.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/list-module/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.

## [1.1.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.7...@wangeditor-next/list-module@1.1.8) (2024-09-06)


### Bug Fixes

* **list:** add the function of getting list color ([ef8bebf](https://github.com/cycleccc/wangEditor/commit/ef8bebf7b5455162e06b8958fcd7cc2aaa886455))





## [1.1.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.6...@wangeditor-next/list-module@1.1.7) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/list-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/list-module",
"version": "1.1.7",
"version": "1.1.8",
"description": "wangEditor list module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
16 changes: 16 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.5.3...@wangeditor-next/table-module@1.6.0) (2024-09-06)


### Bug Fixes

* **table:** can not delete taable when selection in paragraph ([98d47cd](https://github.com/cycleccc/wangEditor/commit/98d47cdd38f0632a6ebb1df48242763ed73d9bae))


### Features

* **insert table:** add config default select tableFullWidth and tableHeader ([#158](https://github.com/cycleccc/wangEditor/issues/158)) ([6567fc7](https://github.com/cycleccc/wangEditor/commit/6567fc7894f158cd3caf07662e9b34dab2a786fd))





## [1.5.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.5.2...@wangeditor-next/table-module@1.5.3) (2024-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/table-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/table-module",
"version": "1.5.3",
"version": "1.6.0",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/video-module/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.

## [1.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.6...@wangeditor-next/video-module@1.3.7) (2024-09-06)


### Bug Fixes

* **video:** add mode highest ([bbd4565](https://github.com/cycleccc/wangEditor/commit/bbd4565c0c2ba96b3f42512df47fa4f29c0c4d52))





## [1.3.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.5...@wangeditor-next/video-module@1.3.6) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/video-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/video-module",
"version": "1.3.6",
"version": "1.3.7",
"description": "wangEditor video module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down

0 comments on commit 677f863

Please sign in to comment.