Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Feb 12, 2021
1 parent f6aed05 commit c47bec7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.14.13",
"version": "0.15.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.14.13",
"version": "0.15.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.14.13",
"version": "0.15.0",
"scripts": {
"dev": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"build": "NODE_ENV=production yarn dev"
Expand All @@ -12,11 +12,11 @@
"d3-scale-chromatic": "^2.0.0",
"@emotion/css": "^11.1.3",
"react-jss": "^10.5.1",
"react-native-web": "0.14.13",
"react-native-web": "0.15.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.14.13",
"babel-plugin-react-native-web": "0.15.0",
"css-loader": "^5.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.14.13",
"version": "0.15.0",
"description": "Documentation website for React Native for Web",
"scripts": {
"dev": "eleventy --serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-event-testing-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dom-event-testing-library",
"version": "0.14.13",
"version": "0.15.0",
"main": "index.js",
"description": "Browser event sequences for unit tests",
"author": "Nicolas Gallagher",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "examples",
"version": "0.14.13",
"version": "0.15.0",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -11,12 +11,12 @@
"next": "^10.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-native-web": "0.14.13"
"react-native-web": "0.15.0"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-flow": "^7.12.13",
"babel-plugin-react-native-web": "0.14.13"
"babel-plugin-react-native-web": "0.15.0"
},
"license": "MIT"
}
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.14.13",
"version": "0.15.0",
"description": "React Native for Web",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit c47bec7

Please sign in to comment.