Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Sep 9, 2020
1 parent b7f3c10 commit ddf3299
Show file tree
Hide file tree
Showing 8 changed files with 17,208 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.babelrc
.babelrc
example/
.github/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.1.0

- Add React types, please uninstall `@types/react-filepond`


## 7.0.0

- Update `filepond` peer dependency to match version 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion dist/react-filepond.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* react-filepond v7.0.1
* react-filepond v7.1.0
* A handy FilePond adapter component for React
*
* Copyright (c) 2020 PQINA
Expand Down
2 changes: 1 addition & 1 deletion dist/react-filepond.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* react-filepond v7.0.1
* react-filepond v7.1.0
* A handy FilePond adapter component for React
*
* Copyright (c) 2020 PQINA
Expand Down
17,194 changes: 17,194 additions & 0 deletions example/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"filepond-plugin-image-preview": "^4.0.5",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-filepond": "^7.0.1",
"react-filepond": "^7.1.0",
"react-scripts": "2.1.3"
},
"scripts": {
Expand All @@ -26,4 +26,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion 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": "react-filepond",
"version": "7.0.1",
"version": "7.1.0",
"description": "A handy FilePond adapter component for React",
"homepage": "https://pqina.nl/filepond",
"license": "MIT",
Expand Down

0 comments on commit ddf3299

Please sign in to comment.