diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index aa9606ec..c928b045 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.5", + "version": "0.18.6", "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 13caff44..862cc968 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.5", + "version": "0.18.6", "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 f0c873d8..fd2ec74f 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.5", + "version": "0.18.6", "scripts": { "build": "next build", "dev": "next", "start": "next start" }, "dependencies": { - "babel-plugin-react-native-web": "0.18.5", + "babel-plugin-react-native-web": "0.18.6", "next": "^12.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-native-web": "0.18.5" + "react-native-web": "0.18.6" }, "license": "MIT" } diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 88fe636d..601c0320 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.5", + "version": "0.18.6", "description": "React Native for Web", "module": "dist/index.js", "main": "dist/cjs/index.js",