Skip to content

Commit

Permalink
[enzyme-adapter-react-{14,15.4,15}] v1.4.1
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 `react-is`, `enzyme-adapter-utils`
 - [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 d4cd918 commit f8b044c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-14/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-14",
"version": "1.4.0",
"version": "1.4.1",
"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-15.4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-15.4",
"version": "1.4.0",
"version": "1.4.1",
"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-15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-15",
"version": "1.4.0",
"version": "1.4.1",
"description": "JavaScript Testing utilities for React",
"homepage": "https://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit f8b044c

Please sign in to comment.