Skip to content

Commit 470f9f7

Browse files
committed
chore: update version to 1.1.1 in package.json and Test.tsx
1 parent bd84b67 commit 470f9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-obj-view",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A powerful React component for visualizing JavaScript objects and data structures with an interactive, expandable tree view",
55
"type": "module",
66
"main": "dist/index.umd.js",

src/Test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from './react-obj-view-themes'
1313
import { ObjectView, ObjectViewRenderRowProps } from './react-obj-view'
1414

15-
const packageVersion = '1.1.0'
15+
const packageVersion = '1.1.1'
1616

1717
const CustomActions: React.FC<ObjectViewRenderRowProps> = (props) => {
1818
const { nodeDataWrapper, valueWrapper, actions } = props

0 commit comments

Comments
 (0)