diff --git a/example/base/package.json b/example/base/package.json index 47c376c7f..fbcefcfc6 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -1,6 +1,6 @@ { "name": "@example/base", - "version": "3.0.4", + "version": "3.0.5", "private": true, "scripts": { "android": "react-native run-android", @@ -10,7 +10,7 @@ "lint": "eslint ." }, "dependencies": { - "@uiw/react-native": "3.0.4", + "@uiw/react-native": "3.0.5", "react": "18.0.0", "react-native": "0.69.1", "react-native-svg": "12.1.1" diff --git a/example/examples/package.json b/example/examples/package.json index 5bfdc2d70..699d6cfb0 100644 --- a/example/examples/package.json +++ b/example/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "3.0.4", + "version": "3.0.5", "private": true, "scripts": { "android": "react-native run-android", @@ -13,7 +13,7 @@ "@react-native-community/masked-view": "~0.1.11", "@react-navigation/native": "~6.0.11", "@react-navigation/stack": "~6.2.2", - "@uiw/react-native": "3.0.4", + "@uiw/react-native": "3.0.5", "react": "18.0.0", "react-native": "0.69.1", "react-native-gesture-handler": "~2.5.0", diff --git a/lerna.json b/lerna.json index 5fd1d9fe7..854236c7c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.4", + "version": "3.0.5", "packages": ["example/*", "packages/*", "website"], "npmClient": "yarn", "npmClientArgs": ["--production", "--no-optional"], diff --git a/packages/core/package.json b/packages/core/package.json index 714567259..e491d6b66 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native", - "version": "3.0.4", + "version": "3.0.5", "description": "UIW for React Native", "homepage": "https://uiwjs.github.io/react-native-uiw/", "main": "lib/index.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 648cbf2ca..b2f1b891b 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native-doc", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "homepage": "https://uiwjs.github.io/react-native-uiw/", "repository": { diff --git a/website/package.json b/website/package.json index e66a661e0..6ddfbf8fa 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "3.0.4", + "version": "3.0.5", "description": "Documentation site for React Native UIW.", "private": true, "scripts": { @@ -15,7 +15,7 @@ "dependencies": { "@uiw/react-code-preview": "3.0.0", "@uiw/react-markdown-preview": "3.4.7", - "@uiw/react-native": "3.0.4", + "@uiw/react-native": "3.0.5", "@uiw/react-native-template": "3.0.0", "@uiw/reset.css": "~1.0.6", "react": "18.0.0",