@expo/html-elements 0.11.2 → 0.11.3-canary-20250122-166c2cb

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -9
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -8,17 +8,9 @@
8
8
 
9
9
  ### 🐛 Bug fixes
10
10
 
11
- ### 💡 Others
12
-
13
- ## 0.11.2 — 2025-01-19
14
-
15
- ### 🐛 Bug fixes
16
-
17
11
  - 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))
18
12
 
19
- ## 0.11.1 — 2025-01-10
20
-
21
- _This version does not introduce any user-facing changes._
13
+ ### 💡 Others
22
14
 
23
15
  ## 0.11.0 — 2024-10-22
24
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/html-elements",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-canary-20250122-166c2cb",
4
4
  "description": "Universal semantic HTML React components for iOS, Android, web, and desktop",
5
5
  "main": "build/Elements.js",
6
6
  "types": "build/Elements.d.ts",
@@ -57,7 +57,6 @@
57
57
  ]
58
58
  },
59
59
  "devDependencies": {
60
- "expo-module-scripts": "^4.0.3"
61
- },
62
- "gitHead": "0a0c6d35a691fc59c0d94675d159ac9e3dfd6f26"
60
+ "expo-module-scripts": "4.0.4-canary-20250122-166c2cb"
61
+ }
63
62
  }