Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jun 10, 2022
1 parent ecb6dd7 commit 7095118
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.17.7",
"version": "0.18.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.17.7",
"version": "0.18.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,18 +1,18 @@
{
"private": true,
"name": "benchmarks",
"version": "0.17.7",
"version": "0.18.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"
},
"dependencies": {
"classnames": "^2.3.1",
"d3-scale-chromatic": "^2.0.0",
"react-native-web": "0.17.7"
"react-native-web": "0.18.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.17.7",
"babel-plugin-react-native-web": "0.18.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.17.7",
"version": "0.18.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.17.7",
"version": "0.18.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.17.7",
"version": "0.18.0",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -11,12 +11,12 @@
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "0.17.7"
"react-native-web": "0.18.0"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-flow": "^7.12.13",
"babel-plugin-react-native-web": "0.17.7"
"babel-plugin-react-native-web": "0.18.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.17.7",
"version": "0.18.0",
"description": "React Native for Web",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 7095118

Please sign in to comment.