Skip to content

Commit

Permalink
Release 3.8.0 (enzymejs#146)
Browse files Browse the repository at this point in the history
* Changelog for 3.8.0

* v3.8.0
  • Loading branch information
blainekasten authored Aug 17, 2017
1 parent 4fc2e82 commit 47eaa98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.8.0
=====
* Intentionally passing undefined to toHaveState and toHaveProps now compares on the undefined value. (@DianaSuvorova)

3.7.0
=====
* Fix pretty printing Proxy objects in components (@chris-divvito)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "3.7.0"
"version": "3.8.0"
}
2 changes: 1 addition & 1 deletion packages/enzyme-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-matchers",
"version": "3.7.0",
"version": "3.8.0",
"description": "Testing Matchers for Enzyme",
"main": "lib/index.js",
"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/enzyme-matchers#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-enzyme",
"version": "3.7.0",
"version": "3.8.0",
"description": "Jasmine assertions for enzyme",
"main": "lib/index.js",
"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/jasmine-enzyme#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"enzyme": "1.x || 2.x"
},
"dependencies": {
"enzyme-matchers": "^3.7.0"
"enzyme-matchers": "^3.8.0"
},
"jest": {
"roots": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-enzyme",
"version": "3.7.0",
"version": "3.8.0",
"description": "Testing Matchers for Enzyme",
"main": "lib/index.js",
"author": "Blaine Kasten <blainekasten@gmail.com>",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@types/react": "^15.0.22",
"enzyme-matchers": "^3.7.0",
"enzyme-matchers": "^3.8.0",
"enzyme-to-json": "^1.5.0"
},
"jest": {
Expand Down

0 comments on commit 47eaa98

Please sign in to comment.