diff --git a/CHANGELOG.md b/CHANGELOG.md index 494c0a6..d0a1fd4 100644 --- a/CHANGELOG.md +++ b/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.5.4](https://github.com/wowlusitong/re-editor/compare/v0.5.3...v0.5.4) (2019-06-03) + + +### Features + +* **core:** 增加表格选择器 ([9e6d2bf](https://github.com/wowlusitong/re-editor/commit/9e6d2bf)) + + + + + ## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01) diff --git a/lerna.json b/lerna.json index 7a76443..7d1a522 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.5.3", + "version": "0.5.4", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 77cdb15..7fb911f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.5.4](https://github.com/wowlusitong/re-editor/compare/v0.5.3...v0.5.4) (2019-06-03) + + +### Features + +* **core:** 增加表格选择器 ([9e6d2bf](https://github.com/wowlusitong/re-editor/commit/9e6d2bf)) + + + + + ## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01) diff --git a/packages/core/package.json b/packages/core/package.json index 5e54622..8af1031 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@re-editor/core", - "version": "0.5.3", + "version": "0.5.4", "description": "", "main": "lib/scripts/index.js", "scripts": { diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 933b624..6bb6438 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.5.4](https://github.com/wowlusitong/re-editor/compare/v0.5.3...v0.5.4) (2019-06-03) + +**Note:** Version bump only for package @re-editor/examples + + + + + ## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01) **Note:** Version bump only for package @re-editor/examples diff --git a/packages/examples/package.json b/packages/examples/package.json index 5dab689..3014478 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@re-editor/examples", - "version": "0.5.3", + "version": "0.5.4", "description": "", "main": "index.js", "scripts": { @@ -26,7 +26,7 @@ "@babel/plugin-transform-runtime": "^7.4.3", "axios": "^0.18.0", "clean-webpack-plugin": "^2.0.1", - "re-editor": "0.5.3", + "re-editor": "0.5.4", "react": "^16.8.4", "react-dom": "^16.8.4" } diff --git a/packages/re-editor/CHANGELOG.md b/packages/re-editor/CHANGELOG.md index daf5dec..45dbd60 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.5.4](https://github.com/wowlusitong/re-editor/compare/v0.5.3...v0.5.4) (2019-06-03) + +**Note:** Version bump only for package re-editor + + + + + ## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01) **Note:** Version bump only for package re-editor diff --git a/packages/re-editor/package.json b/packages/re-editor/package.json index 8b44cbc..7f30a21 100644 --- a/packages/re-editor/package.json +++ b/packages/re-editor/package.json @@ -1,6 +1,6 @@ { "name": "re-editor", - "version": "0.5.3", + "version": "0.5.4", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -19,8 +19,8 @@ "license": "ISC", "dependencies": { "@babel/plugin-transform-runtime": "^7.4.3", - "@re-editor/core": "0.5.3", - "@re-editor/toolbar-antd": "0.5.3" + "@re-editor/core": "0.5.4", + "@re-editor/toolbar-antd": "0.5.4" }, "devDependencies": { "@babel/cli": "^7.2.3", diff --git a/packages/toolbar-antd/CHANGELOG.md b/packages/toolbar-antd/CHANGELOG.md index eaa8793..0b3eca5 100644 --- a/packages/toolbar-antd/CHANGELOG.md +++ b/packages/toolbar-antd/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.5.4](https://github.com/wowlusitong/re-editor/compare/v0.5.3...v0.5.4) (2019-06-03) + + +### Features + +* **core:** 增加表格选择器 ([9e6d2bf](https://github.com/wowlusitong/re-editor/commit/9e6d2bf)) + + + + + ## [0.5.3](https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3) (2019-06-01) **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 1c332f2..af8f706 100644 --- a/packages/toolbar-antd/package.json +++ b/packages/toolbar-antd/package.json @@ -1,6 +1,6 @@ { "name": "@re-editor/toolbar-antd", - "version": "0.5.3", + "version": "0.5.4", "description": "", "main": "lib/scripts/index.js", "scripts": { @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@babel/plugin-transform-runtime": "^7.4.3", - "@re-editor/core": "0.5.3", + "@re-editor/core": "0.5.4", "antd": "^3.15.0" }, "devDependencies": {