Skip to content

Commit 8ce5750

Browse files
committed
0.10.0
1 parent eb77062 commit 8ce5750

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.13",
3+
"version": "0.10.0",
44
"name": "react-native-web-monorepo",
55
"scripts": {
66
"clean": "del ./packages/*/dist",

packages/babel-plugin-react-native-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-native-web",
3-
"version": "0.9.13",
3+
"version": "0.10.0",
44
"description": "Babel plugin for React Native for Web",
55
"main": "index.js",
66
"devDependencies": {

packages/benchmarks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "benchmarks",
4-
"version": "0.9.13",
4+
"version": "0.10.0",
55
"scripts": {
66
"build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
77
"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 -"
@@ -16,15 +16,15 @@
1616
"react-dom": "^16.7.0",
1717
"react-fela": "^10.0.2",
1818
"react-jss": "^8.6.1",
19-
"react-native-web": "0.9.13",
19+
"react-native-web": "0.10.0",
2020
"reactxp": "^1.5.0",
2121
"styled-components": "^4.1.3",
2222
"styled-jsx": "^3.1.2",
2323
"styletron-engine-atomic": "^1.0.13",
2424
"styletron-react": "^4.4.4"
2525
},
2626
"devDependencies": {
27-
"babel-plugin-react-native-web": "0.9.13",
27+
"babel-plugin-react-native-web": "0.10.0",
2828
"css-loader": "^2.0.2",
2929
"style-loader": "^0.23.1",
3030
"url-loader": "^1.1.2",

packages/examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-native-examples",
4-
"version": "0.9.13",
4+
"version": "0.10.0",
55
"scripts": {
66
"build": "mkdir -p dist && cp -f src/index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
77
"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,11 +10,11 @@
1010
"@babel/runtime": "^7.2.0",
1111
"react": "^16.5.1",
1212
"react-dom": "^16.5.1",
13-
"react-native-web": "0.9.13"
13+
"react-native-web": "0.10.0"
1414
},
1515
"devDependencies": {
1616
"@babel/plugin-transform-runtime": "^7.2.0",
17-
"babel-plugin-react-native-web": "0.9.13",
17+
"babel-plugin-react-native-web": "0.10.0",
1818
"babel-plugin-transform-runtime": "^6.23.0",
1919
"file-loader": "^1.1.11",
2020
"webpack": "^4.28.3",

packages/react-native-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-web",
3-
"version": "0.9.13",
3+
"version": "0.10.0",
44
"description": "React Native for Web",
55
"module": "dist/index.js",
66
"main": "dist/cjs/index.js",

packages/website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "website",
4-
"version": "0.9.13",
4+
"version": "0.10.0",
55
"scripts": {
66
"build": "build-storybook -o ./dist -c ./storybook/.storybook",
77
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -12,10 +12,10 @@
1212
"@storybook/react": "^3.4.3",
1313
"react": "^16.5.1",
1414
"react-dom": "^16.5.1",
15-
"react-native-web": "0.9.13"
15+
"react-native-web": "0.10.0"
1616
},
1717
"devDependencies": {
18-
"babel-plugin-react-native-web": "0.9.13",
18+
"babel-plugin-react-native-web": "0.10.0",
1919
"url-loader": "^1.0.1",
2020
"webpack": "^4.8.1"
2121
}

0 commit comments

Comments
 (0)