Skip to content

Commit

Permalink
Merge pull request #818 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 28, 2024
2 parents 7510b21 + cab1bd7 commit 7f50243
Show file tree
Hide file tree
Showing 8 changed files with 41 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.1",
"packages/fetch-mock": "11.1.2",
"packages/core": "0.6.2",
"packages/fetch-mock": "11.1.3",
"packages/vitest": "0.1.0"
}
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.

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

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


### Bug Fixes

* add missing metadata to package.json files ([4ab78b9](https://github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef))

## [0.6.1](https://github.com/wheresrhys/fetch-mock/compare/core-v0.6.0...core-v0.6.1) (2024-08-15)


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

## [11.1.3](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.2...fetch-mock-v11.1.3) (2024-08-28)


### Bug Fixes

* add missing metadata to package.json files ([4ab78b9](https://github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef))

## [11.1.2](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.1...fetch-mock-v11.1.2) (2024-08-28)


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

## [0.1.0](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.0...vitest-v0.1.0) (2024-08-28)


### Bug Fixes

* add missing metadata to package.json files ([4ab78b9](https://github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef))


### Documentation Changes

* add vitest as keyword to vitest package ([9d6636e](https://github.com/wheresrhys/fetch-mock/commit/9d6636eed1c84b2495bdda6e1245b681cd1db4d6))


### Dependencies

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

## 0.1.0 (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@fetch-mock/core": "^0.6.0"
"@fetch-mock/core": "^0.6.2"
},
"repository": {
"directory": "packages/vitest",
Expand Down

0 comments on commit 7f50243

Please sign in to comment.