expo-store-review 8.0.2-canary-20250404-87e2506 → 8.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
+ ## 8.1.0 — 2025-04-04
14
+
15
+ ### 🐛 Bug fixes
16
+
11
17
  - Fix activationState must be used from main thread only ([#35403](https://github.com/expo/expo/pull/35403) by [@dylancom](https://github.com/dylancom))
12
18
 
13
19
  ### 💡 Others
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '8.0.0'
7
+ version = '8.1.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.storereview"
11
11
  defaultConfig {
12
12
  versionCode 4
13
- versionName "8.0.0"
13
+ versionName "8.1.0"
14
14
  }
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-store-review",
3
- "version": "8.0.2-canary-20250404-87e2506",
3
+ "version": "8.1.0",
4
4
  "description": "Provides access to native APIs for in-app reviews.",
5
5
  "main": "build/StoreReview.js",
6
6
  "types": "build/StoreReview.d.ts",
@@ -34,10 +34,11 @@
34
34
  "homepage": "https://docs.expo.dev/versions/latest/sdk/storereview/",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "expo-module-scripts": "4.0.6-canary-20250404-87e2506"
37
+ "expo-module-scripts": "^4.1.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "expo": "53.0.0-canary-20250404-87e2506",
40
+ "expo": "*",
41
41
  "react-native": "*"
42
- }
42
+ },
43
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
43
44
  }