Skip to content

Commit ab4dfcb

Browse files
committed
chore: bump version to 1.0.7 in package.json
1 parent 696afa9 commit ab4dfcb

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.0.6",
3+
"version": "1.0.7",
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
themeSepia,
1313
} from './themes'
1414

15-
const packageVersion = '1.0.5'
15+
const packageVersion = '1.0.7'
1616

1717
class User {
1818
constructor(public name: string, public email: string, public role: string = 'user') { }

0 commit comments

Comments
 (0)