Skip to content

Commit

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

# [0.3.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.3.0) (2019-03-24)


### Bug Fixes

* **core:** 修复代码高亮解析错误 ([38c7b6d](https://github.com/wowlusitong/re-editor/commit/38c7b6d))
* **core:** 修复表格工具条点击事件不灵敏 ([ebd5a88](https://github.com/wowlusitong/re-editor/commit/ebd5a88))


### Features

* **core:** 代码高亮可以跳出 ([b70884e](https://github.com/wowlusitong/re-editor/commit/b70884e))
* **core:** 代码高亮增加独立工具栏 ([55002b3](https://github.com/wowlusitong/re-editor/commit/55002b3))
* **core:** 增加markdown支持 ([5c2d8f5](https://github.com/wowlusitong/re-editor/commit/5c2d8f5))
* **core:** 增加代码高亮支持 ([521a807](https://github.com/wowlusitong/re-editor/commit/521a807))
* **core:** 增加表格功能 ([1aee824](https://github.com/wowlusitong/re-editor/commit/1aee824))





# [0.2.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.2.0) (2019-03-23)


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.2.0",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.3.0) (2019-03-24)


### Bug Fixes

* **core:** 修复代码高亮解析错误 ([38c7b6d](https://github.com/wowlusitong/re-editor/commit/38c7b6d))
* **core:** 修复表格工具条点击事件不灵敏 ([ebd5a88](https://github.com/wowlusitong/re-editor/commit/ebd5a88))


### Features

* **core:** 代码高亮可以跳出 ([b70884e](https://github.com/wowlusitong/re-editor/commit/b70884e))
* **core:** 代码高亮增加独立工具栏 ([55002b3](https://github.com/wowlusitong/re-editor/commit/55002b3))
* **core:** 增加markdown支持 ([5c2d8f5](https://github.com/wowlusitong/re-editor/commit/5c2d8f5))
* **core:** 增加代码高亮支持 ([521a807](https://github.com/wowlusitong/re-editor/commit/521a807))
* **core:** 增加表格功能 ([1aee824](https://github.com/wowlusitong/re-editor/commit/1aee824))





# [0.2.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.2.0) (2019-03-23)


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.2.0",
"version": "0.3.0",
"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.3.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.3.0) (2019-03-24)

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





# [0.2.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.2.0) (2019-03-23)

**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.2.0",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"clean-webpack-plugin": "^2.0.1",
"re-editor": "0.2.0",
"re-editor": "0.3.0",
"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.3.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.3.0) (2019-03-24)

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





# [0.2.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.2.0) (2019-03-23)

**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.2.0",
"version": "0.3.0",
"description": "",
"main": "lib/scripts/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@re-editor/core": "0.2.0",
"@re-editor/toolbar-antd": "0.2.0"
"@re-editor/core": "0.3.0",
"@re-editor/toolbar-antd": "0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/toolbar-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.3.0) (2019-03-24)


### Features

* **core:** 增加代码高亮支持 ([521a807](https://github.com/wowlusitong/re-editor/commit/521a807))
* **core:** 增加表格功能 ([1aee824](https://github.com/wowlusitong/re-editor/commit/1aee824))





# [0.2.0](https://github.com/wowlusitong/re-editor/compare/v0.0.3...v0.2.0) (2019-03-23)


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.2.0",
"version": "0.3.0",
"description": "",
"main": "lib/scripts/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@re-editor/core": "0.2.0",
"@re-editor/core": "0.3.0",
"antd": "^3.15.0"
},
"devDependencies": {
Expand Down

0 comments on commit 24f6570

Please sign in to comment.