Skip to content

Commit 734a9a8

Browse files
Version Packages (#240)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45bb38e commit 734a9a8

16 files changed

+82
-59
lines changed

.changeset/chilly-bottles-eat.md

-5
This file was deleted.

.changeset/chilly-moles-grow.md

-5
This file was deleted.

.changeset/curly-mirrors-own.md

-5
This file was deleted.

.changeset/large-plants-sit.md

-7
This file was deleted.

.changeset/mighty-frogs-fail.md

-8
This file was deleted.

.changeset/slow-vans-repair.md

-8
This file was deleted.

.changeset/wild-starfishes-report.md

-5
This file was deleted.

.changeset/witty-squids-wash.md

-8
This file was deleted.

packages/cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @manypkg/cli
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#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"`
8+
9+
- [#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).
10+
11+
- [#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
12+
13+
- [#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`.
14+
15+
### Patch Changes
16+
17+
- 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)]:
18+
- @manypkg/get-packages@3.0.0
19+
320
## 0.23.0
421

522
### Minor Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/cli",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -16,7 +16,7 @@
1616
"manypkg": "./bin.js"
1717
},
1818
"dependencies": {
19-
"@manypkg/get-packages": "^2.2.2",
19+
"@manypkg/get-packages": "^3.0.0",
2020
"detect-indent": "^7.0.1",
2121
"normalize-path": "^3.0.0",
2222
"p-limit": "^6.2.0",

packages/find-root/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @manypkg/find-root
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
- [#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).
10+
11+
- [#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
12+
13+
- [#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`.
14+
15+
### Minor Changes
16+
17+
- [#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
18+
19+
### Patch Changes
20+
21+
- 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)]:
22+
- @manypkg/tools@2.0.0
23+
324
## 2.2.3
425

526
### Patch Changes

packages/find-root/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/find-root",
3-
"version": "2.2.3",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -13,7 +13,7 @@
1313
"./package.json": "./package.json"
1414
},
1515
"dependencies": {
16-
"@manypkg/tools": "^1.1.2"
16+
"@manypkg/tools": "^2.0.0"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.15.3",

packages/get-packages/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @manypkg/get-packages
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
- [#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).
10+
11+
- [#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
12+
13+
- [#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`.
14+
15+
### Patch Changes
16+
17+
- 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)]:
18+
- @manypkg/find-root@3.0.0
19+
- @manypkg/tools@2.0.0
20+
321
## 2.2.2
422

523
### Patch Changes

packages/get-packages/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -13,8 +13,8 @@
1313
"./package.json": "./package.json"
1414
},
1515
"dependencies": {
16-
"@manypkg/find-root": "^2.2.2",
17-
"@manypkg/tools": "^1.1.1"
16+
"@manypkg/find-root": "^3.0.0",
17+
"@manypkg/tools": "^2.0.0"
1818
},
1919
"devDependencies": {
2020
"fixturez": "^1.1.0",

packages/tools/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @manypkg/tools
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
11+
- [#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).
12+
13+
- [#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
14+
15+
- [#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`.
16+
17+
### Minor Changes
18+
19+
- [#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`
20+
321
## 1.1.2
422

523
### Patch Changes

packages/tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/tools",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",

0 commit comments

Comments
 (0)