Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @wangeditor-next/basic-modules@1.3.8
 - @wangeditor-next/editor@5.3.15
 - @wangeditor-next/table-module@1.3.9
  • Loading branch information
cycleccc committed Aug 8, 2024
1 parent 0ad0f68 commit fef1126
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/basic-modules/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.3.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.7...@wangeditor-next/basic-modules@1.3.8) (2024-08-08)

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





## [1.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.6...@wangeditor-next/basic-modules@1.3.7) (2024-08-03)


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.3.7",
"version": "1.3.8",
"description": "wangEditor basic modules",
"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.3.15](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.14...@wangeditor-next/editor@5.3.15) (2024-08-08)

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





## [5.3.14](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.13...@wangeditor-next/editor@5.3.14) (2024-08-03)

**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.3.14",
"version": "5.3.15",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@uppy/core": "^2.1.1",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "^1.3.7",
"@wangeditor-next/basic-modules": "^1.3.8",
"@wangeditor-next/code-highlight": "^1.2.1",
"@wangeditor-next/core": "^1.5.6",
"@wangeditor-next/list-module": "^1.1.5",
"@wangeditor-next/table-module": "^1.3.8",
"@wangeditor-next/table-module": "^1.3.9",
"@wangeditor-next/upload-image-module": "^1.1.2",
"@wangeditor-next/video-module": "^1.3.4",
"dom7": "^3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/table-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.9](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.8...@wangeditor-next/table-module@1.3.9) (2024-08-08)


### Bug Fixes

* delete enrty table unselect logic in withselection ([ef5afee](https://github.com/cycleccc/wangEditor/commit/ef5afeeda57fd6535d7a186fa55eb8d8043a427d))





## [1.3.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.7...@wangeditor-next/table-module@1.3.8) (2024-08-03)


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

0 comments on commit fef1126

Please sign in to comment.