Skip to content

Commit a6c4921

Browse files
Merge tag 'v0.1.0' into develop
release version 0.1.0
2 parents 1c542cf + 0b27d41 commit a6c4921

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 0.1.0 (2019-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **$Travis:** correct command ([480b1db](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/480b1db93f11d9e0c1815cd13a5dfa2ae31ac322))
7+
* **$Travis:** remove command ([1c542cf](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/1c542cf2dedadc69ba7c9cd55519bc38612b3771))
8+
9+
10+
### Features
11+
12+
* **$ESLint:** add more ESLint for HTML ([733f4f5](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/733f4f52d51b37998b1fa7d172bfb80d9aa9af1a))
13+
* **$ESLint:** improve ESLint rules ([5aba6a4](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/5aba6a412f03d714f70186e8bc4c6cb854d4d092))
14+
* **$HelloWorld:** use prop to pass data ([2f989e5](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/2f989e51887faf9b0d1ce82123efb42b6d40f30c))
15+
* **$Vuetify:** integrate Vuetify ([ba1ee28](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/ba1ee2891c8efa3cf4e5356b891823d60eeb581a))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **$Vuetify:** Vuetify integration
21+
22+
23+

package.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "vuetify-typescript-playground",
3-
"version": "0.1.0-beta",
3+
"version": "0.1.0",
4+
"license": "Apache-2.0",
5+
"description": "Vuetify Typescript Playground",
6+
"author": {
7+
"name": "Johnny Miller (锺俊)",
8+
"email": "johnnysviva@outlook.com",
9+
"url": "https://github.com/johnnymillergh/"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/johnnymillergh/vuetify-typescript-playground/issues/new",
13+
"email": "johnnysviva@outlook.com"
14+
},
15+
"repository": {
16+
"url": "https://github.com/johnnymillergh/vuetify-typescript-playground",
17+
"type": "git"
18+
},
19+
"keywords": [
20+
"vue",
21+
"vuetify",
22+
"typescript"
23+
],
424
"private": true,
525
"scripts": {
626
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)