From bac3651db3db769ecf65b407d96674e2d8b652a8 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 19 Jul 2022 14:32:59 -0700 Subject: [PATCH] 0.18.7 --- packages/babel-plugin-react-native-web/package.json | 2 +- packages/react-native-web-docs/package.json | 2 +- packages/react-native-web-examples/package.json | 6 +++--- packages/react-native-web/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index c928b045..b951ee39 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "babel-plugin-react-native-web", - "version": "0.18.6", + "version": "0.18.7", "description": "Babel plugin for React Native for Web", "main": "index.js", "devDependencies": { diff --git a/packages/react-native-web-docs/package.json b/packages/react-native-web-docs/package.json index 862cc968..ab60fc09 100644 --- a/packages/react-native-web-docs/package.json +++ b/packages/react-native-web-docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "react-native-web-docs", - "version": "0.18.6", + "version": "0.18.7", "description": "Documentation website for React Native for Web", "scripts": { "dev": "eleventy --serve", diff --git a/packages/react-native-web-examples/package.json b/packages/react-native-web-examples/package.json index d7b3a9bc..6987fc3b 100644 --- a/packages/react-native-web-examples/package.json +++ b/packages/react-native-web-examples/package.json @@ -1,18 +1,18 @@ { "private": true, "name": "react-native-web-examples", - "version": "0.18.6", + "version": "0.18.7", "scripts": { "build": "next build", "dev": "next", "start": "next start" }, "dependencies": { - "babel-plugin-react-native-web": "0.18.6", + "babel-plugin-react-native-web": "0.18.7", "next": "^12.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-native-web": "0.18.6" + "react-native-web": "0.18.7" }, "devDependencies": { "@babel/core": "^7.18.6", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 19d20e2e..f5005ed0 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "react-native-web", - "version": "0.18.6", + "version": "0.18.7", "description": "React Native for Web", "module": "dist/index.js", "main": "dist/cjs/index.js",