Skip to content

Commit c9a2d81

Browse files
committed
released v4.0.1
1 parent 3e36af0 commit c9a2d81

File tree

7 files changed

+36
-36
lines changed

7 files changed

+36
-36
lines changed

example/base/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -10,16 +10,16 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13+
"@react-native-camera-roll/camera-roll": "5.3.1",
14+
"@uiw/react-native": "4.0.1",
15+
"@uiw/react-native-image-picker": "4.0.1",
1316
"react": "18.0.0",
1417
"react-native": "0.69.7",
15-
"@uiw/react-native": "4.0.0",
16-
"@uiw/react-native-image-picker": "4.0.0",
17-
"react-native-svg": "13.0.0",
1818
"react-native-gesture-handler": "2.8.0",
19-
"react-native-root-siblings": "4.1.1",
2019
"react-native-image-picker": "^5.3.1",
2120
"react-native-image-viewing": "~0.2.2",
22-
"@react-native-camera-roll/camera-roll": "5.3.1"
21+
"react-native-root-siblings": "4.1.1",
22+
"react-native-svg": "13.0.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "~7.20.7",
@@ -34,4 +34,4 @@
3434
"jest": {
3535
"preset": "react-native"
3636
}
37-
}
37+
}

example/examples/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -10,20 +10,20 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13+
"@react-native-camera-roll/camera-roll": "5.3.1",
1314
"@react-native-community/masked-view": "~0.1.11",
1415
"@react-navigation/native": "~6.0.11",
1516
"@react-navigation/stack": "~6.2.2",
16-
"@uiw/react-native": "4.0.0",
17+
"@uiw/react-native": "4.0.1",
18+
"@uiw/react-native-image-picker": "4.0.1",
1719
"react": "18.0.0",
1820
"react-native": "0.69.7",
1921
"react-native-gesture-handler": "~2.5.0",
20-
"react-native-safe-area-context": "~4.3.1",
21-
"react-native-screens": "~3.15.0",
22-
"react-native-svg": "13.0.0",
2322
"react-native-image-picker": "^5.3.1",
2423
"react-native-image-viewing": "~0.2.2",
25-
"@uiw/react-native-image-picker": "4.0.0",
26-
"@react-native-camera-roll/camera-roll": "5.3.1"
24+
"react-native-safe-area-context": "~4.3.1",
25+
"react-native-screens": "~3.15.0",
26+
"react-native-svg": "13.0.0"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "~7.20.7",
@@ -53,4 +53,4 @@
5353
"node"
5454
]
5555
}
56-
}
56+
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.1",
33
"packages": ["example/*", "packages/*", "website"],
44
"npmClient": "yarn",
55
"npmClientArgs": ["--production", "--no-optional"],

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "UIW for React Native",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -52,20 +52,20 @@
5252
],
5353
"dependencies": {
5454
"@babel/runtime": "~7.20.7",
55+
"@shopify/restyle": "~2.4.2",
5556
"@types/color": "~3.0.3",
5657
"@types/lodash": "~4.14.191",
5758
"@types/react-native": "0.69.1",
5859
"@uiw/icons": "2.5.3",
5960
"@validator.tool/hook": "2.2.4",
6061
"ahooks": "3.7.6",
61-
"dayjs": "~1.11.7",
6262
"color": "4.2.3",
63+
"dayjs": "~1.11.7",
6364
"lodash": "4.17.21",
6465
"prop-types": "15.7.2",
6566
"react-native-gesture-handler": "2.8.0",
6667
"react-native-root-siblings": "4.1.1",
67-
"react-native-svg": "13.0.0",
68-
"@shopify/restyle": "~2.4.2"
68+
"react-native-svg": "13.0.0"
6969
},
7070
"peerDependencies": {
7171
"react": ">=16.9.0",
@@ -79,4 +79,4 @@
7979
"engines": {
8080
"node": ">=16.0.0"
8181
}
82-
}
82+
}

packages/docs/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-doc",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"repository": {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-image-picker",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "基于 React Native 的上传图片组件",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -23,22 +23,22 @@
2323
],
2424
"dependencies": {
2525
"@babel/runtime": "~7.20.7",
26+
"@react-native-camera-roll/camera-roll": "5.3.1",
27+
"@shopify/restyle": "~2.4.2",
2628
"@types/react-native": "0.69.1",
27-
"prop-types": "15.7.2",
2829
"@uiw/icons": "2.5.3",
29-
"ahooks": "3.7.6",
30-
"@shopify/restyle": "~2.4.2",
3130
"@uiw/react-native": "~3.2.3",
32-
"react-native-svg": "13.0.0",
31+
"ahooks": "3.7.6",
32+
"prop-types": "15.7.2",
3333
"react-native-image-picker": "^5.3.1",
3434
"react-native-image-viewing": "~0.2.2",
35-
"@react-native-camera-roll/camera-roll": "5.3.1"
35+
"react-native-svg": "13.0.0"
3636
},
3737
"peerDependencies": {
3838
"react": ">=16.9.0",
3939
"react-native": ">=0.60.0",
40-
"react-native-svg": ">=9.9.3",
41-
"react-native-image-picker": ">= 5.0.0"
40+
"react-native-image-picker": ">= 5.0.0",
41+
"react-native-svg": ">=9.9.3"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "~7.20.7",
@@ -47,4 +47,4 @@
4747
"engines": {
4848
"node": ">=16.0.0"
4949
}
50-
}
50+
}

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Documentation site for React Native UIW.",
55
"private": true,
66
"scripts": {
@@ -16,10 +16,11 @@
1616
"@babel/plugin-syntax-jsx": "^7.18.6",
1717
"@babel/preset-react": "^7.18.6",
1818
"@babel/runtime": "~7.20.7",
19+
"@shopify/restyle": "~2.4.2",
1920
"@uiw/icons": "2.5.3",
2021
"@uiw/react-code-preview": "3.0.0",
2122
"@uiw/react-markdown-preview": "^4.1.6",
22-
"@uiw/react-native": "4.0.0",
23+
"@uiw/react-native": "4.0.1",
2324
"@uiw/react-native-template": "3.0.0",
2425
"@uiw/reset.css": "~1.0.6",
2526
"@validator.tool/hook": "2.2.4",
@@ -39,8 +40,7 @@
3940
"react-router-dom": "6.2.1",
4041
"styled-components": "^5.3.6",
4142
"typescript": "^4.8.3",
42-
"uiw": "4.21.25",
43-
"@shopify/restyle": "~2.4.2"
43+
"uiw": "4.21.25"
4444
},
4545
"devDependencies": {
4646
"@babel/plugin-proposal-decorators": "~7.20.7",
@@ -76,4 +76,4 @@
7676
"last 1 safari version"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)