Skip to content

Commit 09b5350

Browse files
Merge tag 'v1.2.0' into develop
release version 1.2.0
2 parents f2c0c8e + c71147a commit 09b5350

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
VUE_APP_PACKAGE_JSON=''
33

44
# TAG must be corresponding with the version tag in package.json, need to modify it when new version releases
5-
TAG=1.2.0-beta
5+
TAG=1.2.0

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.2.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.1.0...v1.2.0) (2019-12-31)
2+
3+
4+
### Features
5+
6+
* **$Debounce:** add `Debounced Click` directive ([91d7964](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/91d7964fbc6971843263b5ae21c25856950decdb))
7+
* **$Demo:** add ripple effect ([484ef04](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/484ef048ca81273b49a92c20230d01f91e494cae))
8+
* **$i18n:** internationalization i18n support ([f2c0c8e](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/f2c0c8e0413ffe0a2a30f5f3e8e0334e4f3e8c86))
9+
10+
11+
### Performance Improvements
12+
13+
* **$Theme:** abstract codes of color scheme ([098378e](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/098378e62360fb29f2d11453cf51a46496b66caa))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **$i18n:** internationalization i18n support.
19+
* **$Debounce:** debounced click support.
20+
21+
22+
123
# [1.1.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.0.0...v1.1.0) (2019-12-30)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-typescript-playground",
3-
"version": "1.2.0-beta",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"description": "Vuetify Typescript Playground",
66
"author": {

0 commit comments

Comments
 (0)