Skip to content

Commit

Permalink
v11.0.1
Browse files Browse the repository at this point in the history
Summary: Closes #895

Differential Revision: D3183650

fb-gh-sync-id: ad6b62463cc2cd208cbdbcc29edd3eccaece2b05
fbshipit-source-id: ad6b62463cc2cd208cbdbcc29edd3eccaece2b05
  • Loading branch information
cpojer authored and Facebook Github Bot 4 committed Apr 15, 2016
1 parent 40db699 commit 655da1d
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## jest-cli 11.0.1, babel-jest 11.0.1

* Added support for mercurial repositories when using `jest -o`
* Added `mockImplementationOnce` API to `jest.fn()`.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.0
11.0.1
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "11.0.0",
"version": "11.0.1",
"main": "src/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"cover": "^0.2.9",
"diff": "^2.1.1",
"graceful-fs": "^4.1.3",
"istanbul": "^0.4.2",
"jest-environment-jsdom": "^11.0.0",
"jest-environment-node": "^11.0.0",
"jest-jasmine1": "^11.0.0",
"jest-jasmine2": "^11.0.0",
"jest-mock": "^11.0.0",
"jest-util": "^11.0.0",
"jest-environment-jsdom": "^11.0.1",
"jest-environment-node": "^11.0.1",
"jest-jasmine1": "^11.0.1",
"jest-jasmine2": "^11.0.1",
"jest-mock": "^11.0.1",
"jest-util": "^11.0.1",
"json-stable-stringify": "^1.0.0",
"lodash.template": "^4.2.4",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "src/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-preset-jest": "^11.0.0"
"babel-preset-jest": "^11.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-preset-jest",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^11.0.0"
"babel-plugin-jest-hoist": "^11.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "src/index.js",
"dependencies": {
"jsdom": "^8.3.1",
"jest-util": "^11.0.0"
"jest-util": "^11.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "src/index.js",
"dependencies": {
"jest-util": "^11.0.0"
"jest-util": "^11.0.1"
},
"scripts": {
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine1",
"version": "11.0.0",
"version": "11.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": "^11.0.0"
"jest-util": "^11.0.1"
},
"scripts": {
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "11.0.0",
"version": "11.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": "^11.0.0"
"jest-util": "^11.0.1"
},
"scripts": {
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "11.0.0",
"version": "11.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down

0 comments on commit 655da1d

Please sign in to comment.