Skip to content

Commit 11a6897

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.0...v2.5.0) (2021-03-04) ### Bug Fixes * Add explicit types to reexported types ([1194c55](1194c55)) * Prevent antd from polluting global styles ([f57db55](f57db55)) ### Features * Add data entry components: Checkbox, Input, Radio ([67851ba](67851ba))
1 parent 1194c55 commit 11a6897

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.5.0](https://github.com/mll-lab/react-components/compare/v2.4.0...v2.5.0) (2021-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Add explicit types to reexported types ([1194c55](https://github.com/mll-lab/react-components/commit/1194c55106e60ca566fb45926e5ab40b88411776))
7+
* Prevent antd from polluting global styles ([f57db55](https://github.com/mll-lab/react-components/commit/f57db552122ea8ba68ef314c6433a44821fb3a0e))
8+
9+
10+
### Features
11+
12+
* Add data entry components: Checkbox, Input, Radio ([67851ba](https://github.com/mll-lab/react-components/commit/67851baddaed2ed7a74a9dcaa61aaea8cebdba7d))
13+
114
# [2.4.0](https://github.com/mll-lab/react-components/compare/v2.3.0...v2.4.0) (2021-03-04)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mll-lab/react-components",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"module": "dist/index.js",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)