Skip to content

Commit 115dba8

Browse files
committed
chore: update package version to 1.1.10 in package.json and Test.tsx
1 parent 4811c08 commit 115dba8

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.9",
3+
"version": "1.1.10",
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
@@ -15,7 +15,7 @@ import { ENUMERABLE_BIT } from './object-tree/meta' with {type: 'marco'}
1515
import { SearchComponent, SearchComponentHandler, SearchComponentProps } from './react-obj-view/search/SearchComponent'
1616
import { ObjectViewHandle, SearchOptions } from './react-obj-view/types'
1717

18-
const packageVersion = '1.1.9'
18+
const packageVersion = '1.1.10'
1919

2020
const customActions: CustomAction<{ key: PropertyKey, value: any }>[] = [
2121
{

0 commit comments

Comments
 (0)