From f7713650b5ac6a801b0cba6053a593f87adbc129 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Mon, 15 Jul 2024 17:18:38 +0100 Subject: [PATCH] chore: deleted changelogs for failed releases --- .release-please-manifest.json | 2 +- packages/fetch-mock/CHANGELOG.md | 32 -------------------------------- packages/fetch-mock/package.json | 2 +- 3 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 packages/fetch-mock/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f84f67b..ee782c6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/fetch-mock": "10.0.9" + "packages/fetch-mock": "10.0.7" } diff --git a/packages/fetch-mock/CHANGELOG.md b/packages/fetch-mock/CHANGELOG.md deleted file mode 100644 index 8ead5ca9..00000000 --- a/packages/fetch-mock/CHANGELOG.md +++ /dev/null @@ -1,32 +0,0 @@ -# Changelog - -## [10.0.9](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.0.9) (2024-07-15) - - -### Bug Fixes - -* rename fetch-mock-legacy directory to fetch-mock ([95fd761](https://github.com/wheresrhys/fetch-mock/commit/95fd76115e0bfb979c9ee52a59613a3f52b1a6d6)) - -## [10.0.9](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.0.9) (2024-07-15) - - -### Bug Fixes - -* avoid coercing symbols to name in debug call ([ef766b5](https://github.com/wheresrhys/fetch-mock/commit/ef766b54b55b979df851f976428383ba274f830e)) -* remove querystring dependency ([6f4bdce](https://github.com/wheresrhys/fetch-mock/commit/6f4bdceb61e07acb6c566da6acb49c1e2d2a4188)) - -## [10.0.8](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.7...fetch-mock-v10.0.8) (2024-07-15) - - -### Bug Fixes - -* avoid coercing symbols to name in debug call ([ef766b5](https://github.com/wheresrhys/fetch-mock/commit/ef766b54b55b979df851f976428383ba274f830e)) -* remove querystring dependency ([6f4bdce](https://github.com/wheresrhys/fetch-mock/commit/6f4bdceb61e07acb6c566da6acb49c1e2d2a4188)) -* testing release please ([f8aff72](https://github.com/wheresrhys/fetch-mock/commit/f8aff722f14cb7a2fef3f2a7d09793b7ccef708e)) - -## [10.0.8](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.7...fetch-mock-v10.0.8) (2024-07-15) - - -### Bug Fixes - -* testing release please ([f8aff72](https://github.com/wheresrhys/fetch-mock/commit/f8aff722f14cb7a2fef3f2a7d09793b7ccef708e)) diff --git a/packages/fetch-mock/package.json b/packages/fetch-mock/package.json index 951e527b..a6756a7e 100644 --- a/packages/fetch-mock/package.json +++ b/packages/fetch-mock/package.json @@ -1,6 +1,6 @@ { "name": "fetch-mock", - "version": "10.0.9", + "version": "10.0.7", "description": "Mock http requests made using fetch (or isomorphic-fetch)", "main": "./dist/commonjs.js", "exports": {