expo-mesh-gradient 1.0.0-canary-20250221-ef26fed → 1.0.0-canary-20250304-0da3971
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 +5 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### 🛠 Breaking changes
|
|
6
6
|
|
|
7
|
+
- upgrade RN to 0.78 ([#35050](https://github.com/expo/expo/pull/35050) by [@vonovak](https://github.com/vonovak))
|
|
7
8
|
- Bump minimum macOS version to 11.0. ([#34980](https://github.com/expo/expo/pull/34980) by [@gabrieldonadel](https://github.com/gabrieldonadel))
|
|
8
9
|
|
|
9
10
|
### 🎉 New features
|
|
@@ -16,6 +17,10 @@
|
|
|
16
17
|
|
|
17
18
|
- [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
|
|
18
19
|
|
|
20
|
+
## 0.2.1 - 2025-01-10
|
|
21
|
+
|
|
22
|
+
_This version does not introduce any user-facing changes._
|
|
23
|
+
|
|
19
24
|
## 0.2.0 - 2024-11-29
|
|
20
25
|
|
|
21
26
|
### 🎉 New features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-mesh-gradient",
|
|
3
|
-
"version": "1.0.0-canary-
|
|
3
|
+
"version": "1.0.0-canary-20250304-0da3971",
|
|
4
4
|
"description": "A module that exposes MeshGradient view from SwiftUI to React Native",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -30,12 +30,13 @@
|
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@types/react": "~
|
|
34
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
33
|
+
"@types/react": "~19.0.10",
|
|
34
|
+
"expo-module-scripts": "4.0.5-canary-20250304-0da3971"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"expo": "53.0.0-canary-
|
|
37
|
+
"expo": "53.0.0-canary-20250304-0da3971",
|
|
38
38
|
"react": "*",
|
|
39
39
|
"react-native": "*"
|
|
40
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "0da3971e287bd6878604d671bce0c82db5056a84"
|
|
41
42
|
}
|