Skip to content

Commit c803ed7

Browse files
chore(release): publish
- @wangeditor/core@1.1.3 - @wangeditor/editor@5.1.3
1 parent c29cd5c commit c803ed7

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

packages/core/CHANGELOG.md

+12
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.3](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.2...@wangeditor/core@1.1.3) (2022-07-11)
7+
8+
9+
### Bug Fixes
10+
11+
* scroll 滚动问题 ([bc133e1](https://github.com/wangeditor-team/wangEditor/commit/bc133e1e4ca89ab5042cbc0971578ad144499805))
12+
* 修复选中内容输入时,出现光标位置不对或者输入重复内容的问题 ([9596a4c](https://github.com/wangeditor-team/wangEditor/commit/9596a4ccaca2e2c4eed7ffc16fc4b042f73cef5d))
13+
14+
15+
16+
17+
618
## [1.1.2](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.1...@wangeditor/core@1.1.2) (2022-07-11)
719

820

packages/core/package.json

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

packages/editor/CHANGELOG.md

+11
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+
## [5.1.3](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.2...@wangeditor/editor@5.1.3) (2022-07-11)
7+
8+
9+
### Bug Fixes
10+
11+
* scroll 滚动问题 ([bc133e1](https://github.com/wangeditor-team/wangEditor/commit/bc133e1e4ca89ab5042cbc0971578ad144499805))
12+
13+
14+
15+
16+
617
## [5.1.2](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.1...@wangeditor/editor@5.1.2) (2022-07-11)
718

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

packages/editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor/editor",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -53,7 +53,7 @@
5353
"@uppy/xhr-upload": "^2.0.3",
5454
"@wangeditor/basic-modules": "^1.1.2",
5555
"@wangeditor/code-highlight": "^1.0.2",
56-
"@wangeditor/core": "^1.1.2",
56+
"@wangeditor/core": "^1.1.3",
5757
"@wangeditor/list-module": "^1.0.2",
5858
"@wangeditor/table-module": "^1.1.1",
5959
"@wangeditor/upload-image-module": "^1.0.1",

0 commit comments

Comments
 (0)