Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 997cb7c

Browse files
feat(release): release v3.2.3
1 parent 03e8a28 commit 997cb7c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
### v3.2.3
4+
- Fix background when node is active [PR #196](https://github.com/storybooks/react-treebeard/pull/196)
5+
- Add unit testing (Treebeard, TreeNode and NodeHeader)
6+
- Add pre-push to husky for run test
7+
38
### v3.2.2
49
- Fix merge styles and destruct styles [PR #194](https://github.com/storybooks/react-treebeard/pull/194)
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-treebeard",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "React Tree View Component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)