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.7
 - @wangeditor-next/core@1.5.6
 - @wangeditor-next/editor@5.3.14
 - @wangeditor-next/list-module@1.1.5
 - @wangeditor-next/table-module@1.3.8
 - @wangeditor-next/upload-image-module@1.1.2
 - @wangeditor-next/video-module@1.3.4
  • Loading branch information
cycleccc committed Aug 3, 2024
1 parent b7b2fe7 commit dda7dc9
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 13 deletions.
11 changes: 11 additions & 0 deletions packages/basic-modules/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/basic-modules@1.3.6...@wangeditor-next/basic-modules@1.3.7) (2024-08-03)


### Bug Fixes

* **image module:** incorrect conversion ([00bdd92](https://github.com/cycleccc/wangEditor/commit/00bdd921600a0ec8b7f7c71000f6859e8378fb56))





## [1.3.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.5...@wangeditor-next/basic-modules@1.3.6) (2024-07-27)


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.6",
"version": "1.3.7",
"description": "wangEditor basic modules",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
17 changes: 17 additions & 0 deletions packages/core/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.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.5...@wangeditor-next/core@1.5.6) (2024-08-03)


### Bug Fixes

* **multi editor:** clear selection ([b7b2fe7](https://github.com/cycleccc/wangEditor/commit/b7b2fe76de7e4afd1f3370eafdf1a0d4175f22bf))
* **UI:** delete no scroll absolute ([4a522a1](https://github.com/cycleccc/wangEditor/commit/4a522a18663e7b6da7b172f6eb3b0a98686cd0fe)), closes [/github.com/cycleccc/wangEditor-next/issues/55#issuecomment-2254190838](https://github.com//github.com/cycleccc/wangEditor-next/issues/55/issues/issuecomment-2254190838)


### Reverts

* revert core version ([48cdf16](https://github.com/cycleccc/wangEditor/commit/48cdf16efda69b553b53d10f94234d366b8ff2e9))





## [1.5.6-alpha.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.5...@wangeditor-next/core@1.5.6-alpha.0) (2024-07-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/core",
"version": "1.5.5",
"version": "1.5.6",
"description": "wangEditor core",
"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.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





## [5.3.13](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.12...@wangeditor-next/editor@5.3.13) (2024-07-27)

**Note:** Version bump only for package @wangeditor-next/editor
Expand Down
14 changes: 7 additions & 7 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.13",
"version": "5.3.14",
"description": "Web rich text editor, Web 富文本编辑器",
"keywords": [
"wangeditor",
Expand Down Expand Up @@ -50,13 +50,13 @@
"dependencies": {
"@uppy/core": "^2.1.1",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "^1.3.6",
"@wangeditor-next/basic-modules": "^1.3.7",
"@wangeditor-next/code-highlight": "^1.2.1",
"@wangeditor-next/core": "^1.5.5",
"@wangeditor-next/list-module": "^1.1.4",
"@wangeditor-next/table-module": "^1.3.7",
"@wangeditor-next/upload-image-module": "^1.1.1",
"@wangeditor-next/video-module": "^1.3.3",
"@wangeditor-next/core": "^1.5.6",
"@wangeditor-next/list-module": "^1.1.5",
"@wangeditor-next/table-module": "^1.3.8",
"@wangeditor-next/upload-image-module": "^1.1.2",
"@wangeditor-next/video-module": "^1.3.4",
"dom7": "^3.0.0",
"is-hotkey": "^0.2.0",
"lodash.camelcase": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/list-module/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.1.5](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.4...@wangeditor-next/list-module@1.1.5) (2024-08-03)

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





## [1.1.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/list-module@1.1.4-alpha.0...@wangeditor-next/list-module@1.1.4) (2024-07-27)


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.4",
"version": "1.1.5",
"description": "wangEditor list module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
12 changes: 12 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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/table-module@1.3.7...@wangeditor-next/table-module@1.3.8) (2024-08-03)


### Bug Fixes

* **multi editor:** clear selection ([b7b2fe7](https://github.com/cycleccc/wangEditor/commit/b7b2fe76de7e4afd1f3370eafdf1a0d4175f22bf))
* issues48 setHtml table error ([475fa1b](https://github.com/cycleccc/wangEditor/commit/475fa1bc9369d11810edfd5f2cbad7717b188ce3))





## [1.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.6...@wangeditor-next/table-module@1.3.7) (2024-07-27)


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.7",
"version": "1.3.8",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-image-module/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.1.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/upload-image-module@1.1.1...@wangeditor-next/upload-image-module@1.1.2) (2024-08-03)

**Note:** Version bump only for package @wangeditor-next/upload-image-module





## [1.1.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/upload-image-module@1.1.0...@wangeditor-next/upload-image-module@1.1.1) (2024-06-22)

**Note:** Version bump only for package @wangeditor-next/upload-image-module
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-image-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/upload-image-module",
"version": "1.1.1",
"version": "1.1.2",
"description": "wangEditor upload-image module",
"author": "cycleccc <2991205548@qq.com>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/video-module/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.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/video-module@1.3.3...@wangeditor-next/video-module@1.3.4) (2024-08-03)

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





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


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

0 comments on commit dda7dc9

Please sign in to comment.