Skip to content

Commit

Permalink
chore(release): publish v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wowlusitong committed Jun 1, 2019
1 parent b089ce1 commit c67e032
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)


### Bug Fixes

* **core:** 禁止嵌套表格 ([fafb013](https://github.com/wowlusitong/re-editor/commit/fafb013))
* **core:** 禁止快捷键删除表格单元格 ([b089ce1](https://github.com/wowlusitong/re-editor/commit/b089ce1))


### Features

* **core:** 优化表格增加行/列的操作 ([f2341b0](https://github.com/wowlusitong/re-editor/commit/f2341b0))





## [0.5.1](https://github.com/wowlusitong/re-editor/compare/v0.5.0...v0.5.1) (2019-05-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.5.1",
"version": "0.5.2",
"npmClient": "yarn",
"useWorkspaces": true
}
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)


### Bug Fixes

* **core:** 禁止嵌套表格 ([fafb013](https://github.com/wowlusitong/re-editor/commit/fafb013))
* **core:** 禁止快捷键删除表格单元格 ([b089ce1](https://github.com/wowlusitong/re-editor/commit/b089ce1))


### Features

* **core:** 优化表格增加行/列的操作 ([f2341b0](https://github.com/wowlusitong/re-editor/commit/f2341b0))





## [0.5.1](https://github.com/wowlusitong/re-editor/compare/v0.5.0...v0.5.1) (2019-05-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@re-editor/core",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "lib/scripts/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)

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





## [0.5.1](https://github.com/wowlusitong/re-editor/compare/v0.5.0...v0.5.1) (2019-05-12)

**Note:** Version bump only for package @re-editor/examples
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@re-editor/examples",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -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.1",
"re-editor": "0.5.2",
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/re-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)

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





## [0.5.1](https://github.com/wowlusitong/re-editor/compare/v0.5.0...v0.5.1) (2019-05-12)

**Note:** Version bump only for package re-editor
Expand Down
6 changes: 3 additions & 3 deletions packages/re-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re-editor",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "lib/scripts/index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.3",
"@re-editor/core": "0.5.1",
"@re-editor/toolbar-antd": "0.5.1"
"@re-editor/core": "0.5.2",
"@re-editor/toolbar-antd": "0.5.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/toolbar-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2) (2019-06-01)


### Features

* **core:** 优化表格增加行/列的操作 ([f2341b0](https://github.com/wowlusitong/re-editor/commit/f2341b0))





## [0.5.1](https://github.com/wowlusitong/re-editor/compare/v0.5.0...v0.5.1) (2019-05-12)

**Note:** Version bump only for package @re-editor/toolbar-antd
Expand Down
4 changes: 2 additions & 2 deletions packages/toolbar-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@re-editor/toolbar-antd",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "lib/scripts/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.3",
"@re-editor/core": "0.5.1",
"@re-editor/core": "0.5.2",
"antd": "^3.15.0"
},
"devDependencies": {
Expand Down

0 comments on commit c67e032

Please sign in to comment.