Skip to content

Commit 5436708

Browse files
committed
chore(release): publish v0.5.3
1 parent 89acd7c commit 5436708

File tree

10 files changed

+57
-9
lines changed

10 files changed

+57
-9
lines changed

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+
## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01)
7+
8+
9+
### Features
10+
11+
* **core:** 增加跳出操作的快捷键提示 ([89acd7c](https://github.com/wowlusitong/re-editor/commit/89acd7c))
12+
* **core:** 表格增加跳出功能 ([1698a5e](https://github.com/wowlusitong/re-editor/commit/1698a5e))
13+
14+
15+
16+
17+
618
## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.5.2",
5+
"version": "0.5.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

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+
## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01)
7+
8+
9+
### Features
10+
11+
* **core:** 增加跳出操作的快捷键提示 ([89acd7c](https://github.com/wowlusitong/re-editor/commit/89acd7c))
12+
* **core:** 表格增加跳出功能 ([1698a5e](https://github.com/wowlusitong/re-editor/commit/1698a5e))
13+
14+
15+
16+
17+
618
## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)
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": "@re-editor/core",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "lib/scripts/index.js",
66
"scripts": {

packages/examples/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+
## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01)
7+
8+
**Note:** Version bump only for package @re-editor/examples
9+
10+
11+
12+
13+
614
## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)
715

816
**Note:** Version bump only for package @re-editor/examples

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@re-editor/examples",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"description": "",
66
"main": "index.js",
77
"scripts": {
@@ -26,7 +26,7 @@
2626
"@babel/plugin-transform-runtime": "^7.4.3",
2727
"axios": "^0.18.0",
2828
"clean-webpack-plugin": "^2.0.1",
29-
"re-editor": "0.5.2",
29+
"re-editor": "0.5.3",
3030
"react": "^16.8.4",
3131
"react-dom": "^16.8.4"
3232
}

packages/re-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+
## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01)
7+
8+
**Note:** Version bump only for package re-editor
9+
10+
11+
12+
13+
614
## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)
715

816
**Note:** Version bump only for package re-editor

packages/re-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-editor",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "lib/scripts/index.js",
66
"scripts": {
@@ -19,8 +19,8 @@
1919
"license": "ISC",
2020
"dependencies": {
2121
"@babel/plugin-transform-runtime": "^7.4.3",
22-
"@re-editor/core": "0.5.2",
23-
"@re-editor/toolbar-antd": "0.5.2"
22+
"@re-editor/core": "0.5.3",
23+
"@re-editor/toolbar-antd": "0.5.3"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "^7.2.3",

packages/toolbar-antd/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+
## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01)
7+
8+
**Note:** Version bump only for package @re-editor/toolbar-antd
9+
10+
11+
12+
13+
614
## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)
715

816

packages/toolbar-antd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@re-editor/toolbar-antd",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "lib/scripts/index.js",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"license": "ISC",
2020
"dependencies": {
2121
"@babel/plugin-transform-runtime": "^7.4.3",
22-
"@re-editor/core": "0.5.2",
22+
"@re-editor/core": "0.5.3",
2323
"antd": "^3.15.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)