Skip to content

Commit bc84c8a

Browse files
committed
v29.4.1
1 parent e8b207a commit bc84c8a

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-44
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.4.0"
11+
"version": "29.4.1"
1212
}

packages/babel-jest/package.json

Lines changed: 1 addition & 1 deletion
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": "29.4.0",
4+
"version": "29.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",

packages/expect-utils/package.json

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

packages/expect/package.json

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

packages/jest-circus/package.json

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

packages/jest-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "29.4.0",
4+
"version": "29.4.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {

packages/jest-config/package.json

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

packages/jest-console/package.json

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

packages/jest-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "29.4.0",
4+
"version": "29.4.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {

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

0 commit comments

Comments
 (0)