Commit cf9756cc6eb55f11b469885cd32c56d8aa94876b
1 parent
cf953c20
chore(release): 1.7.2
Showing
2 changed files
with
11 additions
and
1 deletions
CHANGELOG.md
| @@ -2,6 +2,16 @@ | @@ -2,6 +2,16 @@ | ||
| 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.2](https://github.com/ly525/luban-h5/compare/v1.7.1...v1.7.2) (2019-12-08) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +### Bug Fixes | ||
| 9 | + | ||
| 10 | +* replace router.place with window.open new tab to aviod could not save and preview the work when create the work ([cf953c2](https://github.com/ly525/luban-h5/commit/cf953c2)) | ||
| 11 | +* **build:** set publicURL to index ([abfb167](https://github.com/ly525/luban-h5/commit/abfb167)) | ||
| 12 | +* **editor:** update mutation type for undo-redo ([0f4a2cb](https://github.com/ly525/luban-h5/commit/0f4a2cb)) | ||
| 13 | +* **preview:** show qrcode in preview dialog if open from work list ([8c62271](https://github.com/ly525/luban-h5/commit/8c62271)) | ||
| 14 | + | ||
| 5 | ### [1.7.1](https://github.com/ly525/luban-h5/compare/v1.7.0...v1.7.1) (2019-11-30) | 15 | ### [1.7.1](https://github.com/ly525/luban-h5/compare/v1.7.0...v1.7.1) (2019-11-30) |
| 6 | 16 | ||
| 7 | 17 |
package.json
| 1 | { | 1 | { |
| 2 | "name": "luban-h5", | 2 | "name": "luban-h5", |
| 3 | - "version": "1.7.1", | 3 | + "version": "1.7.2", |
| 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", |