@expo/html-elements 0.10.2-canary-20241021-7aba813 → 0.11.0

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
@@ -10,6 +10,8 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 0.11.0 — 2024-10-22
14
+
13
15
  ### ⚠️ Notices
14
16
 
15
17
  - Added support for React Native 0.76.x. ([#31552](https://github.com/expo/expo/pull/31552) by [@gabrieldonadel](https://github.com/gabrieldonadel))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/html-elements",
3
- "version": "0.10.2-canary-20241021-7aba813",
3
+ "version": "0.11.0",
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,7 @@
57
57
  ]
58
58
  },
59
59
  "devDependencies": {
60
- "expo-module-scripts": "3.6.0-canary-20241021-7aba813"
60
+ "expo-module-scripts": "^4.0.0"
61
61
  },
62
- "gitHead": "7aba81347da9d958c517e17a045f015871bbe3b3"
62
+ "gitHead": "685ebb8a213326cb33c80281ca8756b374ccb63d"
63
63
  }