Skip to content

Commit 0fecbcb

Browse files
Version Packages (#86)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ad6dbf1 commit 0fecbcb

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Diff for: .changeset/dirty-phones-tell.md

-17
This file was deleted.

Diff for: packages/cli/CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [`ad6dbf1`](https://github.com/Thinkmill/manypkg/commit/ad6dbf11d0e17a61d06cb77a89312d875e2b7511) [#85](https://github.com/Thinkmill/manypkg/pull/85) Thanks [@with-heart](https://github.com/with-heart)! - Added the ability to use the exact package or directory name to target a package that is a substring of another with for the `run` command:
8+
9+
If packages exist at `packages/pkg-a` and `packages/pkg-a-1`, target `pkg-a` using the exact directory name:
10+
11+
```bash
12+
yarn manypkg run packages/pkg-a
13+
```
14+
15+
If packages are named `@project/package-a` and `@project/package-a-1`, target `package-a` using the exact package name:
16+
17+
```bash
18+
yarn manypkg run @project/package-a
19+
```
20+
321
## 0.16.2
422

523
### Patch Changes

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/Thinkmill/manypkg.git",
66
"directory": "packages/cli"
77
},
8-
"version": "0.16.2",
8+
"version": "0.17.0",
99
"main": "dist/cli.cjs.js",
1010
"module": "dist/cli.esm.js",
1111
"license": "MIT",

0 commit comments

Comments
 (0)