Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdw committed Dec 3, 2024
1 parent 8774f66 commit f3ad5e3
Show file tree
Hide file tree
Showing 3 changed files with 866 additions and 600 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## [Unreleased]

## [1.8.3] - 2024-12-03

### 修正内容

- 解决有机率无法解析视频的问题

## [1.8.2] - 2024-11-27

### 新增内容
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilisound-client-mobile",
"main": "expo-router/entry",
"version": "1.8.2",
"version": "1.8.3",
"scripts": {
"start": "cross-env DARK_MODE=media expo start -c --dev-client",
"android": "cross-env DARK_MODE=media expo run:android",
Expand Down Expand Up @@ -73,25 +73,25 @@
"core-js": "^3.38.1",
"drizzle-orm": "^0.36.3",
"drizzle-zod": "^0.5.1",
"expo": "^52.0.7",
"expo": "^52.0.14",
"expo-asset": "~11.0.1",
"expo-build-properties": "~0.13.1",
"expo-camera": "~16.0.5",
"expo-camera": "~16.0.8",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.3",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image": "~2.0.0",
"expo-image": "~2.0.3",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-navigation-bar": "~4.0.3",
"expo-router": "~4.0.6",
"expo-linking": "~7.0.3",
"expo-navigation-bar": "~4.0.5",
"expo-router": "~4.0.11",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.11",
"expo-splash-screen": "~0.29.13",
"expo-sqlite": "~15.0.3",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.3",
"expo-system-ui": "~4.0.5",
"expo-web-browser": "~14.0.1",
"ffmpeg-kit-react-native": "^6.0.2",
"filesize": "^10.1.6",
Expand All @@ -107,7 +107,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-native": "0.76.2",
"react-native": "0.76.3",
"react-native-edge-to-edge": "^1.1.2",
"react-native-fast-shadow": "^0.1.1",
"react-native-gesture-handler": "~2.20.2",
Expand All @@ -117,26 +117,26 @@
"react-native-reanimated": "~3.16.1",
"react-native-saf-x": "^2.2.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.2.1",
"react-native-track-player": "^4.1.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.4",
"react-native-webview": "13.12.2",
"sanitize-filename": "^1.6.3",
"semver": "^7.6.3",
"shaka-player": "^4.11.7",
"sleep-promise": "^9.1.0",
"smol-toml": "^1.3.0",
"smol-toml": "^1.3.1",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.14",
"uuid": "^9.0.1",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/core": "~7.25.8",
"@expo/html-elements": "latest",
"@types/color": "^3.0.6",
"@types/core-js": "^2.5.8",
Expand Down
Loading

0 comments on commit f3ad5e3

Please sign in to comment.