Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Feb 7, 2018
1 parent 96eecc0 commit a41af0f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.3.4",
"version": "0.4.0",
"name": "react-native-web-monorepo",
"scripts": {
"clean": "del ./packages/*/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-react-native-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-native-web",
"version": "0.3.3",
"version": "0.4.0",
"description": "Babel plugin for React Native for Web",
"main": "index.js",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.3.4",
"version": "0.4.0",
"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 -"
Expand All @@ -19,7 +19,7 @@
"react-dom": "^16.2.0",
"react-fela": "6.2.4",
"react-jss": "8.2.1",
"react-native-web": "^0.3.4",
"react-native-web": "0.4.0",
"reactxp": "0.51.2",
"style-loader": "0.20.1",
"styled-components": "3.1.2",
Expand All @@ -28,7 +28,7 @@
"styletron-react": "3.0.4"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.3.3",
"babel-plugin-react-native-web": "0.4.0",
"css-loader": "^0.28.9",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-web",
"version": "0.3.4",
"version": "0.4.0",
"description": "React Native for Web",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "0.3.4",
"version": "0.4.0",
"scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
Expand All @@ -12,10 +12,10 @@
"@storybook/react": "^3.3.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "^0.3.4"
"react-native-web": "0.4.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.3.3",
"babel-plugin-react-native-web": "0.4.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}
Expand Down

0 comments on commit a41af0f

Please sign in to comment.