Skip to content

Commit a0bc856

Browse files
authoredMar 7, 2025
chore: release v0.0.4 (#12)
1 parent 77d9c91 commit a0bc856

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.0.4
4+
5+
A11y: Keyboard navigation and aria attributes: [#10](https://github.com/gtk-grafana/react-json-tree/pull/10)
6+
37
## 0.0.3
48

59
Position arrows absolutely to keep labels of the same depth aligned horizontally: [#8](https://github.com/gtk-grafana/react-json-tree/issues/8)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gtk-grafana/react-json-tree",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "React JSON Viewer Component, Extracted from redux-devtools",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)
Please sign in to comment.