Skip to content

Commit 0a7194a

Browse files
authored
Merge pull request #901 from wheresrhys/release-please--branches--main
chore: release main
2 parents 6dc5f78 + 999a7af commit 0a7194a

8 files changed

+43
-13
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/fetch-mock": "12.2.0",
3-
"packages/vitest": "0.2.6",
4-
"packages/jest": "0.2.8",
2+
"packages/fetch-mock": "12.2.1",
3+
"packages/vitest": "0.2.7",
4+
"packages/jest": "0.2.9",
55
"packages/codemods": "0.1.2"
66
}

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fetch-mock/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.2.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.2.0...fetch-mock-v12.2.1) (2025-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* fix failure to spy in browsers ([bfaa5f3](https://github.com/wheresrhys/fetch-mock/commit/bfaa5f33c133af17a0bd097d2d3dbcb01966a0a8))
9+
310
## [12.2.0](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.1.0...fetch-mock-v12.2.0) (2024-11-15)
411

512

packages/fetch-mock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fetch-mock",
33
"description": "Mock http requests made using fetch",
4-
"version": "12.2.0",
4+
"version": "12.2.1",
55
"exports": {
66
"browser": "./dist/esm/index.js",
77
"import": {

packages/jest/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [0.2.9](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.8...jest-v0.2.9) (2025-01-28)
5+
6+
7+
### Bug Fixes
8+
9+
* force release of @fetch-mock/jest ([7ff5915](https://github.com/wheresrhys/fetch-mock/commit/7ff59159cf3e770249db6b4216c1764291cb8c8d))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* fetch-mock bumped from ^12.2.0 to ^12.2.1
17+
418
## [0.2.8](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.7...jest-v0.2.8) (2025-01-11)
519

620

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fetch-mock/jest",
33
"description": "jest wrapper for fetch-mock",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"exports": {
66
"browser": "./dist/esm/index.js",
77
"import": {
@@ -21,7 +21,7 @@
2121
"node": ">=18.11.0"
2222
},
2323
"dependencies": {
24-
"fetch-mock": "^12.2.0"
24+
"fetch-mock": "^12.2.1"
2525
},
2626
"peerDependencies": {
2727
"jest": "*",

packages/vitest/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.7](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.6...vitest-v0.2.7) (2025-01-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* fetch-mock bumped from ^12.2.0 to ^12.2.1
11+
312
## [0.2.6](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.5...vitest-v0.2.6) (2024-11-15)
413

514

packages/vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fetch-mock/vitest",
33
"description": "Vitest wrapper for fetch-mock",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"exports": {
66
"browser": "./dist/esm/index.js",
77
"import": {
@@ -21,7 +21,7 @@
2121
"node": ">=18.11.0"
2222
},
2323
"dependencies": {
24-
"fetch-mock": "^12.2.0"
24+
"fetch-mock": "^12.2.1"
2525
},
2626
"peerDependencies": {
2727
"vitest": "*"

0 commit comments

Comments
 (0)