@expo/html-elements
Advanced tools
Comparing version 0.11.3-canary-20250124-42fe332 to 0.11.3-canary-20250131-5c4e588
@@ -11,14 +11,6 @@ # 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)) | ||
## 0.11.1 — 2025-01-10 | ||
### 💡 Others | ||
_This version does not introduce any user-facing changes._ | ||
## 0.11.0 — 2024-10-22 | ||
@@ -25,0 +17,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.11.3-canary-20250124-42fe332", | ||
"version": "0.11.3-canary-20250131-5c4e588", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -60,5 +60,4 @@ "main": "build/Elements.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "4.0.4-canary-20250124-42fe332" | ||
}, | ||
"gitHead": "42fe3321395867f7bacba1ea4dc90db1692f119e" | ||
"expo-module-scripts": "4.0.4-canary-20250131-5c4e588" | ||
} | ||
} |
153248
94