Skip to content

Commit 824cca1

Browse files
committed
0.13.0
1 parent cfe36d7 commit 824cca1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.12.3",
3+
"version": "0.13.0",
44
"name": "monorepo",
55
"scripts": {
66
"clean": "del-cli ./packages/*/dist",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"registry": "https://registry.npmjs.org/"
44
},
55
"name": "babel-plugin-react-native-web",
6-
"version": "0.12.3",
6+
"version": "0.13.0",
77
"description": "Babel plugin for React Native for Web",
88
"main": "index.js",
99
"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.12.3",
4+
"version": "0.13.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 -"
@@ -14,15 +14,15 @@
1414
"fela": "^11.0.2",
1515
"react-fela": "^11.0.2",
1616
"react-jss": "^10.0.4",
17-
"react-native-web": "0.12.3",
17+
"react-native-web": "0.13.0",
1818
"reactxp": "^2.0.0",
1919
"styled-components": "^5.0.0",
2020
"styled-jsx": "^3.2.4",
2121
"styletron-engine-atomic": "^1.4.4",
2222
"styletron-react": "^5.2.6"
2323
},
2424
"devDependencies": {
25-
"babel-plugin-react-native-web": "0.12.3",
25+
"babel-plugin-react-native-web": "0.13.0",
2626
"css-loader": "^3.4.2",
2727
"style-loader": "^1.1.3",
2828
"url-loader": "^3.0.0",

packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "0.12.3",
4+
"version": "0.13.0",
55
"scripts": {
66
"build": "build-storybook --docs -o ./dist -c ./.storybook",
77
"start": "start-storybook --docs -p 9001 -c ./.storybook",
@@ -13,10 +13,10 @@
1313
"@storybook/cli": "^5.3.9",
1414
"@storybook/react": "^5.3.9",
1515
"@storybook/theming": "^5.3.9",
16-
"react-native-web": "0.12.3"
16+
"react-native-web": "0.13.0"
1717
},
1818
"devDependencies": {
19-
"babel-plugin-react-native-web": "0.12.3",
19+
"babel-plugin-react-native-web": "0.13.0",
2020
"url-loader": "^3.0.0",
2121
"webpack": "^4.41.5"
2222
}

packages/dom-event-testing-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "dom-event-testing-library",
4-
"version": "0.0.0",
4+
"version": "0.13.0",
55
"main": "index.js",
66
"description": "Browser event sequences for unit tests",
77
"author": "Nicolas Gallagher",

packages/react-native-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"registry": "https://registry.npmjs.org/"
44
},
55
"name": "react-native-web",
6-
"version": "0.12.3",
6+
"version": "0.13.0",
77
"description": "React Native for Web",
88
"module": "dist/index.js",
99
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)