Skip to content

Commit

Permalink
[enzyme-adapter-react-{16.1,16.2}] v1.6.2
Browse files Browse the repository at this point in the history
 - [fix] `mount`: ensure the root’s `ref` prop gets attached to the actual root (#2259)
 - [meta] Update airbnb.io URLs to use https (#2222)
 - [deps] update `enzyme-adapter-utils`, `react-is`
 - [dev deps] update `eslint`, `eslint-plugin-react`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `rimraf`, `safe-publish-latest`
  • Loading branch information
ljharb committed Oct 10, 2019
1 parent f8b044c commit 322613a
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
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.1",
"version": "1.6.1",
"version": "1.6.2",
"description": "JavaScript Testing utilities for React",
"homepage": "https://airbnb.io/enzyme/",
"main": "build",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16.2/package.json
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.2",
"version": "1.6.1",
"version": "1.6.2",
"description": "JavaScript Testing utilities for React",
"homepage": "https://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 322613a

Please sign in to comment.