Skip to content

Commit

Permalink
released v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 16, 2023
1 parent dafe800 commit 8e693c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export default function Demo() {

## Props

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

```diff
export interface JsonViewProps<T extends object> extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-json-view",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "JSON viewer for react.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"packages": ["core", "www"]
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@uiw/react-color-colorful": "^1.3.2",
"@uiw/react-json-view": "2.0.0-alpha.2",
"@uiw/react-json-view": "2.0.0-alpha.3",
"@uiw/react-markdown-preview-example": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 8e693c2

Please sign in to comment.