8000 v30.0.3 · jestjs/jest@d4a6c94 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4a6c94

Browse files
committed
v30.0.3
1 parent 4297182 commit d4a6c94

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
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": "30.0.2"
11+
"version": "30.0.3"
1212
}

packages/create-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-jest",
33
"description": "Create a new Jest project",
4-
"version": "30.0.2",
4+
"version": "30.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jestjs/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": "30.0.2",
3+
"version": "30.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jestjs/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": "30.0.2",
3+
"version": "30.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jestjs/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": "30.0.2",
3+
"version": "30.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jestjs/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": "30.0.2",
4+
"version": "30.0.3",
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": "30.0.2",
3+
"version": "30.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jestjs/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": "30.0.2",
4+
"version": "30.0.3",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {

packages/jest-diff/package.json

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

packages/jest-expect/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",
3-
"version": "30.0.2",
3+
"version": "30.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jestjs/jest.git",

0 commit comments

Comments
 (0)
0