Skip to content

Commit 8e693c2

Browse files
committed
released v2.0.0-alpha.3
1 parent dafe800 commit 8e693c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ export default function Demo() {
671671

672672
## Props
673673

674-
Migrate from kkt v1 to v2. The new v2 version has removed the ~~`quotes`~~ and ~~`components`~~ props.
674+
Migrate from JSON View v1 to v2. The new v2 version has removed the ~~`quotes`~~ and ~~`components`~~ props.
675675

676676
```diff
677677
export interface JsonViewProps<T extends object> extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {

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

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

0 commit comments

Comments
 (0)