Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolesh committed Jun 16, 2023
1 parent 848c474 commit 2158d06
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.2.0](https://github.com/Nolesh/react-file-manager/compare/v2.1.0...v2.2.0) (2023-06-16)


### ⚠ BREAKING CHANGES

* "ignoreFileDuplicates" has been renamed to "checkFileDuplicates"

### Features

* export additional types and components ([6ecafd5](https://github.com/Nolesh/react-file-manager/commit/6ecafd53bbc244665fef69d51a29086ce6fd4dee))


### Bug Fixes

* minor bugs ([184f4ac](https://github.com/Nolesh/react-file-manager/commit/184f4acc28e7db69ee22062bc82a3ab3b282c9eb))
* typings ([332abbb](https://github.com/Nolesh/react-file-manager/commit/332abbb0dd9a3ea382fcc900f9dcfc6af73f3978))

### [2.1.1](https://github.com/Nolesh/react-file-manager/compare/v2.0.0...v2.1.1) (2023-04-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nolesh/react-file-manager",
"version": "2.1.1",
"version": "2.2.0",
"description": "Simple HTML5 file manager with drag-drop zone to access, edit, delete, upload, download and sort files",
"author": "Nikolai Oleshko <nik.01eshko@gmail.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/sandbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export const Manager: FC = (): ReactElement => {
readOnly={readOnlyMode}
disabled={disabled}
// preventDropOnDocument={false}
//checkFileDuplicates='none'
// checkFileDuplicates='none'
// multiple={false}
// autoUpload
// noClick
Expand Down

0 comments on commit 2158d06

Please sign in to comment.