Skip to content

Commit

Permalink
[enzyme-adapter-react-13] v1.0.4
Browse files Browse the repository at this point in the history
 - [fix] call ref for a root element (#1541)
 - [fix] Allow empty strings as key props
 - [refactor]: add “lifecycles” adapter option
 - [deps] remove unneeded `lodash` dep; update `prop-types`, `enzyme-adapter-utils`, `object.assign`
 - [dev deps] update `babel-cli`, `babel-core`, `babel-plugin-transform-replace-object-assign`, `babel-preset-airbnb`, `chai`, `coveralls`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `lerna`, `json-loader`, `karma-firefox-launcher`, `prop-types`, `lerna`, `rimraf`, `webpack`
  • Loading branch information
ljharb committed Jul 9, 2018
1 parent 6d0d2c4 commit 97ebee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-13",
"version": "1.0.3",
"version": "1.0.4",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 97ebee1

Please sign in to comment.