Skip to content

Commit

Permalink
[enzyme-adapter-react-{16.1,16.2}] v1.2.1
Browse files Browse the repository at this point in the history
 - [Fix] ensure that `this.state` starts out `null` when unspecified on a custom component (#1832)
 - [deps] update `babel-preset-airbnb`, `chai`, `eslint`, `mocha`, `enzyme-adapter-utils`, `react-is`, `airbnb-js-shims`
  • Loading branch information
ljharb committed Oct 4, 2018
1 parent 86232f2 commit f2da4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.1",
"version": "1.2.0",
"version": "1.2.1",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16.2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.2",
"version": "1.2.0",
"version": "1.2.1",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit f2da4cb

Please sign in to comment.