Commit 8c1626a5da98ed4732f86534a5c5193fedc33c38
1 parent
e4fc4173
"chore(release): 1.11.0"
Showing
2 changed files
with
15 additions
and
1 deletions
CHANGELOG.md
| @@ -2,6 +2,20 @@ | @@ -2,6 +2,20 @@ | ||
| 2 | 2 | ||
| 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | 4 | ||
| 5 | +## [1.11.0](https://github.com/ly525/luban-h5/compare/v1.10.2...v1.11.0) (2020-08-25) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +### Features | ||
| 9 | + | ||
| 10 | +* **component:** add echarts component !#zh: 支持echarts 图表组件📈 ([e4fc417](https://github.com/ly525/luban-h5/commit/e4fc4173e243afacd7383984c9041661030ff0bf)) | ||
| 11 | + | ||
| 12 | + | ||
| 13 | +### Bug Fixes | ||
| 14 | + | ||
| 15 | +* **long_page:** long page height not work; !#zh: 长页面高度未生效 ([7163795](https://github.com/ly525/luban-h5/commit/71637956181c93ecb722870e00572937d293e7df)) | ||
| 16 | +* map url ([ef441be](https://github.com/ly525/luban-h5/commit/ef441be677d247b27e8cac2898a3e090818d89f0)) | ||
| 17 | +* update dingtalk url ([e63b59c](https://github.com/ly525/luban-h5/commit/e63b59c170795290658555aed598d1c76c3e9e56)) | ||
| 18 | + | ||
| 5 | ### [1.10.2](https://github.com/ly525/luban-h5/compare/v1.10.1...v1.10.2) (2020-08-02) | 19 | ### [1.10.2](https://github.com/ly525/luban-h5/compare/v1.10.1...v1.10.2) (2020-08-02) |
| 6 | 20 | ||
| 7 | 21 |
package.json
| 1 | { | 1 | { |
| 2 | "name": "luban-h5", | 2 | "name": "luban-h5", |
| 3 | - "version": "1.10.2", | 3 | + "version": "1.11.0", |
| 4 | "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", | 4 | "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", |
| 5 | "dependencies": { | 5 | "dependencies": { |
| 6 | "flightplan": "^0.6.20", | 6 | "flightplan": "^0.6.20", |