Skip to content

Commit 5871839

Browse files
committed
chore: bump version to 1.3.0 and remove expo-updates
- Bump version from 1.2.1 to 1.3.0 in package.json and app.config.ts - Remove expo-updates dependency (OTA updates not currently used) - Remove EAS Update configuration from app.config.ts - Add text language identifiers to markdown code blocks (MD040)
1 parent a3791bc commit 5871839

4 files changed

Lines changed: 15 additions & 76 deletions

File tree

app.config.ts

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ import { ConfigContext, ExpoConfig } from 'expo/config';
33
/**
44
* Expo configuration for Sobers app.
55
*
6-
* @remarks
7-
* This configuration includes EAS Update settings for over-the-air updates.
8-
* The runtime version uses the SDK version policy for managed workflow compatibility.
9-
*
10-
* @see {@link https://docs.expo.dev/eas-update/getting-started/ EAS Update Documentation}
11-
* @see {@link https://docs.expo.dev/distribution/runtime-versions/ Runtime Version Documentation}
6+
* @see {@link https://docs.expo.dev/workflow/configuration/ Expo Configuration}
127
*/
138
export default ({ config }: ConfigContext): ExpoConfig => ({
149
...config,
@@ -34,21 +29,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
3429
scheme: 'sobers',
3530
userInterfaceStyle: 'automatic',
3631
icon: './assets/images/logo.png',
37-
version: '1.2.1',
32+
version: '1.3.0',
3833
orientation: 'portrait',
3934
newArchEnabled: true,
40-
// =============================================================================
41-
// EAS Update Configuration
42-
// =============================================================================
43-
runtimeVersion: {
44-
policy: 'sdkVersion',
45-
},
46-
updates: {
47-
url: 'https://u.expo.dev/d17ee0bf-d2d6-4a29-9348-8dc79fffb815',
48-
enabled: true,
49-
checkAutomatically: 'ON_LOAD',
50-
fallbackToCacheTimeout: 0,
51-
},
5235
// ===========================================================================
5336
// iOS Configuration
5437
// ===========================================================================

docs/plans/2026-01-24-twelve-step-program-section-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Five tabs with icon + short label:
2929

3030
### File Structure
3131

32-
```
32+
```text
3333
app/(app)/(tabs)/program/
3434
├── _layout.tsx # Top tabs navigator
3535
├── index.tsx # Redirects to /steps (default tab)
@@ -230,7 +230,7 @@ user_program_stats (
230230

231231
### Daily Reflection Card (Full Content)
232232

233-
```
233+
```text
234234
┌─────────────────────────────────────────────────┐
235235
│ ☀️ Daily Reflection Jan 24, 2026 │
236236
├─────────────────────────────────────────────────┤
@@ -253,7 +253,7 @@ user_program_stats (
253253

254254
### Program Activity Card
255255

256-
```
256+
```text
257257
┌─────────────────────────────────────────────────┐
258258
│ 📊 Program Activity [→] │
259259
├─────────────────────────────────────────────────┤
@@ -317,7 +317,7 @@ user_program_stats (
317317

318318
### Settings UI
319319

320-
```
320+
```text
321321
┌─────────────────────────────────────────────────┐
322322
│ Content Preferences │
323323
├─────────────────────────────────────────────────┤

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sobers",
33
"main": "expo-router/entry",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"packageManager": "pnpm@10.28.2",
66
"scripts": {
77
"dev": ". ./.env && supabase start && expo start",
@@ -71,7 +71,6 @@
7171
"expo-status-bar": "~3.0.9",
7272
"expo-symbols": "~1.0.8",
7373
"expo-system-ui": "~6.0.9",
74-
"expo-updates": "^29.0.16",
7574
"expo-web-browser": "~15.0.10",
7675
"lucide-react-native": "^0.562.0",
7776
"react": "19.1.0",

pnpm-lock.yaml

Lines changed: 8 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)