Skip to content

Commit 4c90b6f

Browse files
committed
version: v1.1.0
1 parent e40cec6 commit 4c90b6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHNANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0
2+
3+
- Update Vite@7
4+
- Update `vite.config.ts` config `define` `($__THEME__$` -> `__THEME__`, `$__SENTRY__$` -> `__SENTRY__`, `$__SENTRY__DSN__$` -> `__SENTRY__DSN__`, `$__IS_PRODUCTION__$` -> `__IS_PRODUCTION__`)
5+
16
## 0.9.6
27

38
- Update sentry

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-antd-typescript-starter",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "React antd5 typescript redux template",
66
"author": "ShineShao <xiaoshaoqq@gmail.com>",

0 commit comments

Comments
 (0)