From 9e4ef3acb98c33a095bcb003541960eb3c574d63 Mon Sep 17 00:00:00 2001 From: SunLxy <1011771396@qq.com> Date: Wed, 12 Jul 2023 10:16:13 +0800 Subject: [PATCH] released v4.0.12 --- example/base/package.json | 8 ++++---- example/examples/package.json | 8 ++++---- lerna.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/react-native-image-picker/package.json | 6 +++--- website/package.json | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/example/base/package.json b/example/base/package.json index d9efd21b0..e7dbd9ec2 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -1,6 +1,6 @@ { "name": "@example/base", - "version": "4.0.11", + "version": "4.0.12", "private": true, "scripts": { "android": "react-native run-android", @@ -11,8 +11,8 @@ }, "dependencies": { "@react-native-camera-roll/camera-roll": "5.3.1", - "@uiw/react-native": "4.0.11", - "@uiw/react-native-image-picker": "4.0.11", + "@uiw/react-native": "4.0.12", + "@uiw/react-native-image-picker": "4.0.12", "react": "18.0.0", "react-native": "0.69.7", "react-native-gesture-handler": "2.8.0", @@ -35,4 +35,4 @@ "jest": { "preset": "react-native" } -} \ No newline at end of file +} diff --git a/example/examples/package.json b/example/examples/package.json index f38b8fbcf..e94e5960d 100644 --- a/example/examples/package.json +++ b/example/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "4.0.11", + "version": "4.0.12", "private": true, "scripts": { "android": "react-native run-android", @@ -14,8 +14,8 @@ "@react-native-community/masked-view": "~0.1.11", "@react-navigation/native": "~6.0.11", "@react-navigation/stack": "~6.2.2", - "@uiw/react-native": "4.0.11", - "@uiw/react-native-image-picker": "4.0.11", + "@uiw/react-native": "4.0.12", + "@uiw/react-native-image-picker": "4.0.12", "react": "18.0.0", "react-native": "0.69.7", "react-native-gesture-handler": "~2.5.0", @@ -53,4 +53,4 @@ "node" ] } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index cf52a42f5..a69845551 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.0.11", + "version": "4.0.12", "packages": ["example/*", "packages/*", "website"], "npmClient": "yarn", "npmClientArgs": ["--production", "--no-optional"] diff --git a/packages/core/package.json b/packages/core/package.json index c1dce85fc..75dec0e2c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native", - "version": "4.0.11", + "version": "4.0.12", "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 3fba5db3d..57bc32e91 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native-doc", - "version": "4.0.11", + "version": "4.0.12", "license": "MIT", "homepage": "https://uiwjs.github.io/react-native-uiw/", "repository": { diff --git a/packages/react-native-image-picker/package.json b/packages/react-native-image-picker/package.json index 7dddfce9d..1ce55ef05 100644 --- a/packages/react-native-image-picker/package.json +++ b/packages/react-native-image-picker/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native-image-picker", - "version": "4.0.11", + "version": "4.0.12", "description": "基于 React Native 的上传图片组件", "homepage": "https://uiwjs.github.io/react-native-uiw/", "main": "lib/index.js", @@ -34,7 +34,7 @@ "@shopify/restyle": "~2.4.2", "@types/react-native": "0.69.1", "@uiw/icons": "2.5.3", - "@uiw/react-native": "4.0.11", + "@uiw/react-native": "4.0.12", "ahooks": "3.7.6", "prop-types": "15.7.2", "react-native-image-picker": "~5.3.1", @@ -54,4 +54,4 @@ "engines": { "node": ">=16.0.0" } -} \ No newline at end of file +} diff --git a/website/package.json b/website/package.json index 241225865..738f8a4e9 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "4.0.11", + "version": "4.0.12", "description": "Documentation site for React Native UIW.", "private": true, "scripts": { @@ -20,7 +20,7 @@ "@uiw/icons": "2.5.3", "@uiw/react-code-preview": "3.0.0", "@uiw/react-markdown-preview": "^4.1.6", - "@uiw/react-native": "4.0.11", + "@uiw/react-native": "4.0.12", "@uiw/react-native-template": "3.0.0", "@uiw/reset.css": "~1.0.6", "@validator.tool/hook": "2.2.4",