From 1542f1f3694e590eb4d80bee92f143d482881afe Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 31 Jan 2018 10:31:50 -0800 Subject: [PATCH] 0.3.4 --- lerna.json | 2 +- packages/benchmarks/package.json | 4 ++-- packages/react-native-web/package.json | 2 +- website/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 0e40546a..86485abb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "0.3.3", + "version": "0.3.4", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json index 5e0e16f3..7cf91e26 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "benchmarks", - "version": "0.3.3", + "version": "0.3.4", "scripts": { "build": "mkdir -p dist && cp -f index.html dist/index.html && webpack --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 -" @@ -19,7 +19,7 @@ "react-dom": "^16.2.0", "react-fela": "6.2.4", "react-jss": "8.2.1", - "react-native-web": "^0.3.2", + "react-native-web": "^0.3.4", "reactxp": "0.51.2", "style-loader": "0.20.1", "styled-components": "3.1.2", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index d34d509f..5eb1ced5 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.3.2", + "version": "0.3.4", "description": "React Native for Web", "main": "dist/index.js", "files": [ diff --git a/website/package.json b/website/package.json index fa299805..3f43bb05 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "website", - "version": "0.3.3", + "version": "0.3.4", "scripts": { "build": "build-storybook -o ./dist -c ./storybook/.storybook", "start": "start-storybook -p 9001 -c ./storybook/.storybook", @@ -12,7 +12,7 @@ "@storybook/react": "^3.3.6", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-native-web": "^0.3.2" + "react-native-web": "^0.3.4" }, "devDependencies": { "babel-plugin-react-native-web": "^0.3.3",