Skip to content

Commit 1b50409

Browse files
committed
released v4.0.14
1 parent 663dfa3 commit 1b50409

File tree

11 files changed

+113
-45
lines changed

11 files changed

+113
-45
lines changed

example/base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@react-native-camera-roll/camera-roll": "5.3.1",
14-
"@uiw/react-native": "4.0.13",
15-
"@uiw/react-native-image-picker": "4.0.13",
14+
"@uiw/react-native": "4.0.14",
15+
"@uiw/react-native-image-picker": "4.0.14",
1616
"react": "18.0.0",
1717
"react-native": "0.69.7",
1818
"react-native-gesture-handler": "2.8.0",

example/examples/.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.5

example/examples/.watchman-cookie-admindeMacBook-Pro.local-58875-15207

Whitespace-only changes.

example/examples/Gemfile.lock

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.6)
5+
rexml
6+
activesupport (7.0.5)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
addressable (2.8.4)
12+
public_suffix (>= 2.0.2, < 6.0)
13+
algoliasearch (1.27.5)
14+
httpclient (~> 2.8, >= 2.8.3)
15+
json (>= 1.5.1)
16+
atomos (0.1.3)
17+
claide (1.1.0)
18+
cocoapods (1.12.1)
19+
addressable (~> 2.8)
20+
claide (>= 1.0.2, < 2.0)
21+
cocoapods-core (= 1.12.1)
22+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23+
cocoapods-downloader (>= 1.6.0, < 2.0)
24+
cocoapods-plugins (>= 1.0.0, < 2.0)
25+
cocoapods-search (>= 1.0.0, < 2.0)
26+
cocoapods-trunk (>= 1.6.0, < 2.0)
27+
cocoapods-try (>= 1.1.0, < 2.0)
28+
colored2 (~> 3.1)
29+
escape (~> 0.0.4)
30+
fourflusher (>= 2.3.0, < 3.0)
31+
gh_inspector (~> 1.0)
32+
molinillo (~> 0.8.0)
33+
nap (~> 1.0)
34+
ruby-macho (>= 2.3.0, < 3.0)
35+
xcodeproj (>= 1.21.0, < 2.0)
36+
cocoapods-core (1.12.1)
37+
activesupport (>= 5.0, < 8)
38+
addressable (~> 2.8)
39+
algoliasearch (~> 1.0)
40+
concurrent-ruby (~> 1.1)
41+
fuzzy_match (~> 2.0.4)
42+
nap (~> 1.0)
43+
netrc (~> 0.11)
44+
public_suffix (~> 4.0)
45+
typhoeus (~> 1.0)
46+
cocoapods-deintegrate (1.0.5)
47+
cocoapods-downloader (1.6.3)
48+
cocoapods-plugins (1.0.0)
49+
nap
50+
cocoapods-search (1.0.1)
51+
cocoapods-trunk (1.6.0)
52+
nap (>= 0.8, < 2.0)
53+
netrc (~> 0.11)
54+
cocoapods-try (1.2.0)
55+
colored2 (3.1.2)
56+
concurrent-ruby (1.2.2)
57+
escape (0.0.4)
58+
ethon (0.16.0)
59+
ffi (>= 1.15.0)
60+
ffi (1.15.5)
61+
fourflusher (2.3.1)
62+
fuzzy_match (2.0.4)
63+
gh_inspector (1.1.3)
64+
httpclient (2.8.3)
65+
i18n (1.13.0)
66+
concurrent-ruby (~> 1.0)
67+
json (2.6.3)
68+
minitest (5.18.0)
69+
molinillo (0.8.0)
70+
nanaimo (0.3.0)
71+
nap (1.1.0)
72+
netrc (0.11.0)
73+
public_suffix (4.0.7)
74+
rexml (3.2.5)
75+
ruby-macho (2.5.1)
76+
typhoeus (1.4.0)
77+
ethon (>= 0.9.0)
78+
tzinfo (2.0.6)
79+
concurrent-ruby (~> 1.0)
80+
xcodeproj (1.22.0)
81+
CFPropertyList (>= 2.3.3, < 4.0)
82+
atomos (~> 0.1.3)
83+
claide (>= 1.0.2, < 2.0)
84+
colored2 (~> 3.1)
85+
nanaimo (~> 0.3.0)
86+
rexml (~> 3.2.4)
87+
88+
PLATFORMS
89+
ruby
90+
91+
DEPENDENCIES
92+
cocoapods (~> 1.11, >= 1.11.2)
93+
94+
RUBY VERSION
95+
ruby 2.7.5p203
96+
97+
BUNDLED WITH
98+
2.1.4

example/examples/ios/Podfile.lock

+1-32
Original file line numberDiff line numberDiff line change
@@ -364,33 +364,6 @@ PODS:
364364
- React
365365
- RNGestureHandler (2.5.0):
366366
- React-Core
367-
- RNReanimated (3.1.0):
368-
- DoubleConversion
369-
- FBLazyVector
370-
- FBReactNativeSpec
371-
- glog
372-
- RCT-Folly
373-
- RCTRequired
374-
- RCTTypeSafety
375-
- React-callinvoker
376-
- React-Core
377-
- React-Core/DevSupport
378-
- React-Core/RCTWebSocket
379-
- React-CoreModules
380-
- React-cxxreact
381-
- React-jsi
382-
- React-jsiexecutor
383-
- React-jsinspector
384-
- React-RCTActionSheet
385-
- React-RCTAnimation
386-
- React-RCTBlob
387-
- React-RCTImage
388-
- React-RCTLinking
389-
- React-RCTNetwork
390-
- React-RCTSettings
391-
- React-RCTText
392-
- ReactCommon/turbomodule/core
393-
- Yoga
394367
- RNScreens (3.15.0):
395368
- React-Core
396369
- React-RCTImage
@@ -461,7 +434,6 @@ DEPENDENCIES:
461434
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
462435
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
463436
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
464-
- RNReanimated (from `../node_modules/react-native-reanimated`)
465437
- RNScreens (from `../node_modules/react-native-screens`)
466438
- RNSVG (from `../node_modules/react-native-svg`)
467439
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -557,8 +529,6 @@ EXTERNAL SOURCES:
557529
:path: "../node_modules/@react-native-community/masked-view"
558530
RNGestureHandler:
559531
:path: "../node_modules/react-native-gesture-handler"
560-
RNReanimated:
561-
:path: "../node_modules/react-native-reanimated"
562532
RNScreens:
563533
:path: "../node_modules/react-native-screens"
564534
RNSVG:
@@ -616,7 +586,6 @@ SPEC CHECKSUMS:
616586
ReactCommon: 1e783348b9aa73ae68236271df972ba898560a95
617587
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
618588
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
619-
RNReanimated: e428057c9440cdf67a4929ef2d63177b0d0213be
620589
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
621590
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
622591
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
@@ -625,4 +594,4 @@ SPEC CHECKSUMS:
625594

626595
PODFILE CHECKSUM: d4d2826c3f25f928be9b489778a443d49118b6c5
627596

628-
COCOAPODS: 1.11.3
597+
COCOAPODS: 1.12.1

example/examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -14,8 +14,8 @@
1414
"@react-native-community/masked-view": "~0.1.11",
1515
"@react-navigation/native": "~6.0.11",
1616
"@react-navigation/stack": "~6.2.2",
17-
"@uiw/react-native": "4.0.13",
18-
"@uiw/react-native-image-picker": "4.0.13",
17+
"@uiw/react-native": "4.0.14",
18+
"@uiw/react-native-image-picker": "4.0.14",
1919
"react": "18.0.0",
2020
"react-native": "0.69.7",
2121
"react-native-gesture-handler": "~2.5.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.13",
2+
"version": "4.0.14",
33
"packages": ["example/*", "packages/*", "website"],
44
"npmClient": "yarn",
55
"npmClientArgs": ["--production", "--no-optional"]

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "UIW for React Native",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-doc",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"license": "MIT",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"repository": {

packages/react-native-image-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-image-picker",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "基于 React Native 的上传图片组件",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -34,7 +34,7 @@
3434
"@shopify/restyle": "~2.4.2",
3535
"@types/react-native": "0.69.1",
3636
"@uiw/icons": "2.5.3",
37-
"@uiw/react-native": "4.0.13",
37+
"@uiw/react-native": "4.0.14",
3838
"ahooks": "3.7.6",
3939
"prop-types": "15.7.2",
4040
"react-native-image-picker": "~5.3.1",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "Documentation site for React Native UIW.",
55
"private": true,
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"@uiw/icons": "2.5.3",
2121
"@uiw/react-code-preview": "3.0.0",
2222
"@uiw/react-markdown-preview": "^4.1.6",
23-
"@uiw/react-native": "4.0.13",
23+
"@uiw/react-native": "4.0.14",
2424
"@uiw/react-native-template": "3.0.0",
2525
"@uiw/reset.css": "~1.0.6",
2626
"@validator.tool/hook": "2.2.4",

0 commit comments

Comments
 (0)