Skip to content

Commit

Permalink
7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb12 committed Oct 21, 2022
1 parent 897dfa7 commit dc4f684
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,8 +1,12 @@
## 7.0.6 (21 Oct 2022)
* Fixing cleanup of finished animations

## 7.0.5 (21 Oct 2022)
* Fixing cleanup of unfinished animations

## 7.0.4 (21 Oct 2022)
* Reducing bundle size
* Rewriting to use functional components

## 7.0.3 (11 Feb 2022)
* Moving RFDC from dependency to dev dependency
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": "7.0.5",
"version": "7.0.6",
"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 dc4f684

Please sign in to comment.