Skip to content

Commit

Permalink
Version Packages (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 10, 2022
1 parent 75f8b22 commit 2641574
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-onions-visit.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"expo": "46.0.10",
"jest": "29.0.3",
"native-base": "3.4.15",
"nativewind": "2.0.9",
"nativewind": "2.0.10",
"react": "*",
"react-dom": "*",
"react-native": "0.70.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.19.0",
"@swc/plugin-transform-imports": "1.2.12",
"nativewind": "2.0.9",
"nativewind": "2.0.10",
"tailwindcss": "3.1.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dedent": "0.7.0",
"docusaurus-plugin-sass": "0.2.2",
"lodash.debounce": "4.0.8",
"nativewind": "2.0.9",
"nativewind": "2.0.10",
"prism-react-renderer": "1.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nativewind

## 2.0.10

### Patch Changes

- 1986508: fix: unable to find styles console warning

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nativewind/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.9",
"version": "2.0.10",
"name": "nativewind",
"description": "Use Tailwindcss in your cross-platform React Native applications",
"main": "dist/index.js",
Expand Down

1 comment on commit 2641574

@vercel
Copy link

@vercel vercel bot commented on 2641574 Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.