@expo/html-elements
Advanced tools
Comparing version 0.11.2-canary-20250114-804e26d to 0.11.2
@@ -11,6 +11,10 @@ # Changelog | ||
### 💡 Others | ||
## 0.11.2 — 2025-01-19 | ||
### 🐛 Bug fixes | ||
- change type of `outlineColor` to `ColorValue` to support react-native 0.77 ([#33946](https://github.com/expo/expo/pull/33946) by [@vonovak](https://github.com/vonovak)) | ||
### 💡 Others | ||
## 0.11.1 — 2025-01-10 | ||
@@ -17,0 +21,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.11.2-canary-20250114-804e26d", | ||
"version": "0.11.2", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -60,5 +60,5 @@ "main": "build/Elements.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "4.0.4-canary-20250114-804e26d" | ||
"expo-module-scripts": "^4.0.3" | ||
}, | ||
"gitHead": "804e26d8545f2b890dfa80eeb8122036f38d4d0c" | ||
"gitHead": "0a0c6d35a691fc59c0d94675d159ac9e3dfd6f26" | ||
} |
153390
94