From 85e098deec602c8620ca9fe360a86a9d2a107b65 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 5 Dec 2018 14:46:11 -0800 Subject: [PATCH] 0.9.9 --- 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 18bd11f3..3e1a9c16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.9.8", + "version": "0.9.9", "name": "react-native-web-monorepo", "scripts": { "clean": "del ./packages/*/dist", diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index c99cc122..febe5887 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-native-web", - "version": "0.9.8", + "version": "0.9.9", "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 cbd5318e..ecbaee23 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "benchmarks", - "version": "0.9.8", + "version": "0.9.9", "scripts": { "build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js", "release": "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 -" @@ -18,7 +18,7 @@ "react-dom": "^16.5.1", "react-fela": "^7.3.1", "react-jss": "^8.6.1", - "react-native-web": "0.9.8", + "react-native-web": "0.9.9", "reactxp": "^1.3.0", "styled-components": "^3.3.3", "styled-jsx": "^2.2.7", @@ -26,7 +26,7 @@ "styletron-react": "^4.3.1" }, "devDependencies": { - "babel-plugin-react-native-web": "0.9.8", + "babel-plugin-react-native-web": "0.9.9", "css-loader": "^1.0.0", "style-loader": "^0.21.0", "url-loader": "^1.0.1", diff --git a/packages/examples/package.json b/packages/examples/package.json index 75fe7e0e..3f0303f1 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "react-native-examples", - "version": "0.9.8", + "version": "0.9.9", "scripts": { "build": "mkdir -p 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,10 +10,10 @@ "babel-runtime": "^6.26.0", "react": "^16.5.1", "react-dom": "^16.5.1", - "react-native-web": "0.9.8" + "react-native-web": "0.9.9" }, "devDependencies": { - "babel-plugin-react-native-web": "0.9.8", + "babel-plugin-react-native-web": "0.9.9", "babel-plugin-transform-runtime": "^6.23.0", "file-loader": "^1.1.11", "webpack": "^4.8.1", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index ed49d5fb..fe15ca30 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -1,6 +1,6 @@ { "name": "react-native-web", - "version": "0.9.8", + "version": "0.9.9", "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 a663fe12..dd1151ca 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "website", - "version": "0.9.8", + "version": "0.9.9", "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.9.8" + "react-native-web": "0.9.9" }, "devDependencies": { - "babel-plugin-react-native-web": "0.9.8", + "babel-plugin-react-native-web": "0.9.9", "url-loader": "^1.0.1", "webpack": "^4.8.1" }