File tree Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
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 " ,
5
5
"packages/codemods" : " 0.1.2"
6
6
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 12.2.0] ( https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.1.0...fetch-mock-v12.2.0 ) (2024-11-15)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fetch-mock" ,
3
3
"description" : " Mock http requests made using fetch" ,
4
- "version" : " 12.2.0 " ,
4
+ "version" : " 12.2.1 " ,
5
5
"exports" : {
6
6
"browser" : " ./dist/esm/index.js" ,
7
7
"import" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
18
## [ 0.2.8] ( https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.7...jest-v0.2.8 ) (2025-01-11)
5
19
6
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fetch-mock/jest" ,
3
3
"description" : " jest wrapper for fetch-mock" ,
4
- "version" : " 0.2.8 " ,
4
+ "version" : " 0.2.9 " ,
5
5
"exports" : {
6
6
"browser" : " ./dist/esm/index.js" ,
7
7
"import" : {
21
21
"node" : " >=18.11.0"
22
22
},
23
23
"dependencies" : {
24
- "fetch-mock" : " ^12.2.0 "
24
+ "fetch-mock" : " ^12.2.1 "
25
25
},
26
26
"peerDependencies" : {
27
27
"jest" : " *" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## [ 0.2.6] ( https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.5...vitest-v0.2.6 ) (2024-11-15)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fetch-mock/vitest" ,
3
3
"description" : " Vitest wrapper for fetch-mock" ,
4
- "version" : " 0.2.6 " ,
4
+ "version" : " 0.2.7 " ,
5
5
"exports" : {
6
6
"browser" : " ./dist/esm/index.js" ,
7
7
"import" : {
21
21
"node" : " >=18.11.0"
22
22
},
23
23
"dependencies" : {
24
- "fetch-mock" : " ^12.2.0 "
24
+ "fetch-mock" : " ^12.2.1 "
25
25
},
26
26
"peerDependencies" : {
27
27
"vitest" : " *"
You can’t perform that action at this time.
0 commit comments