Skip to content

Commit

Permalink
Merge pull request #823 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 29, 2024
2 parents dbb4ecd + 5756824 commit 7c74168
Show file tree
Hide file tree
Showing 6 changed files with 26 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.2",
"packages/core": "0.6.3",
"packages/fetch-mock": "11.1.3",
"packages/vitest": "0.1.1"
"packages/vitest": "0.1.2"
}
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.

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

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


### Documentation Changes

* minor corrections ([d77978a](https://github.com/wheresrhys/fetch-mock/commit/d77978a17825f166f06cbb1bbb911e7fb8790a4a))
* readme for @fetch-mock/core ([5fd7c5a](https://github.com/wheresrhys/fetch-mock/commit/5fd7c5a1d37e546ab8dd6e173761ae0b8fb43878))
* wrote a README for @fetch-mock/vitest ([d2d1ea3](https://github.com/wheresrhys/fetch-mock/commit/d2d1ea3f14012772edeb77a543384b99b3475e16))

## [0.6.2](https://github.com/wheresrhys/fetch-mock/compare/core-v0.6.1...core-v0.6.2) (2024-08-28)


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.2",
"version": "0.6.3",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Dependencies

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

## [0.1.1](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.0...vitest-v0.1.1) (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.1",
"version": "0.1.2",
"exports": {
"browser": "./src/index.js",
"import": "./src/index.js",
Expand All @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@fetch-mock/core": "^0.6.2"
"@fetch-mock/core": "^0.6.3"
},
"repository": {
"directory": "packages/vitest",
Expand Down

0 comments on commit 7c74168

Please sign in to comment.