diff --git a/package.json b/package.json index 4a997af18..715048dc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.14.12", + "version": "0.14.13", "name": "monorepo", "scripts": { "clean": "del-cli ./packages/*/dist", diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index 8fb04593c..620a4ffd1 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "babel-plugin-react-native-web", - "version": "0.14.12", + "version": "0.14.13", "description": "Babel plugin for React Native for Web", "main": "index.js", "devDependencies": { diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json index b7964594c..dbfd04a92 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "benchmarks", - "version": "0.14.12", + "version": "0.14.13", "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 -" @@ -12,12 +12,12 @@ "d3-scale-chromatic": "^2.0.0", "@emotion/css": "^11.0.0", "react-jss": "^10.5.0", - "react-native-web": "0.14.12", + "react-native-web": "0.14.13", "styled-components": "^5.2.1", "styled-jsx": "^3.3.2" }, "devDependencies": { - "babel-plugin-react-native-web": "0.14.12", + "babel-plugin-react-native-web": "0.14.13", "css-loader": "^3.4.2", "style-loader": "^1.1.3", "url-loader": "^3.0.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index e05955c86..3cf1359b9 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docs", - "version": "0.14.12", + "version": "0.14.13", "scripts": { "build": "build-storybook --docs -o ./dist -c ./.storybook", "start": "start-storybook --docs -p 9001 -c ./.storybook", @@ -13,10 +13,10 @@ "@storybook/cli": "^5.3.9", "@storybook/react": "^5.3.9", "@storybook/theming": "^5.3.9", - "react-native-web": "0.14.12" + "react-native-web": "0.14.13" }, "devDependencies": { - "babel-plugin-react-native-web": "0.14.12", + "babel-plugin-react-native-web": "0.14.13", "url-loader": "^3.0.0", "webpack": "^4.41.5" } diff --git a/packages/dom-event-testing-library/package.json b/packages/dom-event-testing-library/package.json index 28d19658c..92fd8c40c 100644 --- a/packages/dom-event-testing-library/package.json +++ b/packages/dom-event-testing-library/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "dom-event-testing-library", - "version": "0.14.12", + "version": "0.14.13", "main": "index.js", "description": "Browser event sequences for unit tests", "author": "Nicolas Gallagher", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 38133e401..0787b9ea3 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "react-native-web", - "version": "0.14.12", + "version": "0.14.13", "description": "React Native for Web", "module": "dist/index.js", "main": "dist/cjs/index.js",