Skip to content

Commit a3ea2a0

Browse files
committedSep 19, 2023
0.19.9
1 parent 5e41208 commit a3ea2a0

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed
 

‎package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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.19.8",
6+
"version": "0.19.9",
77
"description": "Babel plugin for React Native for Web",
88
"main": "index.js",
99
"devDependencies": {

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

+1-1
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.19.8",
4+
"version": "0.19.9",
55
"description": "Documentation website for React Native for Web",
66
"scripts": {
77
"dev": "eleventy --serve",

‎packages/react-native-web-examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"private": true,
33
"name": "react-native-web-examples",
4-
"version": "0.19.8",
4+
"version": "0.19.9",
55
"scripts": {
66
"build": "next build",
77
"dev": "next",
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"babel-plugin-react-native-web": "0.19.8",
11+
"babel-plugin-react-native-web": "0.19.9",
1212
"next": "^12.2.0",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",
15-
"react-native-web": "0.19.8"
15+
"react-native-web": "0.19.9"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.18.6",

‎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.19.8",
6+
"version": "0.19.9",
77
"description": "React Native for Web",
88
"module": "dist/index.js",
99
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.