Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandrichardson committed Oct 3, 2017
1 parent 363ec13 commit 8b48474
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 3.1.0

### New Stuff

- @FezVrasta: Added hostNodes method to ReactWrapper ([#1179](https://github.com/airbnb/enzyme/pull/1179))

### Fixes

- @lelandrichardson: Add an npmignore file to all packagestle ([#1204](https://github.com/airbnb/enzyme/pull/1204))

- @neoziro: Fix node resolving in React 16 adapter ([#100](https://github.com/airbnb/enzyme/pull/100))

- @graingert: upgrade to rst-selector-parser@^2.2.2 ([#1146](https://github.com/airbnb/enzyme/pull/1146))

### Documentation

- @lelandrichardson: Symlink readme to all packages ([#1205](https://github.com/airbnb/enzyme/pull/1205))

- @AndersDJohnson: fix some typos ([#1165](https://github.com/airbnb/enzyme/pull/1165))

- @dubbha: ES5 setup file correction ([#1194](https://github.com/airbnb/enzyme/pull/1194))

- @morrowr08: updated component name being used in example ([#1180](https://github.com/airbnb/enzyme/pull/1180))

- @apandichi: Fixing a few typos... ([#1171](https://github.com/airbnb/enzyme/pull/1171))

- @nuc: Fix typo ([#1142](https://github.com/airbnb/enzyme/pull/1142))

## 3.0.0

### Breaking Changes
Expand Down
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.0",
"version": "1.0.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-14/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-14",
"version": "1.0.0",
"version": "1.0.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-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.0.0",
"version": "1.0.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-15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-15",
"version": "1.0.0",
"version": "1.0.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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16",
"version": "1.0.0",
"version": "1.0.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-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme",
"version": "3.0.0",
"version": "3.1.0",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 8b48474

Please sign in to comment.