@expo/html-elements 0.4.2 → 0.4.3

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
@@ -8,11 +8,15 @@
8
8
 
9
9
  ### 🐛 Bug fixes
10
10
 
11
+ ### 💡 Others
12
+
13
+ ## 0.4.3 — 2023-05-08
14
+
15
+ ### 🐛 Bug fixes
16
+
11
17
  - Prevent babel plugin from running on node_modules. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon))
12
18
  - Prevent babel plugin from transforming `html` and `body` on web. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon))
13
19
 
14
- ### 💡 Others
15
-
16
20
  ## 0.4.1 — 2023-02-09
17
21
 
18
22
  ### 🎉 New features
package/README.md CHANGED
@@ -32,7 +32,7 @@ We at Expo recommend using platform agnostic primitives like `View`, `Image`, an
32
32
 
33
33
  Install:
34
34
 
35
- ```sh
35
+ ```
36
36
  yarn add @expo/html-elements
37
37
  ```
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/html-elements",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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",
@@ -58,5 +58,6 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "expo-module-scripts": "^3.0.0"
61
- }
61
+ },
62
+ "gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
62
63
  }