@expo/html-elements
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -11,7 +11,11 @@ # Changelog | ||
### 💡 Others | ||
## 0.4.3 — 2023-05-08 | ||
### 🐛 Bug fixes | ||
- Prevent babel plugin from running on node_modules. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon)) | ||
- Prevent babel plugin from transforming `html` and `body` on web. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon)) | ||
### 💡 Others | ||
## 0.4.1 — 2023-02-09 | ||
@@ -18,0 +22,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -61,3 +61,4 @@ "main": "build/Elements.js", | ||
"expo-module-scripts": "^3.0.0" | ||
} | ||
}, | ||
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78" | ||
} |
@@ -35,3 +35,3 @@ <h1 align="center">@expo/html-elements</h1> | ||
```sh | ||
``` | ||
yarn add @expo/html-elements | ||
@@ -38,0 +38,0 @@ ``` |
159103