Skip to content

Commit 53c11a2

Browse files
committed
v29.0.0-alpha.2
1 parent 6d19139 commit 53c11a2

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"syncWorkspaceLock": true
99
}
1010
},
11-
"version": "29.0.0-alpha.1"
11+
"version": "29.0.0-alpha.2"
1212
}

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": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/babel-preset-jest/package.json

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

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": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

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": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/jest-create-cache-key-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/create-cache-key-function",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/jest-docblock/package.json

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

packages/jest-get-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-get-type",
33
"description": "A utility function to get the type of a value",
4-
"version": "29.0.0-alpha.0",
4+
"version": "29.0.0-alpha.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",

packages/jest-mock/package.json

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

packages/jest-regex-util/package.json

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

0 commit comments

Comments
 (0)