Skip to content

Commit 87114d3

Browse files
author
Miguel Jimenez Esun
committed
Release v23.2.0
1 parent 5010a5c commit 87114d3

38 files changed

Lines changed: 125 additions & 123 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
## 23.2.0
4+
35
### Features
46

57
- `[jest-each]` Add support for keyPaths in test titles ([#6457](https://github.com/facebook/jest/pull/6457))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "23.1.0",
3+
"version": "23.2.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/babel-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "23.0.1",
4+
"version": "23.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"dependencies": {
1212
"babel-plugin-istanbul": "^4.1.6",
13-
"babel-preset-jest": "^23.0.1"
13+
"babel-preset-jest": "^23.2.0"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.0.0"

packages/babel-plugin-jest-hoist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "23.0.1",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "23.0.1",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "index.js",
1010
"dependencies": {
11-
"babel-plugin-jest-hoist": "^23.0.1",
11+
"babel-plugin-jest-hoist": "^23.2.0",
1212
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
1313
}
1414
}

packages/diff-sequences/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-sequences",
3-
"version": "23.0.1",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/eslint-config-fb-strict/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-fb-strict",
3-
"version": "22.1.0",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/expect/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "23.1.0",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,10 +10,10 @@
1010
"browser": "build-es5/index.js",
1111
"dependencies": {
1212
"ansi-styles": "^3.2.0",
13-
"jest-diff": "^23.0.1",
13+
"jest-diff": "^23.2.0",
1414
"jest-get-type": "^22.1.0",
15-
"jest-matcher-utils": "^23.0.1",
16-
"jest-message-util": "^23.1.0",
15+
"jest-matcher-utils": "^23.2.0",
16+
"jest-message-util": "^23.2.0",
1717
"jest-regex-util": "^23.0.0"
1818
}
1919
}

packages/jest-changed-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "23.0.1",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/jest-circus/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "23.1.0",
3+
"version": "23.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,19 +10,19 @@
1010
"dependencies": {
1111
"chalk": "^2.0.1",
1212
"co": "^4.6.0",
13-
"expect": "^23.1.0",
13+
"expect": "^23.2.0",
1414
"is-generator-fn": "^1.0.0",
15-
"jest-diff": "^23.0.1",
16-
"jest-each": "^23.1.0",
17-
"jest-matcher-utils": "^23.0.1",
18-
"jest-message-util": "^23.1.0",
19-
"jest-snapshot": "^23.0.1",
20-
"jest-util": "^23.1.0",
21-
"pretty-format": "^23.0.1",
15+
"jest-diff": "^23.2.0",
16+
"jest-each": "^23.2.0",
17+
"jest-matcher-utils": "^23.2.0",
18+
"jest-message-util": "^23.2.0",
19+
"jest-snapshot": "^23.2.0",
20+
"jest-util": "^23.2.0",
21+
"pretty-format": "^23.2.0",
2222
"stack-utils": "^1.0.1"
2323
},
2424
"devDependencies": {
2525
"execa": "^0.10.0",
26-
"jest-runtime": "^23.1.0"
26+
"jest-runtime": "^23.2.0"
2727
}
2828
}

0 commit comments

Comments
 (0)