We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5b0f commit 4be4ba4Copy full SHA for 4be4ba4
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+### 3.1.0
4
+
5
- Added `package-lock.json`
6
- Allow for `react@16.x.x` in `peerDependencies`
7
- Move babel dependencies to `devDependencies`
@@ -28,4 +30,3 @@
28
30
29
31
[#3]: https://github.com/godaddy/react-validation-context/pull/3
32
[#4]: https://github.com/godaddy/react-validation-context/pull/4
-
package.json
@@ -1,6 +1,6 @@
{
"name": "react-validation-context",
- "version": "3.0.1",
+ "version": "3.1.0",
"description": "Components for providing validation via React context",
"author": "GoDaddy Operating Company, LLC",
"contributors": [
0 commit comments