Skip to content

Version Packages #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-bottles-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-moles-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-mirrors-own.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-plants-sit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-frogs-fail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slow-vans-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-starfishes-report.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/witty-squids-wash.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @manypkg/cli

## 0.24.0

### Minor Changes

- [#248](https://github.com/Thinkmill/manypkg/pull/248) [`456ca21`](https://github.com/Thinkmill/manypkg/commit/456ca211db8adfa37b6360587fb0827da6adc441) Thanks [@bluwy](https://github.com/bluwy)! - Change the default value of the `defaultBranch` config from `"master"` to `"main"`

- [#242](https://github.com/Thinkmill/manypkg/pull/242) [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426) Thanks [@spanishpear](https://github.com/spanishpear)! - This package is now published as a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

- [#245](https://github.com/Thinkmill/manypkg/pull/245) [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2) Thanks [@Andarist](https://github.com/Andarist)! - Drop support for Bolt

- [#244](https://github.com/Thinkmill/manypkg/pull/244) [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079) Thanks [@Andarist](https://github.com/Andarist)! - Add `"engines"` field for explicit node version support. The supported node versions are `>=20.0.0`.

### Patch Changes

- Updated dependencies [[`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75), [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426), [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2), [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079)]:
- @manypkg/[email protected]

## 0.23.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/cli",
"version": "0.23.0",
"version": "0.24.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -16,7 +16,7 @@
"manypkg": "./bin.js"
},
"dependencies": {
"@manypkg/get-packages": "^2.2.2",
"@manypkg/get-packages": "^3.0.0",
"detect-indent": "^7.0.1",
"normalize-path": "^3.0.0",
"p-limit": "^6.2.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/find-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @manypkg/find-root

## 3.0.0

### Major Changes

- [#250](https://github.com/Thinkmill/manypkg/pull/250) [`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with projects using npm workspaces being recognized as yarn projects

- [#242](https://github.com/Thinkmill/manypkg/pull/242) [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426) Thanks [@spanishpear](https://github.com/spanishpear)! - This package is now published as a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

- [#245](https://github.com/Thinkmill/manypkg/pull/245) [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2) Thanks [@Andarist](https://github.com/Andarist)! - Drop support for Bolt

- [#244](https://github.com/Thinkmill/manypkg/pull/244) [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079) Thanks [@Andarist](https://github.com/Andarist)! - Add `"engines"` field for explicit node version support. The supported node versions are `>=20.0.0`.

### Minor Changes

- [#220](https://github.com/Thinkmill/manypkg/pull/220) [`28c3ff4`](https://github.com/Thinkmill/manypkg/commit/28c3ff4bd091565f480e00f407c3f4ebea3536a5) Thanks [@benmccann](https://github.com/benmccann)! - Added `DEFAULT_TOOLS` export

### Patch Changes

- Updated dependencies [[`28c3ff4`](https://github.com/Thinkmill/manypkg/commit/28c3ff4bd091565f480e00f407c3f4ebea3536a5), [`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75), [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426), [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2), [`ceeb7cb`](https://github.com/Thinkmill/manypkg/commit/ceeb7cb634cccdbad57ae830823c96f2d5674ca3), [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079)]:
- @manypkg/[email protected]

## 2.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -13,7 +13,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@manypkg/tools": "^1.1.2"
"@manypkg/tools": "^2.0.0"
},
"devDependencies": {
"@types/node": "^22.15.3",
Expand Down
18 changes: 18 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @manypkg/get-packages

## 3.0.0

### Major Changes

- [#250](https://github.com/Thinkmill/manypkg/pull/250) [`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with projects using npm workspaces being recognized as yarn projects

- [#242](https://github.com/Thinkmill/manypkg/pull/242) [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426) Thanks [@spanishpear](https://github.com/spanishpear)! - This package is now published as a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

- [#245](https://github.com/Thinkmill/manypkg/pull/245) [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2) Thanks [@Andarist](https://github.com/Andarist)! - Drop support for Bolt

- [#244](https://github.com/Thinkmill/manypkg/pull/244) [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079) Thanks [@Andarist](https://github.com/Andarist)! - Add `"engines"` field for explicit node version support. The supported node versions are `>=20.0.0`.

### Patch Changes

- Updated dependencies [[`28c3ff4`](https://github.com/Thinkmill/manypkg/commit/28c3ff4bd091565f480e00f407c3f4ebea3536a5), [`28c3ff4`](https://github.com/Thinkmill/manypkg/commit/28c3ff4bd091565f480e00f407c3f4ebea3536a5), [`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75), [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426), [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2), [`ceeb7cb`](https://github.com/Thinkmill/manypkg/commit/ceeb7cb634cccdbad57ae830823c96f2d5674ca3), [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079)]:
- @manypkg/[email protected]
- @manypkg/[email protected]

## 2.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/get-packages",
"version": "2.2.2",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -13,8 +13,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@manypkg/find-root": "^2.2.2",
"@manypkg/tools": "^1.1.1"
"@manypkg/find-root": "^3.0.0",
"@manypkg/tools": "^2.0.0"
},
"devDependencies": {
"fixturez": "^1.1.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @manypkg/tools

## 2.0.0

### Major Changes

- [#220](https://github.com/Thinkmill/manypkg/pull/220) [`28c3ff4`](https://github.com/Thinkmill/manypkg/commit/28c3ff4bd091565f480e00f407c3f4ebea3536a5) Thanks [@benmccann](https://github.com/benmccann)! - Return values became serializable again. An identifier for the detected tool is returned instead of an instance of a `Tool` object.

- [#250](https://github.com/Thinkmill/manypkg/pull/250) [`3cf8c4e`](https://github.com/Thinkmill/manypkg/commit/3cf8c4e5d49fa703df73eafd26c730491908de75) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with projects using npm workspaces being recognized as yarn projects

- [#242](https://github.com/Thinkmill/manypkg/pull/242) [`1763058`](https://github.com/Thinkmill/manypkg/commit/1763058f9e6a1e85e5720656301d18ca10bda426) Thanks [@spanishpear](https://github.com/spanishpear)! - This package is now published as a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

- [#245](https://github.com/Thinkmill/manypkg/pull/245) [`a00f5f7`](https://github.com/Thinkmill/manypkg/commit/a00f5f7179cbe0ba60d7d8e0c47c512b67712da2) Thanks [@Andarist](https://github.com/Andarist)! - Drop support for Bolt

- [#244](https://github.com/Thinkmill/manypkg/pull/244) [`f29df03`](https://github.com/Thinkmill/manypkg/commit/f29df03867a909c644e4838d62997427aeadc079) Thanks [@Andarist](https://github.com/Andarist)! - Add `"engines"` field for explicit node version support. The supported node versions are `>=20.0.0`.

### Minor Changes

- [#232](https://github.com/Thinkmill/manypkg/pull/232) [`ceeb7cb`](https://github.com/Thinkmill/manypkg/commit/ceeb7cb634cccdbad57ae830823c96f2d5674ca3) Thanks [@VanTanev](https://github.com/VanTanev)! - Replace the `fast-glob` dependency with `tinyglobby`

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/tools",
"version": "1.1.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand Down