Skip to content

Commit c8e8706

Browse files
author
Travis CI User
committed
Update CHANGELOG.md [skip ci]
1 parent cd0f9ae commit c8e8706

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# (Mon Jan 25 2021)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Attempt force public release [#150](https://github.com/kenshoo/react-tree/pull/150) ([@liorheber](https://github.com/liorheber))
6+
- Basics [#60](https://github.com/kenshoo/react-tree/pull/60) ([@orineuman](https://github.com/orineuman))
7+
- `@kenshooui/react-tree@0.0.19`, `@kenshooui/material-tree@0.0.2`
8+
- Rearrange README files [#151](https://github.com/kenshoo/react-tree/pull/151) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
9+
- `@kenshooui/react-tree@0.0.19`, `@kenshooui/material-tree@0.0.2`
10+
- Additions: add clear button in core + add selected item support [#146](https://github.com/kenshoo/react-tree/pull/146) ([@liatgo](https://github.com/liatgo))
11+
- `@kenshooui/react-tree@0.0.19`, `@kenshooui/material-tree@0.0.2`
12+
- Update README file [#147](https://github.com/kenshoo/react-tree/pull/147) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
13+
- `@kenshooui/react-tree@0.0.19`, `@kenshooui/material-tree@0.0.2`
14+
- Attempt force release [#149](https://github.com/kenshoo/react-tree/pull/149) ([@liorheber](https://github.com/liorheber))
15+
- `@kenshooui/react-tree@0.0.19`, `@kenshooui/material-tree@0.0.2`
16+
- Prepare for initial release [#148](https://github.com/kenshoo/react-tree/pull/148) ([@liorheber](https://github.com/liorheber))
17+
- `@kenshooui/material-tree@0.0.2`
18+
- Renae material tree package and add .npmignore file [#145](https://github.com/kenshoo/react-tree/pull/145) ([@liatgo](https://github.com/liatgo))
19+
- `@kenshooui/react-tree@0.0.19`
20+
- Support Material-UI tree [#143](https://github.com/kenshoo/react-tree/pull/143) ([@liatgo](https://github.com/liatgo))
21+
22+
#### Authors: 3
23+
24+
- Liat Gofshtein ([@liatgo](https://github.com/liatgo))
25+
- Lior Heber ([@liorheber](https://github.com/liorheber))
26+
- Ori Neuman ([@orineuman](https://github.com/orineuman))
27+
28+
---
29+
130
# (Mon Feb 24 2020)
231

332
#### 🐛 Bug Fix

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.0.19 (Mon Jan 25 2021)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Rearrange README files [#151](https://github.com/kenshoo/react-tree/pull/151) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
6+
- Additions: add clear button in core + add selected item support [#146](https://github.com/kenshoo/react-tree/pull/146) ([@liatgo](https://github.com/liatgo))
7+
- Update README file [#147](https://github.com/kenshoo/react-tree/pull/147) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
8+
- Attempt force release [#149](https://github.com/kenshoo/react-tree/pull/149) ([@liorheber](https://github.com/liorheber))
9+
- Prepare for initial release [#148](https://github.com/kenshoo/react-tree/pull/148) ([@liorheber](https://github.com/liorheber))
10+
- Support Material-UI tree [#143](https://github.com/kenshoo/react-tree/pull/143) ([@liatgo](https://github.com/liatgo))
11+
- Basics [#60](https://github.com/kenshoo/react-tree/pull/60) ([@orineuman](https://github.com/orineuman))
12+
13+
#### Authors: 3
14+
15+
- Liat Gofshtein ([@liatgo](https://github.com/liatgo))
16+
- Lior Heber ([@liorheber](https://github.com/liorheber))
17+
- Ori Neuman ([@orineuman](https://github.com/orineuman))
18+
19+
---
20+
121
# v0.0.17 (Mon Feb 24 2020)
222

323
#### 🐛 Bug Fix
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v0.0.2 (Mon Jan 25 2021)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Rearrange README files [#151](https://github.com/kenshoo/react-tree/pull/151) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
6+
- Additions: add clear button in core + add selected item support [#146](https://github.com/kenshoo/react-tree/pull/146) ([@liatgo](https://github.com/liatgo))
7+
- Update README file [#147](https://github.com/kenshoo/react-tree/pull/147) ([@liatgo](https://github.com/liatgo) [@liorheber](https://github.com/liorheber))
8+
- Attempt force release [#149](https://github.com/kenshoo/react-tree/pull/149) ([@liorheber](https://github.com/liorheber))
9+
- Prepare for initial release [#148](https://github.com/kenshoo/react-tree/pull/148) ([@liorheber](https://github.com/liorheber))
10+
- Renae material tree package and add .npmignore file [#145](https://github.com/kenshoo/react-tree/pull/145) ([@liatgo](https://github.com/liatgo))
11+
12+
#### Authors: 2
13+
14+
- Liat Gofshtein ([@liatgo](https://github.com/liatgo))
15+
- Lior Heber ([@liorheber](https://github.com/liorheber))

0 commit comments

Comments
 (0)