Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 27, 2023
1 parent f156ed4 commit 75920f3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.18.12",
"version": "0.19.0",
"description": "Babel plugin for React Native for Web",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-web-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-native-web-docs",
"version": "0.18.12",
"version": "0.19.0",
"description": "Documentation website for React Native for Web",
"scripts": {
"dev": "eleventy --serve",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-web-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"private": true,
"name": "react-native-web-examples",
"version": "0.18.12",
"version": "0.19.0",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"babel-plugin-react-native-web": "0.18.12",
"babel-plugin-react-native-web": "0.19.0",
"next": "^12.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native-web": "0.18.12"
"react-native-web": "0.19.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
Expand Down
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.18.12",
"version": "0.19.0",
"description": "React Native for Web",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 75920f3

Please sign in to comment.