expo-manifests 1.0.10-canary-20251127-587bc53 → 1.0.11-canary-20251205-756eb7a

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
@@ -12,6 +12,14 @@
12
12
 
13
13
  - Remove tests related files from the published package content. ([#39551](https://github.com/expo/expo/pull/39551) by [@Simek](https://github.com/Simek))
14
14
 
15
+ ## 1.0.10 - 2025-12-05
16
+
17
+ _This version does not introduce any user-facing changes._
18
+
19
+ ## 1.0.9 - 2025-11-17
20
+
21
+ _This version does not introduce any user-facing changes._
22
+
15
23
  ## 1.0.8 — 2025-09-11
16
24
 
17
25
  _This version does not introduce any user-facing changes._
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '1.0.10-canary-20251127-587bc53'
7
+ version = '1.0.11-canary-20251205-756eb7a'
8
8
 
9
9
  expoModule {
10
10
  canBePublished false
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.manifests"
15
15
  defaultConfig {
16
16
  versionCode 31
17
- versionName '1.0.10-canary-20251127-587bc53'
17
+ versionName '1.0.11-canary-20251205-756eb7a'
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
  testOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-manifests",
3
- "version": "1.0.10-canary-20251127-587bc53",
3
+ "version": "1.0.11-canary-20251205-756eb7a",
4
4
  "description": "Code to parse and use Expo and Expo Updates manifests.",
5
5
  "main": "build/Manifests.js",
6
6
  "types": "build/Manifests.d.ts",
@@ -34,13 +34,13 @@
34
34
  "preset": "expo-module-scripts"
35
35
  },
36
36
  "dependencies": {
37
- "@expo/config": "12.0.11-canary-20251127-587bc53",
38
- "expo-json-utils": "0.15.1-canary-20251127-587bc53"
37
+ "@expo/config": "12.0.12-canary-20251205-756eb7a",
38
+ "expo-json-utils": "0.15.1-canary-20251205-756eb7a"
39
39
  },
40
40
  "devDependencies": {
41
- "expo-module-scripts": "5.1.0-canary-20251127-587bc53"
41
+ "expo-module-scripts": "5.1.0-canary-20251205-756eb7a"
42
42
  },
43
43
  "peerDependencies": {
44
- "expo": "55.0.0-canary-20251127-587bc53"
44
+ "expo": "55.0.0-canary-20251205-756eb7a"
45
45
  }
46
46
  }