Skip to content

Commit 907269c

Browse files
committed
release 0.23.1
1 parent e369381 commit 907269c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77

88
## Unreleased
99

10+
## 0.23.1
11+
12+
- fix height calculation of stacked items is off if no item is visible in a line @Felix-N
13+
- fix Unsubscribing markers correctly when unmounted @gaston-niglia
14+
1015
## 0.23.0
1116

1217
- improve unit tests coverage #426 - @ilaiwi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)