9bb38c2f by McLemore

Merge branch 'release/airbnbstyle'

2 parents 859440b0 c6af2345
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
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.2.2](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.1...v1.2.2) (2019-12-17)
6
5 ### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17) 7 ### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17)
6 8
7 9
......
...@@ -2,7 +2,7 @@ Component({ ...@@ -2,7 +2,7 @@ Component({
2 properties: { 2 properties: {
3 greeting: { 3 greeting: {
4 type: String, 4 type: String,
5 value: 'Hello World!'
6 }
7 }
8 })
...\ No newline at end of file ...\ No newline at end of file
5 value: 'Hello World!',
6 },
7 },
8 });
......
1 { 1 {
2 "name": "@zb100/mui-template", 2 "name": "@zb100/mui-template",
3 "version": "1.2.1", 3 "version": "1.2.2",
4 "lockfileVersion": 1, 4 "lockfileVersion": 1,
5 "requires": true, 5 "requires": true,
6 "dependencies": { 6 "dependencies": {
......
1 { 1 {
2 "name": "@zb100/mui-template", 2 "name": "@zb100/mui-template",
3 "version": "1.2.1", 3 "version": "1.2.2",
4 "description": "小程序组件模版", 4 "description": "小程序组件模版",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
......