Skip to content

Commit 38e6ff6

Browse files
author
geekact
committed
chore: bump version v2.0.0
1 parent 09fc7b1 commit 38e6ff6

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.0.0](https://github.com/geekact/vite-react/compare/v1.0.0...v2.0.0)  (2022-12-10)
2+
3+
- 要求最低 vite 版本为 4.0
4+
- 为本地 https 自动生成证书
5+
16
## [1.0.0](https://github.com/geekact/vite-react/compare)  (2022-12-09)
27

38
- 删除插件`babel-plugin-style-import`,antd 升级到 5.0 之后不再需要按需引入了

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# vite-react
22

3-
基于 [Vite](https://github.com/vitejs/vite) 工具的 react 专属版本
3+
基于 [Vite](https://github.com/vitejs/vite) 工具的 react 专属配置
4+
5+
[![npm peer dependency vite version](https://img.shields.io/npm/dependency-version/vite-react/peer/vite?logo=vite)](https://github.com/vitejs/vite)
6+
[![npm](https://img.shields.io/npm/v/vite-react?logo=npm)](https://www.npmjs.com/package/vite-react)
7+
[![License](https://img.shields.io/github/license/geekact/vite-react?logo=open-source-initiative)](https://github.com/geekact/vite-react/blob/master/LICENSE)
8+
[![Code Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier)](https://github.com/prettier/prettier)
49

510
# 安装
611

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-react",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"module": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"sideEffects": false,
@@ -20,14 +20,14 @@
2020
},
2121
"volta": {
2222
"node": "14.18.0",
23-
"pnpm": "7.18.0"
23+
"pnpm": "7.18.1"
2424
},
25-
"packageManager": "[email protected].0",
25+
"packageManager": "[email protected].1",
2626
"scripts": {
2727
"prepublishOnly": "tsup && echo \"import 'vite/client';\" >> dist/index.d.ts"
2828
},
2929
"peerDependencies": {
30-
"vite": "^4"
30+
"vite": "^4.0.0"
3131
},
3232
"dependencies": {
3333
"@types/html-minifier-terser": "^7.0.0",

0 commit comments

Comments
 (0)