Skip to content

Commit 72497b6

Browse files
committed
chore(release): 3.4.3
1 parent 1b5079f commit 72497b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

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

5+
#### [3.4.3](https://github.com/coreui/coreui-react/compare/3.4.2...3.4.3)
6+
7+
> 22 December 2020
8+
9+
- fix(CDataTable): correct itemsPerPageSelect padding [`#171`](https://github.com/coreui/coreui-react/pull/171)
10+
- fix(CDataTable): tableFilter and cleaner minor cleanup [`1b5079f`](https://github.com/coreui/coreui-react/commit/1b5079f76020d579d2edc00da20edec0956521bf)
11+
512
#### [3.4.2](https://github.com/coreui/coreui-react/compare/3.4.1...3.4.2)
613

714
> 18 December 2020
815
916
- fix(CToast): add missing color prop [`f48c98c`](https://github.com/coreui/coreui-react/commit/f48c98cf7f66ed3089730fbb37da5d0c4a975563)
17+
- chore(release): 3.4.2 [`939098f`](https://github.com/coreui/coreui-react/commit/939098f265dc9fe8d908995db369bae3f3c65ef9)
1018

1119
#### [3.4.1](https://github.com/coreui/coreui-react/compare/3.4.0...3.4.1)
1220

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "CoreUI React 17 Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -87,7 +87,7 @@
8787
"del-cli": "^3.0.1",
8888
"enzyme": "^3.11.0",
8989
"enzyme-to-json": "^3.6.1",
90-
"eslint": "^7.15.0",
90+
"eslint": "^7.16.0",
9191
"eslint-plugin-import": "^2.22.1",
9292
"eslint-plugin-react": "^7.21.5",
9393
"expect": "^26.6.2",

0 commit comments

Comments
 (0)