diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e8720..7a0169a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) + + +### Features + +* **core:** 图片调整宽高input使用number ([9430f69](https://github.com/wowlusitong/re-editor/commit/9430f69)) +* **core:** 新增props: spellCheck readOnly ([3bc9772](https://github.com/wowlusitong/re-editor/commit/3bc9772)) +* **core:** 设置图片最大宽度 ([174c29a](https://github.com/wowlusitong/re-editor/commit/174c29a)) + + + + + ## [0.4.1](https://github.com/wowlusitong/re-editor/compare/v0.4.0...v0.4.1) (2019-03-24) diff --git a/lerna.json b/lerna.json index 95c9ae5..7c17394 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.4.1", + "version": "0.4.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7a34579..ab6007f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/wowlusitong/re-editor/compare/v0.4.1...v0.4.2) (2019-03-24) + + +### Features + +* **core:** 图片调整宽高input使用number ([9430f69](https://github.com/wowlusitong/re-editor/commit/9430f69)) +* **core:** 新增props: spellCheck readOnly ([3bc9772](https://github.com/wowlusitong/re-editor/commit/3bc9772)) +* **core:** 设置图片最大宽度 ([174c29a](https://github.com/wowlusitong/re-editor/commit/174c29a)) + + + + + ## [0.4.1](https://github.com/wowlusitong/re-editor/compare/v0.4.0...v0.4.1) (2019-03-24) diff --git a/packages/core/package.json b/packages/core/package.json index 617798e..c171098 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@re-editor/core", - "version": "0.4.1", + "version": "0.4.2", "description": "", "main": "lib/scripts/index.js", "scripts": { diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 0439574..36fd085 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.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 + + + + + ## [0.4.1](https://github.com/wowlusitong/re-editor/compare/v0.4.0...v0.4.1) (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 0bd97e0..06daf93 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@re-editor/examples", - "version": "0.4.1", + "version": "0.4.2", "description": "", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ }, "dependencies": { "clean-webpack-plugin": "^2.0.1", - "re-editor": "0.4.1", + "re-editor": "0.4.2", "react": "^16.8.4", "react-dom": "^16.8.4" } diff --git a/packages/re-editor/CHANGELOG.md b/packages/re-editor/CHANGELOG.md index df98bfe..cab3dec 100644 --- a/packages/re-editor/CHANGELOG.md +++ b/packages/re-editor/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.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 + + + + + ## [0.4.1](https://github.com/wowlusitong/re-editor/compare/v0.4.0...v0.4.1) (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 deedec4..e1fb32c 100644 --- a/packages/re-editor/package.json +++ b/packages/re-editor/package.json @@ -1,6 +1,6 @@ { "name": "re-editor", - "version": "0.4.1", + "version": "0.4.2", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -18,8 +18,8 @@ "author": "", "license": "ISC", "dependencies": { - "@re-editor/core": "0.4.1", - "@re-editor/toolbar-antd": "0.4.1" + "@re-editor/core": "0.4.2", + "@re-editor/toolbar-antd": "0.4.2" }, "devDependencies": { "@babel/cli": "^7.2.3", diff --git a/packages/toolbar-antd/CHANGELOG.md b/packages/toolbar-antd/CHANGELOG.md index 4ddee4e..1c6e1b1 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.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 + + + + + ## [0.4.1](https://github.com/wowlusitong/re-editor/compare/v0.4.0...v0.4.1) (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 146a132..a5f23a9 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.1", + "version": "0.4.2", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@re-editor/core": "0.4.1", + "@re-editor/core": "0.4.2", "antd": "^3.15.0" }, "devDependencies": {