Skip to content

Commit ddf3299

Browse files
committed
up version
1 parent b7f3c10 commit ddf3299

File tree

8 files changed

+17208
-7
lines changed

8 files changed

+17208
-7
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.babelrc
1+
.babelrc
2+
example/
3+
.github/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.1.0
4+
5+
- Add React types, please uninstall `@types/react-filepond`
6+
7+
38
## 7.0.0
49

510
- Update `filepond` peer dependency to match version 4.0.0

dist/react-filepond.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* react-filepond v7.0.1
2+
* react-filepond v7.1.0
33
* A handy FilePond adapter component for React
44
*
55
* Copyright (c) 2020 PQINA

dist/react-filepond.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* react-filepond v7.0.1
2+
* react-filepond v7.1.0
33
* A handy FilePond adapter component for React
44
*
55
* Copyright (c) 2020 PQINA

example/package-lock.json

Lines changed: 17194 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"filepond-plugin-image-preview": "^4.0.5",
99
"react": "^16.7.0",
1010
"react-dom": "^16.7.0",
11-
"react-filepond": "^7.0.1",
11+
"react-filepond": "^7.1.0",
1212
"react-scripts": "2.1.3"
1313
},
1414
"scripts": {
@@ -26,4 +26,4 @@
2626
"not ie <= 11",
2727
"not op_mini all"
2828
]
29-
}
29+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-filepond",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "A handy FilePond adapter component for React",
55
"homepage": "https://pqina.nl/filepond",
66
"license": "MIT",

0 commit comments

Comments
 (0)