Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed May 19, 2018
1 parent 45095fd commit 4a45595
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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.0",
"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 -"
Expand All @@ -18,15 +18,15 @@
"react-dom": "^16.3.2",
"react-fela": "^7.2.0",
"react-jss": "^8.4.0",
"react-native-web": "0.6.1",
"react-native-web": "0.7.0",
"reactxp": "^1.1.1",
"styled-components": "^3.2.6",
"styled-jsx": "^2.2.6",
"styletron-engine-atomic": "^1.0.5",
"styletron-react": "^4.2.1"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.6.1",
"babel-plugin-react-native-web": "0.7.0",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
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.6.1",
"version": "0.7.0",
"description": "React Native for Web",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
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.6.1",
"version": "0.7.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.4.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-native-web": "0.6.1"
"react-native-web": "0.7.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.6.1",
"babel-plugin-react-native-web": "0.7.0",
"url-loader": "^1.0.1",
"webpack": "^4.8.1"
}
Expand Down

0 comments on commit 4a45595

Please sign in to comment.