Skip to content

Commit 695cd31

Browse files
committed
v12.0.1
1 parent 292e9d0 commit 695cd31

File tree

11 files changed

+27
-17
lines changed

11 files changed

+27
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.6",
3-
"version": "12.0.0"
3+
"version": "12.0.1"
44
}

packages/babel-jest/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-jest",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"babel-core": "^6.0.0",
12-
"babel-preset-jest": "^12.0.0"
12+
"babel-preset-jest": "^12.0.1"
1313
}
1414
}
15+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -19,3 +19,4 @@
1919
"test": "../../bin/jest.js"
2020
}
2121
}
22+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "index.js",
1010
"dependencies": {
11-
"babel-plugin-jest-hoist": "^12.0.0"
11+
"babel-plugin-jest-hoist": "^12.0.1"
1212
}
1313
}
14+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"jsdom": "^8.3.1",
12-
"jest-util": "^12.0.0"
12+
"jest-util": "^12.0.1"
1313
}
1414
}
15+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "src/index.js",
1010
"dependencies": {
11-
"jest-util": "^12.0.0"
11+
"jest-util": "^12.0.1"
1212
},
1313
"jest": {
1414
"testEnvironment": "node"
@@ -17,3 +17,4 @@
1717
"test": "../../bin/jest.js"
1818
}
1919
}
20+

packages/jest-haste-map/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-haste-map",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -22,3 +22,4 @@
2222
"test": "../../bin/jest.js"
2323
}
2424
}
25+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine1",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-util": "^12.0.0"
12+
"jest-util": "^12.0.1"
1313
},
1414
"jest": {
1515
"testEnvironment": "node"
@@ -18,3 +18,4 @@
1818
"test": "../../bin/jest.js"
1919
}
2020
}
21+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-util": "^12.0.0"
12+
"jest-util": "^12.0.1"
1313
},
1414
"jest": {
1515
"testEnvironment": "node"
@@ -18,3 +18,4 @@
1818
"test": "../../bin/jest.js"
1919
}
2020
}
21+

packages/jest-mock/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-mock",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -14,3 +14,4 @@
1414
"test": "../../bin/jest.js"
1515
}
1616
}
17+

0 commit comments

Comments
 (0)