From 4301f98837e35846693f785022ce6e5ff6fc25a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B0=E9=91=AB?= <1192065030@qq.com> Date: Sat, 16 Oct 2021 01:17:46 +0800 Subject: [PATCH] released v2.10.0 --- example/base/package.json | 4 ++-- example/examples/package.json | 4 ++-- lerna.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- website/package.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/base/package.json b/example/base/package.json index 93e2a2933..9a46462b5 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -1,6 +1,6 @@ { "name": "@example/base", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "android": "react-native run-android", @@ -10,7 +10,7 @@ "lint": "eslint ." }, "dependencies": { - "@uiw/react-native": "2.9.0", + "@uiw/react-native": "2.10.0", "react": "17.0.2", "react-native": "0.65.1", "react-native-svg": "12.1.1" diff --git a/example/examples/package.json b/example/examples/package.json index f55bb5838..1463a8e08 100644 --- a/example/examples/package.json +++ b/example/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "android": "react-native run-android", @@ -14,7 +14,7 @@ "@react-native-picker/picker": "2.1.0", "@react-navigation/native": "6.0.4", "@react-navigation/stack": "6.0.9", - "@uiw/react-native": "2.9.0", + "@uiw/react-native": "2.10.0", "react": "17.0.2", "react-native": "0.65.1", "react-native-gesture-handler": "1.10.3", diff --git a/lerna.json b/lerna.json index a52eb5638..d8b0102c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.9.0", + "version": "2.10.0", "packages": ["example/*", "packages/*", "website"], "npmClient": "yarn", "npmClientArgs": ["--production", "--no-optional"], diff --git a/packages/core/package.json b/packages/core/package.json index 9924163da..cab5ad1fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native", - "version": "2.9.0", + "version": "2.10.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 42ee7902e..8dfc87231 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-native-doc", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "homepage": "https://uiwjs.github.io/react-native-uiw/", "repository": { diff --git a/website/package.json b/website/package.json index d8ed53511..3f7a3e8b1 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.9.0", + "version": "2.10.0", "description": "Documentation site for React Native UIW.", "private": true, "scripts": { @@ -17,7 +17,7 @@ "@rematch/loading": "2.1.1", "@uiw/react-code-preview": "2.1.4", "@uiw/react-markdown-preview": "3.4.0", - "@uiw/react-native": "2.9.0", + "@uiw/react-native": "2.10.0", "@uiw/react-native-template": "2.1.4", "@uiw/reset.css": "1.0.5", "react": "17.0.2",