Skip to content

Commit 29b2471

Browse files
committed
chore(release): 3.4.4
1 parent 852c9c8 commit 29b2471

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [3.4.4](https://github.com/coreui/coreui-react/compare/3.4.3...3.4.4)
6+
7+
> 19 January 2021
8+
9+
- test(CModal): update test, snapshots and story [`c797328`](https://github.com/coreui/coreui-react/commit/c7973286896a7e354ba64ee7b81a78fbf35e19e4)
10+
- chore: dependencies update [`852c9c8`](https://github.com/coreui/coreui-react/commit/852c9c830108c303796ea677b890a614cdb38270)
11+
- added scrollable prop to CModal - uses modal-dialog-scrollable from Bootstrap [`1b3a019`](https://github.com/coreui/coreui-react/commit/1b3a019f12561b625567e805f4d489b3e79a1da1)
12+
- fix(CModal): add missing modal-dialog-scrollable - thanks @ljuborados [`9d480af`](https://github.com/coreui/coreui-react/commit/9d480afbe6d619c51abd152fc332b3c09974b2da)
13+
514
#### [3.4.3](https://github.com/coreui/coreui-react/compare/3.4.2...3.4.3)
615

716
> 22 December 2020
817
918
- fix(CDataTable): correct itemsPerPageSelect padding [`#171`](https://github.com/coreui/coreui-react/pull/171)
1019
- fix(CDataTable): tableFilter and cleaner minor cleanup [`1b5079f`](https://github.com/coreui/coreui-react/commit/1b5079f76020d579d2edc00da20edec0956521bf)
20+
- chore(release): 3.4.3 [`72497b6`](https://github.com/coreui/coreui-react/commit/72497b696f8f90694fc953c5d047511c14c351d1)
1121

1222
#### [3.4.2](https://github.com/coreui/coreui-react/compare/3.4.1...3.4.2)
1323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "CoreUI React 17 Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)