From 27527ba636ae639b742a6739a0ba890f4f9c12d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 16:43:14 +1000 Subject: [PATCH] Version Packages (#198) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 13 ------------- .changeset/selfish-flowers-push.md | 5 ----- apps/benchmarks/package.json | 2 +- apps/demo-compiler/package.json | 2 +- apps/website/package.json | 2 +- packages/nativewind/package.json | 2 +- 6 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/selfish-flowers-push.md diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index d0b0c6b..0000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "benchmarks": "0.0.0", - "demo-compiler": "1.0.0", - "website": "0.0.0", - "nativewind": "2.0.1" - }, - "changesets": [ - "selfish-flowers-push" - ] -} diff --git a/.changeset/selfish-flowers-push.md b/.changeset/selfish-flowers-push.md deleted file mode 100644 index fb9d576..0000000 --- a/.changeset/selfish-flowers-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nativewind": patch ---- - -support loading tailwind.config.cjs diff --git a/apps/benchmarks/package.json b/apps/benchmarks/package.json index 2a564ae..da19182 100644 --- a/apps/benchmarks/package.json +++ b/apps/benchmarks/package.json @@ -20,7 +20,7 @@ "expo": "46.0.9", "jest": "29.0.0", "native-base": "3.4.13", - "nativewind": "2.0.3-next.0", + "nativewind": "2.0.3", "react": "*", "react-dom": "*", "react-native": "0.69.5", diff --git a/apps/demo-compiler/package.json b/apps/demo-compiler/package.json index 8bdd588..89cf7e3 100644 --- a/apps/demo-compiler/package.json +++ b/apps/demo-compiler/package.json @@ -15,7 +15,7 @@ "@babel/preset-react": "7.18.6", "@babel/standalone": "7.18.13", "@swc/plugin-transform-imports": "1.2.9", - "nativewind": "2.0.3-next.0", + "nativewind": "2.0.3", "tailwindcss": "3.1.8" }, "devDependencies": { diff --git a/apps/website/package.json b/apps/website/package.json index 03e02d0..82fce2b 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -28,7 +28,7 @@ "dedent": "0.7.0", "docusaurus-plugin-sass": "0.2.2", "lodash.debounce": "4.0.8", - "nativewind": "2.0.3-next.0", + "nativewind": "2.0.3", "prism-react-renderer": "1.3.3", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/nativewind/package.json b/packages/nativewind/package.json index dab2fd3..d352021 100644 --- a/packages/nativewind/package.json +++ b/packages/nativewind/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-next.0", + "version": "2.0.3", "name": "nativewind", "description": "Use Tailwindcss in your cross-platform React Native applications", "main": "dist/index.js",