Skip to content

Commit e9f9463

Browse files
committed
0.18.4
1 parent 20afd12 commit e9f9463

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
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.18.3",
6+
"version": "0.18.4",
77
"description": "Babel plugin for React Native for Web",
88
"main": "index.js",
99
"devDependencies": {

packages/react-native-web-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-native-web-docs",
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"description": "Documentation website for React Native for Web",
66
"scripts": {
77
"dev": "eleventy --serve",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"private": true,
33
"name": "react-native-web-examples",
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"scripts": {
66
"build": "next build",
77
"dev": "next",
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"babel-plugin-react-native-web": "0.18.2",
11+
"babel-plugin-react-native-web": "0.18.4",
1212
"next": "^12.1.0",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"react-native-web": "0.18.3"
15+
"react-native-web": "0.18.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.13",
1919
"@babel/preset-flow": "^7.12.13",
20-
"babel-plugin-react-native-web": "0.18.3"
20+
"babel-plugin-react-native-web": "0.18.4"
2121
},
2222
"license": "MIT"
2323
}

packages/react-native-web/package.json

Lines changed: 1 addition & 1 deletion
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.18.3",
6+
"version": "0.18.4",
77
"description": "React Native for Web",
88
"module": "dist/index.js",
99
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)