Skip to content

Commit

Permalink
v29.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 28, 2022
1 parent 52d45be commit fd9cd90
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"syncWorkspaceLock": true
}
},
"version": "29.1.0"
"version": "29.1.1"
}
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "29.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.1",
"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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "29.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.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.1.0",
"version": "29.1.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand Down

0 comments on commit fd9cd90

Please sign in to comment.