mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-11 16:19:48 +08:00
Version Packages (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9481eb58c3
commit
d6ebbe997a
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"nativewind": patch
|
||||
---
|
||||
|
||||
fix: stop compiling styles during mode:transformOnly
|
||||
@@ -22,7 +22,7 @@
|
||||
"expo": "46.0.10",
|
||||
"jest": "29.0.2",
|
||||
"native-base": "3.4.13",
|
||||
"nativewind": "2.0.8",
|
||||
"nativewind": "2.0.9",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-native": "0.69.5",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/standalone": "7.18.13",
|
||||
"@swc/plugin-transform-imports": "1.2.12",
|
||||
"nativewind": "2.0.8",
|
||||
"nativewind": "2.0.9",
|
||||
"tailwindcss": "3.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"dedent": "0.7.0",
|
||||
"docusaurus-plugin-sass": "0.2.2",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"nativewind": "2.0.8",
|
||||
"nativewind": "2.0.9",
|
||||
"prism-react-renderer": "1.3.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# nativewind
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2b74fa9: fix: stop compiling styles during mode:transformOnly
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"name": "nativewind",
|
||||
"description": "Use Tailwindcss in your cross-platform React Native applications",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user