From 801937748b2f3c96284bee1881164ac0c62a9c6d Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 22 Mar 2019 10:02:44 -0700 Subject: [PATCH] 0.11.2 --- package.json | 2 +- packages/babel-plugin-react-native-web/package.json | 2 +- packages/benchmarks/package.json | 6 +++--- packages/examples/package.json | 6 +++--- packages/react-native-web/package.json | 2 +- packages/website/package.json | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 035fc9a18..3bb155988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.11.1", + "version": "0.11.2", "name": "react-native-web-monorepo", "scripts": { "clean": "del-cli ./packages/*/dist", diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index 10cc454cd..2b389b8c9 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.11.1", + "version": "0.11.2", "description": "Babel plugin for React Native for Web", "main": "index.js", "devDependencies": { diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json index a5a5d9629..fd810f547 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "benchmarks", - "version": "0.11.1", + "version": "0.11.2", "scripts": { "build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js", "release": "NODE_ENV=production yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -" @@ -16,7 +16,7 @@ "react-dom": "^16.7.0", "react-fela": "^10.2.1", "react-jss": "^8.6.1", - "react-native-web": "0.11.1", + "react-native-web": "0.11.2", "reactxp": "^1.6.0-rc.3", "styled-components": "^4.1.3", "styled-jsx": "^3.2.1", @@ -24,7 +24,7 @@ "styletron-react": "^4.4.5" }, "devDependencies": { - "babel-plugin-react-native-web": "0.11.1", + "babel-plugin-react-native-web": "0.11.2", "css-loader": "^2.1.1", "style-loader": "^0.23.1", "url-loader": "^1.1.2", diff --git a/packages/examples/package.json b/packages/examples/package.json index df25a2f73..6368d9513 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "react-native-examples", - "version": "0.11.1", + "version": "0.11.2", "scripts": { "build": "make-dir dist && cp -f src/index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js", "release": "yarn build && git checkout gh-pages && rm -rf ../../examples && mv dist ../../examples && git add -A && git commit -m \"Examples deploy\" && git push origin gh-pages && git checkout -" @@ -10,11 +10,11 @@ "@babel/runtime": "^7.2.0", "react": "^16.5.1", "react-dom": "^16.5.1", - "react-native-web": "0.11.1" + "react-native-web": "0.11.2" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.2.0", - "babel-plugin-react-native-web": "0.11.1", + "babel-plugin-react-native-web": "0.11.2", "babel-plugin-transform-runtime": "^6.23.0", "file-loader": "^1.1.11", "make-dir-cli": "^2.0.0", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index cf5acf8ab..884d0765e 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.11.1", + "version": "0.11.2", "description": "React Native for Web", "module": "dist/index.js", "main": "dist/cjs/index.js", diff --git a/packages/website/package.json b/packages/website/package.json index b3f79e1c4..719fabd16 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "website", - "version": "0.11.1", + "version": "0.11.2", "scripts": { "build": "build-storybook -o ./dist -c ./storybook/.storybook", "start": "start-storybook -p 9001 -c ./storybook/.storybook", @@ -12,10 +12,10 @@ "@storybook/react": "^3.4.3", "react": "^16.5.1", "react-dom": "^16.5.1", - "react-native-web": "0.11.1" + "react-native-web": "0.11.2" }, "devDependencies": { - "babel-plugin-react-native-web": "0.11.1", + "babel-plugin-react-native-web": "0.11.2", "url-loader": "^1.0.1", "webpack": "^4.8.1" }