Skip to content

Commit

Permalink
v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Apr 27, 2016
1 parent 292e9d0 commit 695cd31
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.6",
"version": "12.0.0"
"version": "12.0.1"
}
5 changes: 3 additions & 2 deletions packages/babel-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,7 @@
"main": "src/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-preset-jest": "^12.0.0"
"babel-preset-jest": "^12.0.1"
}
}

3 changes: 2 additions & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -19,3 +19,4 @@
"test": "../../bin/jest.js"
}
}

5 changes: 3 additions & 2 deletions packages/babel-preset-jest/package.json
@@ -1,13 +1,14 @@
{
"name": "babel-preset-jest",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^12.0.0"
"babel-plugin-jest-hoist": "^12.0.1"
}
}

5 changes: 3 additions & 2 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,7 @@
"main": "src/index.js",
"dependencies": {
"jsdom": "^8.3.1",
"jest-util": "^12.0.0"
"jest-util": "^12.0.1"
}
}

5 changes: 3 additions & 2 deletions packages/jest-environment-node/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "src/index.js",
"dependencies": {
"jest-util": "^12.0.0"
"jest-util": "^12.0.1"
},
"jest": {
"testEnvironment": "node"
Expand All @@ -17,3 +17,4 @@
"test": "../../bin/jest.js"
}
}

3 changes: 2 additions & 1 deletion packages/jest-haste-map/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -22,3 +22,4 @@
"test": "../../bin/jest.js"
}
}

5 changes: 3 additions & 2 deletions packages/jest-jasmine1/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine1",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-util": "^12.0.0"
"jest-util": "^12.0.1"
},
"jest": {
"testEnvironment": "node"
Expand All @@ -18,3 +18,4 @@
"test": "../../bin/jest.js"
}
}

5 changes: 3 additions & 2 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-util": "^12.0.0"
"jest-util": "^12.0.1"
},
"jest": {
"testEnvironment": "node"
Expand All @@ -18,3 +18,4 @@
"test": "../../bin/jest.js"
}
}

3 changes: 2 additions & 1 deletion packages/jest-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -14,3 +14,4 @@
"test": "../../bin/jest.js"
}
}

3 changes: 2 additions & 1 deletion packages/jest-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -22,3 +22,4 @@
"test": "../../bin/jest.js"
}
}

0 comments on commit 695cd31

Please sign in to comment.