9bb38c2f by McLemore

Merge branch 'release/airbnbstyle'

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