diff --git a/example/base/package.json b/example/base/package.json index 6e0f9d730..ac5f88ee2 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -1,6 +1,6 @@ { "name": "@example/base", - "version": "3.1.9", + "version": "3.2.0", "private": true, "scripts": { "android": "react-native run-android", @@ -10,7 +10,7 @@ "lint": "eslint ." }, "dependencies": { - "@uiw/react-native": "3.1.9", + "@uiw/react-native": "3.2.0", "react": "18.0.0", "react-native": "0.69.7", "react-native-svg": "12.1.1" diff --git a/example/examples/package.json b/example/examples/package.json index 80c213e52..c19767458 100644 --- a/example/examples/package.json +++ b/example/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "3.1.9", + "version": "3.2.0", "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.1.9", + "@uiw/react-native": "3.2.0", "react": "18.0.0", "react-native": "0.69.7", "react-native-gesture-handler": "~2.5.0", diff --git a/lerna.json b/lerna.json index f8f950712..4f25f14fb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.9", + "version": "3.2.0", "packages": ["example/*", "packages/*", "website"], "npmClient": "yarn", "npmClientArgs": ["--production", "--no-optional"], diff --git a/packages/core/package.json b/packages/core/package.json index f7cd4b26d..a1a4c29d6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native", - "version": "3.1.9", + "version": "3.2.0", "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 12890a68c..bbf0a26b8 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native-doc", - "version": "3.1.9", + "version": "3.2.0", "license": "MIT", "homepage": "https://uiwjs.github.io/react-native-uiw/", "repository": { diff --git a/website/package.json b/website/package.json index 126e1120b..eacdd38f0 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "3.1.9", + "version": "3.2.0", "description": "Documentation site for React Native UIW.", "private": true, "scripts": { @@ -19,7 +19,7 @@ "@uiw/icons": "2.5.3", "@uiw/react-code-preview": "3.0.0", "@uiw/react-markdown-preview": "^4.1.6", - "@uiw/react-native": "3.1.9", + "@uiw/react-native": "3.2.0", "@uiw/react-native-template": "3.0.0", "@uiw/reset.css": "~1.0.6", "@validator.tool/hook": "2.2.4",