Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 24, 2020
1 parent 1cc7e6c commit dee418b
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.11.7",
"version": "0.12.0",
"name": "monorepo",
"scripts": {
"clean": "del-cli ./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
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"name": "babel-plugin-react-native-web",
"version": "0.11.7",
"version": "0.12.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.11.7",
"version": "0.12.0",
"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 -"
Expand All @@ -14,15 +14,15 @@
"fela": "^10.8.2",
"react-fela": "^10.8.2",
"react-jss": "^10.0.0",
"react-native-web": "0.11.7",
"react-native-web": "0.12.0",
"reactxp": "^2.0.0-rc.1",
"styled-components": "^4.4.1",
"styled-jsx": "^3.2.4",
"styletron-engine-atomic": "^1.4.4",
"styletron-react": "^5.2.6"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.11.7",
"babel-plugin-react-native-web": "0.12.0",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.11.7",
"version": "0.12.0",
"scripts": {
"build": "build-storybook --docs -o ./dist -c ./.storybook",
"start": "start-storybook --docs -p 9001 -c ./.storybook",
Expand All @@ -13,10 +13,10 @@
"@storybook/cli": "^5.3.0-beta.31",
"@storybook/react": "^5.3.0-beta.31",
"@storybook/theming": "^5.3.0-beta.31",
"react-native-web": "0.11.7"
"react-native-web": "0.12.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.11.7",
"babel-plugin-react-native-web": "0.12.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"name": "react-native-web",
"version": "0.11.7",
"version": "0.12.0",
"description": "React Native for Web",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit dee418b

Please sign in to comment.