Skip to content

Commit 30b9760

Browse files
committed
released v2.0.0-alpha.43
1 parent 72cc78b commit 30b9760

5 files changed

Lines changed: 24 additions & 6 deletions

File tree

core/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1+
<div align="center" markdown="1">
2+
<sup>Special thanks to:</sup>
3+
<br>
4+
<br>
5+
6+
<a href="https://apps.apple.com/app/apple-store/id6757860829?pt=80185800&ct=jay&mt=8">
7+
<img alt="SubList" width="400" src="https://jaywcjlove.github.io/sponsor/SubList.jpg">
8+
</a>
9+
<br>
10+
<a href="https://apps.apple.com/app/apple-store/id6757860829?pt=80185800&ct=jay&mt=8">
11+
SubList - Bill Reminder & Renewal Alerts
12+
</a>
13+
<br><br>
14+
15+
</div>
16+
<hr>
17+
118
<div markdown="1">
219
<sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup>
320
<br>
21+
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
422
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
523
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
624
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>

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-json-view",
3-
"version": "2.0.0-alpha.42",
3+
"version": "2.0.0-alpha.43",
44
"description": "JSON viewer for react.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "example",
3-
"version": "2.0.0-alpha.42",
3+
"version": "2.0.0-alpha.43",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
77
"start": "kkt start"
88
},
99
"dependencies": {
10-
"@uiw/react-json-view": "2.0.0-alpha.42",
10+
"@uiw/react-json-view": "2.0.0-alpha.43",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.0.0-alpha.42",
2+
"version": "2.0.0-alpha.43",
33
"packages": ["core", "www", "example"]
44
}

www/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-alpha.42",
3+
"version": "2.0.0-alpha.43",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@uiw/react-color-colorful": "^2.0.0",
12-
"@uiw/react-json-view": "2.0.0-alpha.42",
12+
"@uiw/react-json-view": "2.0.0-alpha.43",
1313
"@uiw/react-markdown-preview-example": "^2.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)