Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent 1dbc3c0 commit 999a7af
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/fetch-mock": "12.2.0",
"packages/vitest": "0.2.6",
"packages/jest": "0.2.8",
"packages/fetch-mock": "12.2.1",
"packages/vitest": "0.2.7",
"packages/jest": "0.2.9",
"packages/codemods": "0.1.2"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/fetch-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.2.0...fetch-mock-v12.2.1) (2025-01-28)


### Bug Fixes

* fix failure to spy in browsers ([bfaa5f3](https://github.com/wheresrhys/fetch-mock/commit/bfaa5f33c133af17a0bd097d2d3dbcb01966a0a8))

## [12.2.0](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.1.0...fetch-mock-v12.2.0) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fetch-mock",
"description": "Mock http requests made using fetch",
"version": "12.2.0",
"version": "12.2.1",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down
14 changes: 14 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## [0.2.9](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.8...jest-v0.2.9) (2025-01-28)


### Bug Fixes

* force release of @fetch-mock/jest ([7ff5915](https://github.com/wheresrhys/fetch-mock/commit/7ff59159cf3e770249db6b4216c1764291cb8c8d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* fetch-mock bumped from ^12.2.0 to ^12.2.1

## [0.2.8](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.7...jest-v0.2.8) (2025-01-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fetch-mock/jest",
"description": "jest wrapper for fetch-mock",
"version": "0.2.8",
"version": "0.2.9",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand All @@ -21,7 +21,7 @@
"node": ">=18.11.0"
},
"dependencies": {
"fetch-mock": "^12.2.0"
"fetch-mock": "^12.2.1"
},
"peerDependencies": {
"jest": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.7](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.6...vitest-v0.2.7) (2025-01-28)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* fetch-mock bumped from ^12.2.0 to ^12.2.1

## [0.2.6](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.5...vitest-v0.2.6) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fetch-mock/vitest",
"description": "Vitest wrapper for fetch-mock",
"version": "0.2.6",
"version": "0.2.7",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand All @@ -21,7 +21,7 @@
"node": ">=18.11.0"
},
"dependencies": {
"fetch-mock": "^12.2.0"
"fetch-mock": "^12.2.1"
},
"peerDependencies": {
"vitest": "*"
Expand Down

0 comments on commit 999a7af

Please sign in to comment.