Skip to content

Commit

Permalink
v29.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 7, 2022
1 parent 2bc2377 commit 84b8de9
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"syncWorkspaceLock": true
}
},
"version": "29.2.2"
"version": "29.3.0"
}
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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "29.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.1",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-worker",
"version": "29.2.1",
"version": "29.3.0",
"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.2.2",
"version": "29.3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-globals",
"version": "29.2.2",
"version": "29.3.0",
"private": true,
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 84b8de9

Please sign in to comment.