We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b496ef commit f1e08bbCopy full SHA for f1e08bb
3 files changed
.npmrc
@@ -0,0 +1 @@
1
+registry=https://registry.npmjs.org
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
2
3
+## 3.2.0
4
+
5
+- Improve TypeScript types (may cause minor TS errors)
6
7
## 3.1.1
8
9
- Allow React 17 in `peerDependencies` (#171)
package.json
@@ -1,7 +1,8 @@
{
"name": "react-plaid-link",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "A React component for Plaid Link",
+ "registry": "https://registry.npmjs.org",
"files": [
"dist",
"src",
@@ -97,5 +98,8 @@
97
98
"typescript": "^3.8.3",
99
"xyz": "0.5.x"
100
},
- "tags": ["react", "plaid"]
101
+ "tags": [
102
+ "react",
103
+ "plaid"
104
+ ]
105
}
0 commit comments