Skip to content

Commit

Permalink
Merge pull request #828 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 31, 2024
2 parents 574a722 + 90dd250 commit f2b0506
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages/core": "0.7.0",
"packages/fetch-mock": "11.1.3",
"packages/vitest": "0.1.3"
"packages/vitest": "0.1.4",
"packages/jest": "0.1.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

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

## 0.1.0 (2024-08-31)


### Features

* new @fetch-mock/jest wrapper ([93f35c6](https://github.com/wheresrhys/fetch-mock/commit/93f35c645ff9a4206cde0ce27785a089c49dbcb6))
* start implementing jest and vitest wrappers ([804f885](https://github.com/wheresrhys/fetch-mock/commit/804f885c16a42a7534ee9fac2e103022482e2af6))


### Bug Fixes

* hooks into jest's global mock management functions ([aaadda0](https://github.com/wheresrhys/fetch-mock/commit/aaadda01fe77df773c4e6e9ddc5cf45c1dc8981b))
* one step closer to fixing types in jest wrapper ([b69f595](https://github.com/wheresrhys/fetch-mock/commit/b69f59552fdd70840f55fb02376c56481995897d))
7 changes: 7 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.3...vitest-v0.1.4) (2024-08-31)


### Bug Fixes

* applied same type fixes to vitest wrapper ([817af39](https://github.com/wheresrhys/fetch-mock/commit/817af39040a8573a2be802207b9247f166a4c68b))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.1.4",
"exports": {
"browser": "./src/index.js",
"import": "./src/index.js",
Expand Down

0 comments on commit f2b0506

Please sign in to comment.