diff --git a/.changeset/angry-houses-kiss.md b/.changeset/angry-houses-kiss.md deleted file mode 100644 index 5e100c8..0000000 --- a/.changeset/angry-houses-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/tools": patch ---- - -Replace `globby` with `fast-glob` to remove extra dependencies diff --git a/.changeset/cool-goats-kiss.md b/.changeset/cool-goats-kiss.md deleted file mode 100644 index 67dfb39..0000000 --- a/.changeset/cool-goats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/find-root": patch ---- - -Remove find-up dependency diff --git a/.changeset/curvy-garlics-exercise.md b/.changeset/curvy-garlics-exercise.md deleted file mode 100644 index 9a321a0..0000000 --- a/.changeset/curvy-garlics-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/tools": patch ---- - -Replace `read-yaml-file` with `js-yaml` diff --git a/.changeset/spotty-owls-pull.md b/.changeset/spotty-owls-pull.md deleted file mode 100644 index 8ade087..0000000 --- a/.changeset/spotty-owls-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@manypkg/find-root": patch -"@manypkg/tools": patch ---- - -Remove fs-extra from dependencies diff --git a/packages/find-root/CHANGELOG.md b/packages/find-root/CHANGELOG.md index 7de299d..1aaff4b 100644 --- a/packages/find-root/CHANGELOG.md +++ b/packages/find-root/CHANGELOG.md @@ -1,5 +1,16 @@ # @manypkg/find-root +## 2.2.3 + +### Patch Changes + +- [#215](https://github.com/Thinkmill/manypkg/pull/215) [`2ebda03`](https://github.com/Thinkmill/manypkg/commit/2ebda036b38d9111ef49085944972659f7c620a5) Thanks [@benmccann](https://github.com/benmccann)! - Remove find-up dependency + +- [#212](https://github.com/Thinkmill/manypkg/pull/212) [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924) Thanks [@benmccann](https://github.com/benmccann)! - Remove fs-extra from dependencies + +- Updated dependencies [[`66cdbc0`](https://github.com/Thinkmill/manypkg/commit/66cdbc0ab4f493351724b05189dc89d51d4dadf6), [`18c0ce3`](https://github.com/Thinkmill/manypkg/commit/18c0ce3667192e5128d8962267aff7e61cce23a4), [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924)]: + - @manypkg/tools@1.1.2 + ## 2.2.2 ### Patch Changes diff --git a/packages/find-root/package.json b/packages/find-root/package.json index 43f2d1d..9a05085 100644 --- a/packages/find-root/package.json +++ b/packages/find-root/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/find-root", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git", @@ -10,7 +10,7 @@ "main": "dist/manypkg-find-root.cjs.js", "module": "dist/manypkg-find-root.esm.js", "dependencies": { - "@manypkg/tools": "^1.1.1" + "@manypkg/tools": "^1.1.2" }, "devDependencies": { "@types/node": "^16.11.7", diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 31b740e..551c304 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,15 @@ # @manypkg/tools +## 1.1.2 + +### Patch Changes + +- [#214](https://github.com/Thinkmill/manypkg/pull/214) [`66cdbc0`](https://github.com/Thinkmill/manypkg/commit/66cdbc0ab4f493351724b05189dc89d51d4dadf6) Thanks [@benmccann](https://github.com/benmccann)! - Replace `globby` with `fast-glob` to remove extra dependencies + +- [#213](https://github.com/Thinkmill/manypkg/pull/213) [`18c0ce3`](https://github.com/Thinkmill/manypkg/commit/18c0ce3667192e5128d8962267aff7e61cce23a4) Thanks [@benmccann](https://github.com/benmccann)! - Replace `read-yaml-file` with `js-yaml` + +- [#212](https://github.com/Thinkmill/manypkg/pull/212) [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924) Thanks [@benmccann](https://github.com/benmccann)! - Remove fs-extra from dependencies + ## 1.1.1 ### Patch Changes diff --git a/packages/tools/package.json b/packages/tools/package.json index ff44c1c..ac20171 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/tools", - "version": "1.1.1", + "version": "1.1.2", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git",