Skip to content

Commit c9cb8d7

Browse files
committed
released v2.9.0
1 parent 06d8d1f commit c9cb8d7

File tree

7 files changed

+14
-36
lines changed

7 files changed

+14
-36
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@uiw/react-native": "2.8.1",
13+
"@uiw/react-native": "2.9.0",
1414
"react": "17.0.2",
1515
"react-native": "0.65.1",
1616
"react-native-svg": "12.1.1"

example/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -14,7 +14,7 @@
1414
"@react-native-picker/picker": "2.1.0",
1515
"@react-navigation/native": "6.0.4",
1616
"@react-navigation/stack": "6.0.9",
17-
"@uiw/react-native": "2.8.1",
17+
"@uiw/react-native": "2.9.0",
1818
"react": "17.0.2",
1919
"react-native": "0.65.1",
2020
"react-native-gesture-handler": "1.10.3",

lerna.json

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

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"description": "UIW for React Native",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -59,9 +59,9 @@
5959
"color": "4.0.1",
6060
"lodash": "4.17.21",
6161
"prop-types": "15.7.2",
62+
"react-native-gesture-handler": "1.10.3",
6263
"react-native-root-siblings": "4.1.1",
63-
"react-native-svg": "12.1.1",
64-
"react-native-gesture-handler":"1.10.3"
64+
"react-native-svg": "12.1.1"
6565
},
6666
"peerDependencies": {
6767
"react": ">=16.9.0",

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

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"description": "Documentation site for React Native UIW.",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"@rematch/loading": "2.1.0",
1818
"@uiw/react-code-preview": "2.1.4",
1919
"@uiw/react-markdown-preview": "3.4.0",
20-
"@uiw/react-native": "2.8.1",
20+
"@uiw/react-native": "2.9.0",
2121
"@uiw/react-native-template": "2.1.4",
2222
"@uiw/reset.css": "1.0.5",
2323
"react": "17.0.2",

yarn.lock

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8222,7 +8222,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
82228222
safe-buffer "^5.0.1"
82238223
sha.js "^2.4.8"
82248224

8225-
create-react-class@^15.6.0, create-react-class@^15.7.0:
8225+
create-react-class@^15.7.0:
82268226
version "15.7.0"
82278227
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.7.0.tgz#7499d7ca2e69bb51d13faf59bd04f0c65a1d6c1e"
82288228
integrity sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng==
@@ -17477,7 +17477,7 @@ prop-ini@^0.0.2:
1747717477
dependencies:
1747817478
extend "^3.0.0"
1747917479

17480-
[email protected], prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
17480+
[email protected], prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
1748117481
version "15.7.2"
1748217482
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1748317483
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -17670,7 +17670,7 @@ quick-lru@^4.0.1:
1767017670
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
1767117671
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
1767217672

17673-
raf@^3.1.0, raf@^3.4.1:
17673+
raf@^3.4.1:
1767417674
version "3.4.1"
1767517675
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
1767617676
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
@@ -17875,15 +17875,6 @@ [email protected]:
1787517875
css-select "^2.1.0"
1787617876
css-tree "^1.0.0-alpha.39"
1787717877

17878-
17879-
version "2.3.6"
17880-
resolved "https://registry.yarnpkg.com/react-native-swipeout/-/react-native-swipeout-2.3.6.tgz#47dac8a835825cf3f2eef9e495574a3d9ab6d3fa"
17881-
integrity sha512-t9suUCspzck4vp2pWggWe0frS/QOtX6yYCawHnEes75A7dZCEE74bxX2A1bQzGH9cUMjq6xsdfC94RbiDKIkJg==
17882-
dependencies:
17883-
create-react-class "^15.6.0"
17884-
prop-types "^15.5.10"
17885-
react-tween-state "^0.1.5"
17886-
1788717878
1788817879
version "0.17.5"
1788917880
resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.17.5.tgz#2c27452b4654fb098c3c412cb04c379add1015a6"
@@ -18094,14 +18085,6 @@ react-transition-group@^4.4.2:
1809418085
loose-envify "^1.4.0"
1809518086
prop-types "^15.6.2"
1809618087

18097-
react-tween-state@^0.1.5:
18098-
version "0.1.5"
18099-
resolved "https://registry.yarnpkg.com/react-tween-state/-/react-tween-state-0.1.5.tgz#e98b066551efb93cb92dd1be14995c2e3deae339"
18100-
integrity sha1-6YsGZVHvuTy5LdG+FJlcLj3q4zk=
18101-
dependencies:
18102-
raf "^3.1.0"
18103-
tween-functions "^1.0.1"
18104-
1810518088
1810618089
version "17.0.2"
1810718090
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
@@ -20374,11 +20357,6 @@ tunnel-agent@^0.6.0:
2037420357
dependencies:
2037520358
safe-buffer "^5.0.1"
2037620359

20377-
tween-functions@^1.0.1:
20378-
version "1.2.0"
20379-
resolved "https://registry.yarnpkg.com/tween-functions/-/tween-functions-1.2.0.tgz#1ae3a50e7c60bb3def774eac707acbca73bbc3ff"
20380-
integrity sha1-GuOlDnxguz3vd06scHrLynO7w/8=
20381-
2038220360
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
2038320361
version "0.14.5"
2038420362
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"

0 commit comments

Comments
 (0)