Skip to content

Commit 75812c3

Browse files
chore(release): publish
- @wangeditor/basic-modules@1.1.7 - @wangeditor/core@1.1.19 - @wangeditor/editor@5.1.23
1 parent a1defc9 commit 75812c3

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

packages/basic-modules/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.7](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/basic-modules@1.1.6...@wangeditor/basic-modules@1.1.7) (2022-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **font family menu:** 处理 setHtml 的时候字体样式回显失败的问题 ([b941bab](https://github.com/wangeditor-team/wangEditor/commit/b941babbdc6bd5bf7da0cce826803a8fde011e07))
12+
13+
14+
15+
16+
617
## [1.1.6](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/basic-modules@1.1.5...@wangeditor/basic-modules@1.1.6) (2022-09-27)
718

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

packages/basic-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor/basic-modules",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "wangEditor basic modules",
55
"author": "wangfupeng1988 <wangfupeng1988@163.com>",
66
"contributors": [],

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.19](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.18...@wangeditor/core@1.1.19) (2022-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **font family menu:** 处理 setHtml 的时候字体样式回显失败的问题 ([b941bab](https://github.com/wangeditor-team/wangEditor/commit/b941babbdc6bd5bf7da0cce826803a8fde011e07))
12+
* **fontFamily menu:** fix font-family value quote symbol ([2c25231](https://github.com/wangeditor-team/wangEditor/commit/2c25231a088de14edbf7516fc448a6483125e3ed))
13+
14+
15+
16+
17+
618
## [1.1.18](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.17...@wangeditor/core@1.1.18) (2022-10-18)
719

820

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor/core",
3-
"version": "1.1.18",
3+
"version": "1.1.19",
44
"description": "wangEditor core",
55
"author": "wangfupeng1988 <wangfupeng1988@163.com>",
66
"contributors": [],

packages/editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.23](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.22...@wangeditor/editor@5.1.23) (2022-11-14)
7+
8+
**Note:** Version bump only for package @wangeditor/editor
9+
10+
11+
12+
13+
614
## [5.1.22](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.21...@wangeditor/editor@5.1.22) (2022-10-18)
715

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

packages/editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor/editor",
3-
"version": "5.1.22",
3+
"version": "5.1.23",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -51,9 +51,9 @@
5151
"dependencies": {
5252
"@uppy/core": "^2.1.1",
5353
"@uppy/xhr-upload": "^2.0.3",
54-
"@wangeditor/basic-modules": "^1.1.6",
54+
"@wangeditor/basic-modules": "^1.1.7",
5555
"@wangeditor/code-highlight": "^1.0.3",
56-
"@wangeditor/core": "^1.1.18",
56+
"@wangeditor/core": "^1.1.19",
5757
"@wangeditor/list-module": "^1.0.5",
5858
"@wangeditor/table-module": "^1.1.4",
5959
"@wangeditor/upload-image-module": "^1.0.2",

0 commit comments

Comments
 (0)