Skip to content

Commit 6718c20

Browse files
Version Packages (#170)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf586f5 commit 6718c20

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

.changeset/many-pumpkin-behavior.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-lies-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/find-root/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/find-root
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#167](https://github.com/Thinkmill/manypkg/pull/167) [`bf586f5`](https://github.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c) Thanks [@elliot-nelson](https://github.com/elliot-nelson)! - The `findRoot` and `findRootSync` methods now take an optional list of `Tool` implementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.
8+
39
## 2.0.0
410

511
### Major Changes

packages/find-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/find-root",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"main": "dist/manypkg-find-root.cjs.js",
66
"module": "dist/manypkg-find-root.esm.js",

packages/get-packages/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @manypkg/get-packages
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#167](https://github.com/Thinkmill/manypkg/pull/167) [`bf586f5`](https://github.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c) Thanks [@elliot-nelson](https://github.com/elliot-nelson)! - The `getPackages` and `getPackagesSync` methods now take an optional list of `Tool` implementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bf586f5`](https://github.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c)]:
12+
- @manypkg/find-root@2.1.0
13+
314
## 2.0.0
415

516
### Major Changes

packages/get-packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"main": "dist/manypkg-get-packages.cjs.js",
66
"dependencies": {
7-
"@manypkg/find-root": "^2.0.0",
7+
"@manypkg/find-root": "^2.1.0",
88
"@manypkg/tools": "^1.0.0"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)