Skip to content

Commit fc1db9b

Browse files
committed
released v1.11.0
1 parent 8c64661 commit fc1db9b

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uiw",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "UIW for React Native",
55
"private": true,
66
"scripts": {

package/react-native-uiw/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default class Demo extends React.Component {
7979
- [SegmentedControl](https://github.com/uiwjs/react-native-uiw/tree/master/components/SegmentedControl/README.md)
8080
- [Slider](https://github.com/uiwjs/react-native-uiw/tree/master/components/Slider/README.md)
8181
- [Switch](https://github.com/uiwjs/react-native-uiw/tree/master/components/Switch/README.md)
82+
- [SearchBar](https://github.com/uiwjs/react-native-uiw/tree/master/components/SearchBar/README.md)
8283
- [SelectCascader](https://github.com/uiwjs/react-native-uiw/tree/master/components/SelectCascader/README.md)
8384

8485
#### Data Display
@@ -90,6 +91,7 @@ export default class Demo extends React.Component {
9091
- [Grid](https://github.com/uiwjs/react-native-uiw/tree/master/components/Grid/README.md)
9192
- [Icon](https://github.com/uiwjs/react-native-uiw/tree/master/components/Icon/README.md)
9293
- [List](https://github.com/uiwjs/react-native-uiw/tree/master/components/List/README.md)
94+
- [Table](https://github.com/uiwjs/react-native-uiw/tree/master/components/Table/README.md)
9395
- [Typography](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md) [`H1~H6`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#标题) · [`<Del>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#删除线) · [`<S>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#删除线) · [`<U>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#下划线) · [`<Strong>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#加粗) · [`<Br />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#换行) · [`<P />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#段落) · [`<Hr />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#水平线) · [`<Div />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#div)
9496

9597
#### Feedback

package/react-native-uiw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "UIW for React Native",
55
"main": "lib/index.js",
66
"scripts": {

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,10 +1098,10 @@
10981098
resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.10.tgz#5dda643e19e587793bc2034dd9bf7398ad43d401"
10991099
integrity sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ==
11001100

1101-
"@react-native-picker/picker@1.12.0":
1102-
version "1.12.0"
1103-
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-1.12.0.tgz#215d7c950935c8f1a834af0832a93122b4bab0f1"
1104-
integrity sha512-LxtFcuQ/jxsNwH9byM4mMSusqGfaj0LHXTh6fJgvIKOBjAWwV+FjWHszQSPCbnycdezirf8dFLhF9phcNuE8CA==
1101+
"@react-native-picker/picker@1.16.0":
1102+
version "1.16.0"
1103+
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-1.16.0.tgz#3e5268da892349a35c66ab7bd75e834147621e5a"
1104+
integrity sha512-kQcL8U5CYQRgmNtlyhEH1BIp06Eaxhj7Lybd7rV4asd4Q90kCEm52b5x5WnE0J6WdVvC6sRzdcbPCb0s9yc4mQ==
11051105

11061106
"@react-native/assets@1.0.0":
11071107
version "1.0.0"
@@ -1118,23 +1118,23 @@
11181118
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-1.0.0.tgz#05bb0031533598f9458cf65a502b8df0eecae780"
11191119
integrity sha512-0jbp4RxjYopTsIdLl+/Fy2TiwVYHy4mgeu07DG4b/LyM0OS/+lPP5c9sbnt/AMlnF6qz2JRZpPpGw1eMNS6A4w==
11201120

1121-
"@react-navigation/core@^5.15.2":
1122-
version "5.15.2"
1123-
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.15.2.tgz#6aa374c7bcb6ffcaac8e2a7f8bdb2f9aba469b31"
1124-
integrity sha512-jNSP0FMu1N6Pa1Slsy8b/JbmlTAXcVeXVwnxrEMVGWeiNqUVYl+tx1FuQAqi3q1m4cg9ygXkGsgLgRmnXAEC8g==
1121+
"@react-navigation/core@^5.15.3":
1122+
version "5.15.3"
1123+
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.15.3.tgz#dce7090bf3ea0d302993d742c706825e495b812e"
1124+
integrity sha512-3ZdyDInh8qg1kygCNkmh9lFgpDf29lTvPsaMe2mm/qvmxLKSgttWBz07P2fc181aV9jTdgQpzYfWZ5KWT036zw==
11251125
dependencies:
11261126
"@react-navigation/routers" "^5.7.2"
11271127
escape-string-regexp "^4.0.0"
11281128
nanoid "^3.1.15"
11291129
query-string "^6.13.6"
11301130
react-is "^16.13.0"
11311131

1132-
"@react-navigation/native@5.9.3":
1133-
version "5.9.3"
1134-
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.9.3.tgz#3859f439adc9a744b79a98fbc7606bdd459574d5"
1135-
integrity sha512-xaRlCDRVuFGxHsP/IetwLdNvLJwIJBYCUIx/ufWs6QkT9Q0EB0DtKzXCItuHydjMEVPd1Cy7lfjUlSM6hZ6Q3Q==
1132+
"@react-navigation/native@5.9.4":
1133+
version "5.9.4"
1134+
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.9.4.tgz#414c044423c58aa1cdde1b6494309e0b51da08b8"
1135+
integrity sha512-BUCrOXfZDdKWBqM8OhOKQhCX5we4HUo5XG6tCQtVqQAep+7UcApZmMUuemUXDxVe8NPESUpoUlB0RaEpyIdfTQ==
11361136
dependencies:
1137-
"@react-navigation/core" "^5.15.2"
1137+
"@react-navigation/core" "^5.15.3"
11381138
escape-string-regexp "^4.0.0"
11391139
nanoid "^3.1.15"
11401140

@@ -1145,10 +1145,10 @@
11451145
dependencies:
11461146
nanoid "^3.1.15"
11471147

1148-
"@react-navigation/stack@5.14.3":
1149-
version "5.14.3"
1150-
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.14.3.tgz#3d15fcd2cf8d0d2a1248686565c6a85e2d8e1c55"
1151-
integrity sha512-7rHc13DHsYP7l7GcgBcLEyX2/IAuCcRZ1Iu3MtOZSayjvFXxBBYKFKw0OyY9NxOfZUdLl3Q3mLiUHVFZkHMcuA==
1148+
"@react-navigation/stack@5.14.5":
1149+
version "5.14.5"
1150+
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.14.5.tgz#dc615cd7d270ba79e3330dcb50c2819d0e1f3850"
1151+
integrity sha512-hpdn1SS0tc3/3atkV2Q2y++n5B4e0rUcCj4W43PODMu72yX2m0LkKAAcpkPDCWAvwnLLIoLAEl5BEifZigl/6A==
11521152
dependencies:
11531153
color "^3.1.3"
11541154
react-native-iphone-x-helper "^1.3.0"

0 commit comments

Comments
 (0)