Skip to content

Commit 7bd554f

Browse files
committed
[skip ci] [release]: v2.0.0
1 parent a77cb50 commit 7bd554f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"--production",
77
"--no-optional"
88
],
9-
"version": "1.4.2",
9+
"version": "2.0.0",
1010
"useWorkspaces": true
1111
}

packages/reactReduxFormBase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-form-base",
3-
"version": "1.4.2",
3+
"version": "2.0.0",
44
"description": "Provides a composable form structure with validation",
55
"main": "lib/index.js",
66
"license": "MIT",
@@ -69,9 +69,9 @@
6969
"cross-env": "5.0.5",
7070
"enzyme": "3.3.0",
7171
"eslint": "3.19.0",
72+
"lodash": "4.17.10",
7273
"mocha": "3.5.3",
7374
"mochawesome": "2.3.1",
74-
"lodash": "4.17.10",
7575
"nyc": "10.0.0",
7676
"prop-types": "15.6.0",
7777
"react": "16.4.1",

0 commit comments

Comments
 (0)