Skip to content

Commit 4c853e5

Browse files
committed
release: v0.49.6
1 parent 0c23c6d commit 4c853e5

File tree

5 files changed

+151
-129
lines changed

5 files changed

+151
-129
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 0.49.5 (2025-02-16)
1+
# 0.49.6 (2025-02-22)
22

3-
Updated to upgrade to `vite@8.0.0-beta.14`.
3+
Updated to upgrade to `vite@8.0.0-beta.15`.
44

55
# 0.49.4 (2025-01-30)
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rui-next",
3-
"version": "0.49.5",
3+
"version": "0.49.6",
44
"description": "Mobile web UI components based on React hooks and Vite 8",
55
"files": [
66
"dist/rui-next.css",
@@ -57,7 +57,7 @@
5757
"node": "^20.19.0 || >=22.12.0",
5858
"pnpm": ">= 10"
5959
},
60-
"packageManager": "pnpm@10.29.3",
60+
"packageManager": "pnpm@10.30.1",
6161
"dependencies": {
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
@@ -73,6 +73,6 @@
7373
"less": "^4.5.1",
7474
"rspress": "2.0.0-beta.4",
7575
"typescript": "^5.9.3",
76-
"vite": "^8.0.0-beta.14"
76+
"vite": "^8.0.0-beta.15"
7777
}
7878
}

0 commit comments

Comments
 (0)