Skip to content

Commit

Permalink
Version Packages (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 31, 2023
1 parent bf586f5 commit 6718c20
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-pumpkin-behavior.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-lies-perform.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/find-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @manypkg/find-root

## 2.1.0

### Minor Changes

- [#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.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/find-root",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"main": "dist/manypkg-find-root.cjs.js",
"module": "dist/manypkg-find-root.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @manypkg/get-packages

## 2.1.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`bf586f5`](https://github.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c)]:
- @manypkg/find-root@2.1.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@manypkg/get-packages",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"main": "dist/manypkg-get-packages.cjs.js",
"dependencies": {
"@manypkg/find-root": "^2.0.0",
"@manypkg/find-root": "^2.1.0",
"@manypkg/tools": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6718c20

Please sign in to comment.