Skip to content

Commit

Permalink
Merge pull request #825 from wheresrhys/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
wheresrhys committed Aug 30, 2024
2 parents b661ba2 + bf8b3a7 commit 6f2b9b2
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core": "0.6.3",
"packages/core": "0.7.0",
"packages/fetch-mock": "11.1.3",
"packages/vitest": "0.1.2"
"packages/vitest": "0.1.3"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.7.0](https://github.com/wheresrhys/fetch-mock/compare/core-v0.6.3...core-v0.7.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* remove sendAsJson option

### Features

* remove sendAsJson option ([4b11fc4](https://github.com/wheresrhys/fetch-mock/commit/4b11fc4a5c92c81de8f89b1993a57c2645805ddb))
* send content=length header whenever calculable ([ef4c684](https://github.com/wheresrhys/fetch-mock/commit/ef4c684bddb617e95c54217c86b6953637f21f74))


### Bug Fixes

* force engine to be >=18.11.0 as this fixes an issue in proxying a response ([dde5e6b](https://github.com/wheresrhys/fetch-mock/commit/dde5e6beb9aee103296cf060a9f027bffb4818e9))
* handle all types of BodyInit correctly ([0242ea2](https://github.com/wheresrhys/fetch-mock/commit/0242ea2d6c30e36418f21a37a962fe1cf84c9271))

## [0.6.3](https://github.com/wheresrhys/fetch-mock/compare/core-v0.6.2...core-v0.6.3) (2024-08-29)


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

## [0.1.3](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.2...vitest-v0.1.3) (2024-08-30)


### Bug Fixes

* force engine to be >=18.11.0 as this fixes an issue in proxying a response ([dde5e6b](https://github.com/wheresrhys/fetch-mock/commit/dde5e6beb9aee103296cf060a9f027bffb4818e9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fetch-mock/core bumped from ^0.6.3 to ^0.7.0

## [0.1.2](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.1...vitest-v0.1.2) (2024-08-29)


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.1.2",
"version": "0.1.3",
"exports": {
"browser": "./src/index.js",
"import": "./src/index.js",
Expand All @@ -16,7 +16,7 @@
"node": ">=18.11.0"
},
"dependencies": {
"@fetch-mock/core": "^0.6.3"
"@fetch-mock/core": "^0.7.0"
},
"repository": {
"directory": "packages/vitest",
Expand Down

0 comments on commit 6f2b9b2

Please sign in to comment.