Skip to content

Commit

Permalink
8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb12 committed Apr 30, 2024
1 parent 0a09f6d commit a41428c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.0.2 (30 Apr 2024)
* Support for react 19
* Dropped support for react < 16.8 (already broken in a pervious update)

## 8.0.1 (10 Jan 2023)
* Fixing overriding of unrelated props

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tree-graph",
"version": "8.0.1",
"version": "8.0.2",
"description": "A react library for generating a graphical tree from data using d3",
"main": "dist/index.js",
"module": "dist/module/index.js",
Expand Down

0 comments on commit a41428c

Please sign in to comment.