Skip to content

Commit

Permalink
v29.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 26, 2023
1 parent e8b207a commit bc84c8a
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"syncWorkspaceLock": true
}
},
"version": "29.4.0"
"version": "29.4.1"
}
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/expect-utils",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-create-cache-key-function/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/create-cache-key-function",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "29.4.0",
"version": "29.4.1",
"description": "Parameterised tests for Jest",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expect/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/expect",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/fake-timers",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/globals",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-leak-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-leak-detector",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matcher-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-message-util",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-phabricator/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-phabricator",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-result/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-result",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-sequencer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/transform",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/types",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-validate/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-validate",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-watcher/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-worker",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
@@ -1,7 +1,7 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-format/package.json
@@ -1,6 +1,6 @@
{
"name": "pretty-format",
"version": "29.4.0",
"version": "29.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-globals",
"version": "29.4.0",
"version": "29.4.1",
"private": true,
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-utils",
"version": "29.4.0",
"version": "29.4.1",
"private": true,
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit bc84c8a

Please sign in to comment.