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 Oct 30, 2024
1 parent 17cdda0 commit 6f2571a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/fetch-mock": "12.0.2",
"packages/vitest": "0.2.2",
"packages/jest": "0.2.2",
"packages/vitest": "0.2.3",
"packages/jest": "0.2.3",
"packages/codemods": "0.1.1"
}
4 changes: 2 additions & 2 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/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.2...jest-v0.2.3) (2024-10-30)


### Bug Fixes

* use file extension to avoid import errors for vitest and jest wrappers ([f1f25f1](https://github.com/wheresrhys/fetch-mock/commit/f1f25f1bd921daf585033ac43ddbca1f32c9aafb))

## [0.2.2](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.1...jest-v0.2.2) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.2.3",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down
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.2.3](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.2...vitest-v0.2.3) (2024-10-30)


### Bug Fixes

* use file extension to avoid import errors for vitest and jest wrappers ([f1f25f1](https://github.com/wheresrhys/fetch-mock/commit/f1f25f1bd921daf585033ac43ddbca1f32c9aafb))

## [0.2.2](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.1...vitest-v0.2.2) (2024-10-28)


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.2.2",
"version": "0.2.3",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down

0 comments on commit 6f2571a

Please sign in to comment.