Skip to content

Commit fc5d5e0

Browse files
Version Packages (#259)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c06ac0 commit fc5d5e0

File tree

9 files changed

+48
-16
lines changed

9 files changed

+48
-16
lines changed

.changeset/ten-moose-clean.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- [#254](https://github.com/Thinkmill/manypkg/pull/254) [`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1) Thanks [@cjkihl](https://github.com/cjkihl)! - Add Bun support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1)]:
12+
- @manypkg/get-packages@3.1.0
13+
314
## 0.24.0
415

516
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/cli",
3-
"version": "0.24.0",
3+
"version": "0.25.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": "^3.0.0",
19+
"@manypkg/get-packages": "^3.1.0",
2020
"detect-indent": "^7.0.1",
2121
"normalize-path": "^3.0.0",
2222
"p-limit": "^6.2.0",

packages/find-root/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#254](https://github.com/Thinkmill/manypkg/pull/254) [`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1) Thanks [@cjkihl](https://github.com/cjkihl)! - Add Bun support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1)]:
12+
- @manypkg/tools@2.1.0
13+
314
## 3.0.0
415

516
### Major Changes

packages/find-root/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/find-root",
3-
"version": "3.0.0",
3+
"version": "3.1.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": "^2.0.0"
16+
"@manypkg/tools": "^2.1.0"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.15.3",

packages/get-packages/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#254](https://github.com/Thinkmill/manypkg/pull/254) [`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1) Thanks [@cjkihl](https://github.com/cjkihl)! - Add Bun support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1)]:
12+
- @manypkg/find-root@3.1.0
13+
- @manypkg/tools@2.1.0
14+
315
## 3.0.0
416

517
### Major Changes

packages/get-packages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "3.0.0",
3+
"version": "3.1.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": "^3.0.0",
17-
"@manypkg/tools": "^2.0.0"
16+
"@manypkg/find-root": "^3.1.0",
17+
"@manypkg/tools": "^2.1.0"
1818
},
1919
"devDependencies": {
2020
"fixturez": "^1.1.0",

packages/tools/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#254](https://github.com/Thinkmill/manypkg/pull/254) [`2c06ac0`](https://github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1) Thanks [@cjkihl](https://github.com/cjkihl)! - Add Bun support
8+
39
## 2.0.0
410

511
### Major Changes

packages/tools/package.json

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

0 commit comments

Comments
 (0)