Skip to content

Commit 4f97154

Browse files
Merge branch 'release/v1.3.0'
2 parents c71147a + 7e8df3c commit 4f97154

11 files changed

+33
-3
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
5+
TAG=1.3.0

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.3.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.2.0...v1.3.0) (2019-12-31)
2+
3+
4+
### Features
5+
6+
* **$favicon:** update favicon ([4b2b966](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/4b2b966eb896fbc995390ba4219bebb3a1b0a049))
7+
8+
9+
### Performance Improvements
10+
11+
* **$NGINX:** support persistence NGINX log ([59092d0](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/59092d0001c81d2ffe4d3674c99f427e058519f2))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **$favicon:** Brand new favicon.
17+
* **$NGINX:** Support persistence NGINX log, storage NGINX log on
18+
local machine.
19+
20+
21+
122
# [1.2.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.1.0...v1.2.0) (2019-12-31)
223

324

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Here is the highlights of **TypeScript Playground**:
2323
4. Docker support.
2424
5. Multi-environment support.
2525
6. NGINX Gzip support.
26+
6. Support `Dark` / `Light` color scheme. Self-adaptive color scheme change.
2627

2728
## Usage
2829

docker-compose.development_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ services:
1212
ENV_ALIAS: dev_dkr
1313
ports:
1414
- 8081:80
15+
volumes:
16+
- /Users/johnny/docker-file-mapping/vuetify-typescript-playground/log:/var/log/nginx

docker-compose.production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ services:
1212
ENV_ALIAS: prod
1313
ports:
1414
- 8081:80
15+
volumes:
16+
- /Users/johnny/docker-file-mapping/vuetify-typescript-playground/log:/var/log/nginx

docker-compose.stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ services:
1212
ENV_ALIAS: stage
1313
ports:
1414
- 8081:80
15+
volumes:
16+
- /Users/johnny/docker-file-mapping/vuetify-typescript-playground/log:/var/log/nginx

docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ services:
1212
ENV_ALIAS: test
1313
ports:
1414
- 8081:80
15+
volumes:
16+
- /Users/johnny/docker-file-mapping/vuetify-typescript-playground/log:/var/log/nginx

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",
3+
"version": "1.3.0",
44
"license": "Apache-2.0",
55
"description": "Vuetify Typescript Playground",
66
"author": {

public/favicon.ico

-4.19 KB
Binary file not shown.

public/favicon.png

22.7 KB
Loading

0 commit comments

Comments
 (0)