Skip to content

Commit 65fdc90

Browse files
Merge pull request #1126 from skyclouds2001/dev
Release v1.7.0
2 parents 857e6a6 + dd63176 commit 65fdc90

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
npx lint-staged --allow-empty

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# vite-vue-template-sky
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [`bbbba47`](https://github.com/skyclouds2001/vite-vue-template-sky/commit/bbbba47dae892b1431b91655bf6da5ee80d6e8eb) Thanks [@skyclouds2001](https://github.com/skyclouds2001)! - build: update engine version limit
8+
9+
### Patch Changes
10+
11+
- [`b135191`](https://github.com/skyclouds2001/vite-vue-template-sky/commit/b135191e6f711f0cb9eb01bb6dfa48de4e15cc3e) Thanks [@skyclouds2001](https://github.com/skyclouds2001)! - build: remove useless jsconfig.json file
12+
13+
- [`c24464e`](https://github.com/skyclouds2001/vite-vue-template-sky/commit/c24464e1abd42561e6b72e348c8e4c33950fa9de) Thanks [@skyclouds2001](https://github.com/skyclouds2001)! - build: update json stringify config for performance
14+
15+
- [`2246b84`](https://github.com/skyclouds2001/vite-vue-template-sky/commit/2246b846e4c7c33facb708076b7f52bcf1c361dd) Thanks [@skyclouds2001](https://github.com/skyclouds2001)! - build: allow lint-staged pass empty commit
16+
317
## 1.6.0
418

519
### Patch Changes

jsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-vue-template-sky",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"description": "an opinionated vite starter template for vue",
66
"keywords": [
77
"template",
@@ -33,8 +33,8 @@
3333
"engines": {
3434
"node": ">=20.0.0",
3535
"npm": ">=10.0.0",
36-
"yarn": ">=1.22.0",
37-
"pnpm": ">=8.11.0"
36+
"yarn": ">=1.22.22",
37+
"pnpm": ">=9.0.0"
3838
},
3939
"scripts": {
4040
"dev": "cross-env NODE_ENV=development vite",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineConfig({
4949
},
5050
json: {
5151
namedExports: false,
52-
stringify: true,
52+
stringify: 'auto',
5353
},
5454
server: {
5555
host: env.VITE_DEV_SERVER_HOST ?? 'localhost',

0 commit comments

Comments
 (0)