Skip to content

Commit

Permalink
[enzyme-adapter-react-{14,15,15.4}] v1.3.0
Browse files Browse the repository at this point in the history
 - [new] add `legacyContextMode`, and `getChildContext` lifecycle method (#1971)
 - [deps] update `enzyme-adapter-utils`, `object.values`, `react-is`, `enzyme-adapter-react-helper`
 - [dev deps] update `eslint`, `eslint-plugin-react`, `rimraf`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`
  • Loading branch information
ljharb committed Jan 23, 2019
1 parent 825beca commit 04fc327
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
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-14",
"version": "1.2.0",
"version": "1.3.0",
"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-15.4/package.json
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-15.4",
"version": "1.2.0",
"version": "1.3.0",
"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-15/package.json
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-15",
"version": "1.2.0",
"version": "1.3.0",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 04fc327

Please sign in to comment.