Commit 930d2140fbff04a19f5aaaa238a647f80d2257a0
1 parent
f1b6f3ac
chore(release): 1.7.1
Showing
2 changed files
with
16 additions
and
1 deletions
CHANGELOG.md
| @@ -2,6 +2,21 @@ | @@ -2,6 +2,21 @@ | ||
| 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.7.1](https://github.com/ly525/luban-h5/compare/v1.7.0...v1.7.1) (2019-11-30) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +### Bug Fixes | ||
| 9 | + | ||
| 10 | +* update mirror.sh ([3cf794b](https://github.com/ly525/luban-h5/commit/3cf794b)) | ||
| 11 | +* **plugin:** clone the default items for slide,radio group, checkbox group ([141036f](https://github.com/ly525/luban-h5/commit/141036f)) | ||
| 12 | +* [#105](https://github.com/ly525/luban-h5/issues/105) ([35965ff](https://github.com/ly525/luban-h5/commit/35965ff)) | ||
| 13 | +* **text:** set default border radius: 0 ([f21bf35](https://github.com/ly525/luban-h5/commit/f21bf35)) | ||
| 14 | + | ||
| 15 | + | ||
| 16 | +### Features | ||
| 17 | + | ||
| 18 | +* **install:** add one click install script for Ubuntu18.04 ([2e123b6](https://github.com/ly525/luban-h5/commit/2e123b6)) | ||
| 19 | + | ||
| 5 | ## [1.7.0](https://github.com/ly525/luban-h5/compare/v1.6.1...v1.7.0) (2019-11-23) | 20 | ## [1.7.0](https://github.com/ly525/luban-h5/compare/v1.6.1...v1.7.0) (2019-11-23) |
| 6 | 21 | ||
| 7 | 22 |
package.json
| 1 | { | 1 | { |
| 2 | "name": "luban-h5", | 2 | "name": "luban-h5", |
| 3 | - "version": "1.7.0", | 3 | + "version": "1.7.1", |
| 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", |