Skip to content

Commit d7bac10

Browse files
committed
released v2.0.2
1 parent 0230065 commit d7bac10

File tree

5 files changed

+24
-33
lines changed

5 files changed

+24
-33
lines changed

example/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "2.0.0",
3+
"version": "2.0.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"license": "MIT",
33
"private": true,
44
"scripts": {
5-
"type:watch": "lerna exec --parallel --scope @etn/* --scope etn --scope create-etn -- tsbb types --watch",
6-
"watch": "lerna exec --parallel --scope @etn/* --scope etn --scope create-etn -- tsbb watch",
75
"====>": "<====",
86
"lib:build:type": "lerna exec --scope @uiw/react-native -- tsbb types",
97
"lib:build": "lerna exec --scope @uiw/react-native -- tsbb build",
108
"build": "npm run lib:build && npm run lib:build:type",
119
"start": "lerna exec --scope website -- npm run start",
1210
"doc": "lerna exec --scope website -- npm run build",
1311
"=---===>": "<====",
12+
"version": "lerna version --no-changelog --no-push --no-git-tag-version",
1413
"pretty-quick": "pretty-quick",
1514
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
1615
},

packages/core/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": "2.0.0",
3+
"version": "2.0.2",
44
"description": "UIW for React Native",
55
"main": "lib/index.js",
66
"scripts": {},

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.0.0",
3+
"version": "2.0.2",
44
"description": "Documentation site for React Native UIW.",
55
"homepage": "https://uiwjs.github.io/react-native-uiw",
66
"private": true,
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"dependencies": {
1717
"@uiw/reset.css": "1.0.4",
18-
"@uiw/react-native": "2.0.0",
18+
"@uiw/react-native": "2.0.2",
1919
"@uiw/react-code-preview": "1.11.13",
2020
"@uiw/react-markdown-preview": "3.1.3",
2121
"@rematch/core": "2.0.1",

yarn.lock

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@
28982898
node-fetch "^2.6.1"
28992899
universal-user-agent "^6.0.0"
29002900

2901-
"@octokit/rest@18.7.2", "@octokit/rest@^18.1.0":
2901+
"@octokit/rest@^18.1.0":
29022902
version "18.7.2"
29032903
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.7.2.tgz#8239b5acd40fccb3f5d074e7a4386980f3770821"
29042904
integrity sha512-TAedgLqNRS+rdGqS9v00sqBeS6IgyLSoqqCDu6pmoadAB7xSjFHShxzaXUAbxxJjyHtb7mencRGzgH4W/V6Myg==
@@ -3647,9 +3647,9 @@
36473647
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
36483648

36493649
"@types/node@*":
3650-
version "16.4.7"
3651-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.7.tgz#f7afa78769d4b477f5092d7c3468e2e8653d779c"
3652-
integrity sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==
3650+
version "16.4.8"
3651+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.8.tgz#ef4974f47524448428542365db2fe7b638f928e5"
3652+
integrity sha512-VL7RZyCpfYEmbyd3/Eq5RNYhZt7yoL1JThZQ3KzimzhLya2Qa86U1ZZmioNWAAjiz99z1ED1xF9NUV2srvfVrA==
36533653

36543654
"@types/node@14.17.2":
36553655
version "14.17.2"
@@ -6508,7 +6508,7 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
65086508
escape-string-regexp "^1.0.5"
65096509
supports-color "^5.3.0"
65106510

6511-
chalk@4.1.1, chalk@^4.0.0, chalk@^4.1.0:
6511+
chalk@4.1.1:
65126512
version "4.1.1"
65136513
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
65146514
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -6535,6 +6535,14 @@ chalk@^3.0.0:
65356535
ansi-styles "^4.1.0"
65366536
supports-color "^7.1.0"
65376537

6538+
chalk@^4.0.0, chalk@^4.1.0:
6539+
version "4.1.2"
6540+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
6541+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
6542+
dependencies:
6543+
ansi-styles "^4.1.0"
6544+
supports-color "^7.1.0"
6545+
65386546
char-regex@^1.0.2:
65396547
version "1.0.2"
65406548
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -8077,9 +8085,9 @@ ejs@^2.6.1:
80778085
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
80788086

80798087
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.723:
8080-
version "1.3.791"
8081-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.791.tgz#e38f325ff22470bdcff34409d58c0baf9c2e3e93"
8082-
integrity sha512-Tdx7w1fZpeWOOBluK+kXTAKCXyc79K65RB6Zp0+sPSZZhDjXlrxfGlXrlMGVVQUrKCyEZFQs1UBBLNz5IdbF0g==
8088+
version "1.3.792"
8089+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.792.tgz#791b0d8fcf7411885d086193fb49aaef0c1594ca"
8090+
integrity sha512-RM2O2xrNarM7Cs+XF/OE2qX/aBROyOZqqgP+8FXMXSuWuUqCfUUzg7NytQrzZU3aSqk1Qq6zqnVkJsbfMkIatg==
80838091

80848092
elliptic@^6.5.3:
80858093
version "6.5.4"
@@ -8567,9 +8575,9 @@ eslint@7.14.0:
85678575
v8-compile-cache "^2.0.3"
85688576

85698577
eslint@^7.11.0:
8570-
version "7.31.0"
8571-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
8572-
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
8578+
version "7.32.0"
8579+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
8580+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
85738581
dependencies:
85748582
"@babel/code-frame" "7.12.11"
85758583
"@eslint/eslintrc" "^0.4.3"
@@ -17812,22 +17820,6 @@ ts-node@10.0.0:
1781217820
source-map-support "^0.5.17"
1781317821
yn "3.1.1"
1781417822

17815-
ts-node@10.1.0:
17816-
version "10.1.0"
17817-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e"
17818-
integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==
17819-
dependencies:
17820-
"@tsconfig/node10" "^1.0.7"
17821-
"@tsconfig/node12" "^1.0.7"
17822-
"@tsconfig/node14" "^1.0.0"
17823-
"@tsconfig/node16" "^1.0.1"
17824-
arg "^4.1.0"
17825-
create-require "^1.1.0"
17826-
diff "^4.0.1"
17827-
make-error "^1.1.1"
17828-
source-map-support "^0.5.17"
17829-
yn "3.1.1"
17830-
1783117823
ts-pnp@1.2.0, ts-pnp@^1.1.6:
1783217824
version "1.2.0"
1783317825
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"

0 commit comments

Comments
 (0)