expo-store-review 8.0.0-canary-20241021-c4b5a93 → 8.0.1-canary-20241211-61c49bd

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
@@ -4,12 +4,20 @@
4
4
 
5
5
  ### 🛠 Breaking changes
6
6
 
7
- - Bumped iOS deployment target to 15.1. ([#30840](https://github.com/expo/expo/pull/30840) by [@tsapeta](https://github.com/tsapeta))
8
-
9
7
  ### 🎉 New features
10
8
 
11
9
  ### 🐛 Bug fixes
12
10
 
11
+ ### 💡 Others
12
+
13
+ ## 8.0.0 — 2024-10-22
14
+
15
+ ### 🛠 Breaking changes
16
+
17
+ - Bumped iOS deployment target to 15.1. ([#30840](https://github.com/expo/expo/pull/30840) by [@tsapeta](https://github.com/tsapeta))
18
+
19
+ ### 🐛 Bug fixes
20
+
13
21
  - Add missing `react-native` peer dependencies for isolated modules. ([#30484](https://github.com/expo/expo/pull/30484) by [@byCedric](https://github.com/byCedric))
14
22
 
15
23
  ### 💡 Others
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '7.0.2'
4
+ version = '8.0.0'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.storereview"
15
15
  defaultConfig {
16
16
  versionCode 4
17
- versionName "7.0.2"
17
+ versionName "8.0.0"
18
18
  }
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-store-review",
3
- "version": "8.0.0-canary-20241021-c4b5a93",
3
+ "version": "8.0.1-canary-20241211-61c49bd",
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,11 +34,10 @@
34
34
  "homepage": "https://docs.expo.dev/versions/latest/sdk/storereview/",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "expo-module-scripts": "3.6.0-canary-20241021-c4b5a93"
37
+ "expo-module-scripts": "4.0.3-canary-20241211-61c49bd"
38
38
  },
39
39
  "peerDependencies": {
40
- "expo": "52.0.0-canary-20241021-c4b5a93",
40
+ "expo": "53.0.0-canary-20241211-61c49bd",
41
41
  "react-native": "*"
42
- },
43
- "gitHead": "c4b5a932011f3dfab7a0302ff32cce7c33aa7c28"
42
+ }
44
43
  }