Skip to content

Commit 6714781

Browse files
committed
Release 4.0.0
1 parent a4067a4 commit 6714781

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [4.0.0](https://github.com/nzambello/react-csv-reader/compare/v3.5.2...v4.0.0) (2023-03-23)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Console error when using MutableRef from useRef
7+
8+
### Features
9+
10+
* support react 18 ([3d02d93](https://github.com/nzambello/react-csv-reader/commit/3d02d936657b491ee0ae674f362ca4e7d25559e8))
11+
12+
13+
### Bug Fixes
14+
15+
* `npm run docz:build` error ([5b410d0](https://github.com/nzambello/react-csv-reader/commit/5b410d0949c65ce765ea5356d4e87eeac9b4bfd7))
16+
* cleanup merge conflicts ([90248db](https://github.com/nzambello/react-csv-reader/commit/90248dbd306faf0912055e0408bc4174eb3dcd93))
17+
* Console error when using MutableRef from useRef ([6d5a595](https://github.com/nzambello/react-csv-reader/commit/6d5a595536dda3de1fe73a17a0c47a7b06e2dcfc))
18+
19+
20+
### Maintenance
21+
22+
* `npm run build` ([62c04e1](https://github.com/nzambello/react-csv-reader/commit/62c04e10763021c78c5c40a4c1b1083e9ec4cfaf))
23+
* add prop-types as dep ([a4067a4](https://github.com/nzambello/react-csv-reader/commit/a4067a43a5cf188656d24e2e5f7e977e4d0ee066))
24+
* run build ([ebae51b](https://github.com/nzambello/react-csv-reader/commit/ebae51bdf5c15e4a5a38ece2afd6ea28c9b9141e))
25+
* upgrade to yarn@3 ([ebde83b](https://github.com/nzambello/react-csv-reader/commit/ebde83b5c8a399ae105008915b5553d9cb172c71))
26+
127
### [3.5.2](https://github.com/nzambello/react-csv-reader/compare/v3.5.1...v3.5.2) (2022-09-22)
228

329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-csv-reader",
3-
"version": "3.5.2",
3+
"version": "4.0.0",
44
"description": "React component that handles csv file input.",
55
"main": "dist/react-csv-reader.js",
66
"repository": "https://github.com/nzambello/react-csv-reader",

0 commit comments

Comments
 (0)