expo-location 18.0.11-canary-20250404-3c3b5fd → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  ### 🐛 Bug fixes
10
10
 
11
+ ### 💡 Others
12
+
13
+ ## 18.1.0 — 2025-04-04
14
+
15
+ ### 🐛 Bug fixes
16
+
11
17
  - [Android] Add missing ProGuard rule to fix task consumer failed ([#34098](https://github.com/expo/expo/pull/34098) by [@cornejobarraza](https://github.com/cornejobarraza))
12
18
  - [iOS] `startLocationUpdatesAsync` should not require background permissions ([#33617](https://github.com/expo/expo/pull/33617) by [@andrejpavlovic](https://github.com/andrejpavlovic)
13
19
 
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '18.0.2'
7
+ version = '18.1.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.location"
11
11
  defaultConfig {
12
12
  versionCode 29
13
- versionName "18.0.2"
13
+ versionName "18.1.0"
14
14
  consumerProguardFiles("proguard-rules.pro")
15
15
  }
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-location",
3
- "version": "18.0.11-canary-20250404-3c3b5fd",
3
+ "version": "18.1.0",
4
4
  "description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -39,9 +39,10 @@
39
39
  "preset": "expo-module-scripts"
40
40
  },
41
41
  "devDependencies": {
42
- "expo-module-scripts": "4.0.6-canary-20250404-3c3b5fd"
42
+ "expo-module-scripts": "^4.1.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "expo": "53.0.0-canary-20250404-3c3b5fd"
46
- }
45
+ "expo": "*"
46
+ },
47
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
47
48
  }