Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @wangeditor-next/editor@5.3.8
 - @wangeditor-next/table-module@1.3.4
  • Loading branch information
cycleccc committed Jul 19, 2024
1 parent a219456 commit 32a00e6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
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.3.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.7...@wangeditor-next/editor@5.3.8) (2024-07-19)

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





## [5.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.5...@wangeditor-next/editor@5.3.7) (2024-07-17)

**Note:** Version bump only for package @wangeditor-next/editor
Expand Down
4 changes: 2 additions & 2 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.3.7",
"version": "5.3.8",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@wangeditor-next/code-highlight": "^1.2.1",
"@wangeditor-next/core": "^1.5.3",
"@wangeditor-next/list-module": "^1.1.3",
"@wangeditor-next/table-module": "^1.3.3",
"@wangeditor-next/table-module": "^1.3.4",
"@wangeditor-next/upload-image-module": "^1.1.1",
"@wangeditor-next/video-module": "^1.3.0",
"dom7": "^3.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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/table-module@1.3.2...@wangeditor-next/table-module@1.3.4) (2024-07-19)


### Bug Fixes

* ** table :** unable to delete when the first child is a table ([a219456](https://github.com/cycleccc/wangEditor/commit/a21945638f74abc64220e81d31932809de3a745d))
* Bug-issues 40, paste table html ([a404ed2](https://github.com/cycleccc/wangEditor/commit/a404ed259bf2426d9a88cd6c879d8ab52b5101c7))
* remove console ([4f64cb3](https://github.com/cycleccc/wangEditor/commit/4f64cb37cabe51f338893a2622ff6b29eb2ca6d7))


### Performance Improvements

* **parse table:** add null value checks ([92d2865](https://github.com/cycleccc/wangEditor/commit/92d2865164ad91bb6124219289189142b63112d8))





## [1.3.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.2...@wangeditor-next/table-module@1.3.3) (2024-07-16)


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.3.3",
"version": "1.3.4",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down

0 comments on commit 32a00e6

Please sign in to comment.