From fcb89522f904ac224d036e62af04e660e1b34c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E6=80=9D=E4=BE=97?= Date: Tue, 9 Apr 2019 20:52:56 +0800 Subject: [PATCH] chore(release): publish v0.4.3 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- packages/examples/CHANGELOG.md | 8 ++++++++ packages/examples/package.json | 4 ++-- packages/re-editor/CHANGELOG.md | 11 +++++++++++ packages/re-editor/package.json | 6 +++--- packages/toolbar-antd/CHANGELOG.md | 8 ++++++++ packages/toolbar-antd/package.json | 4 ++-- 10 files changed, 60 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0169a..dd53331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/wowlusitong/re-editor/compare/v0.4.2...v0.4.3) (2019-04-09) + + +### Bug Fixes + +* **core:** 修复创建列表没有paragraph的问题 ([112d0b2](https://github.com/wowlusitong/re-editor/commit/112d0b2)) +* **core:** 修复readOnly模式下可以编辑表格等组件的问题 ([f9b3808](https://github.com/wowlusitong/re-editor/commit/f9b3808)) + + + + + ## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) diff --git a/lerna.json b/lerna.json index 7c17394..baa20f6 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.4.2", + "version": "0.4.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ab6007f..4573341 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/wowlusitong/re-editor/compare/v0.4.2...v0.4.3) (2019-04-09) + + +### Bug Fixes + +* **core:** 修复创建列表没有paragraph的问题 ([112d0b2](https://github.com/wowlusitong/re-editor/commit/112d0b2)) +* **core:** 修复readOnly模式下可以编辑表格等组件的问题 ([f9b3808](https://github.com/wowlusitong/re-editor/commit/f9b3808)) + + + + + ## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) diff --git a/packages/core/package.json b/packages/core/package.json index c171098..4e4a32c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@re-editor/core", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "lib/scripts/index.js", "scripts": { diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 36fd085..a23c341 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/wowlusitong/re-editor/compare/v0.4.2...v0.4.3) (2019-04-09) + +**Note:** Version bump only for package @re-editor/examples + + + + + ## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) **Note:** Version bump only for package @re-editor/examples diff --git a/packages/examples/package.json b/packages/examples/package.json index 06daf93..1d70f98 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@re-editor/examples", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ }, "dependencies": { "clean-webpack-plugin": "^2.0.1", - "re-editor": "0.4.2", + "re-editor": "0.4.3", "react": "^16.8.4", "react-dom": "^16.8.4" } diff --git a/packages/re-editor/CHANGELOG.md b/packages/re-editor/CHANGELOG.md index cab3dec..cf5fae7 100644 --- a/packages/re-editor/CHANGELOG.md +++ b/packages/re-editor/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/wowlusitong/re-editor/compare/v0.4.2...v0.4.3) (2019-04-09) + + +### Bug Fixes + +* **core:** 修复readOnly模式下可以编辑表格等组件的问题 ([f9b3808](https://github.com/wowlusitong/re-editor/commit/f9b3808)) + + + + + ## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) **Note:** Version bump only for package re-editor diff --git a/packages/re-editor/package.json b/packages/re-editor/package.json index e1fb32c..c49a8e2 100644 --- a/packages/re-editor/package.json +++ b/packages/re-editor/package.json @@ -1,6 +1,6 @@ { "name": "re-editor", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -18,8 +18,8 @@ "author": "", "license": "ISC", "dependencies": { - "@re-editor/core": "0.4.2", - "@re-editor/toolbar-antd": "0.4.2" + "@re-editor/core": "0.4.3", + "@re-editor/toolbar-antd": "0.4.3" }, "devDependencies": { "@babel/cli": "^7.2.3", diff --git a/packages/toolbar-antd/CHANGELOG.md b/packages/toolbar-antd/CHANGELOG.md index 1c6e1b1..3a09757 100644 --- a/packages/toolbar-antd/CHANGELOG.md +++ b/packages/toolbar-antd/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/wowlusitong/re-editor/compare/v0.4.2...v0.4.3) (2019-04-09) + +**Note:** Version bump only for package @re-editor/toolbar-antd + + + + + ## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) **Note:** Version bump only for package @re-editor/toolbar-antd diff --git a/packages/toolbar-antd/package.json b/packages/toolbar-antd/package.json index a5f23a9..1f3d065 100644 --- a/packages/toolbar-antd/package.json +++ b/packages/toolbar-antd/package.json @@ -1,6 +1,6 @@ { "name": "@re-editor/toolbar-antd", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@re-editor/core": "0.4.2", + "@re-editor/core": "0.4.3", "antd": "^3.15.0" }, "devDependencies": {