Skip to content

Commit

Permalink
Version Packages (#86)
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] committed Dec 17, 2020
1 parent ad6dbf1 commit 0fecbcb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/dirty-phones-tell.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [`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:

If packages exist at `packages/pkg-a` and `packages/pkg-a-1`, target `pkg-a` using the exact directory name:

```bash
yarn manypkg run packages/pkg-a
```

If packages are named `@project/package-a` and `@project/package-a-1`, target `package-a` using the exact package name:

```bash
yarn manypkg run @project/package-a
```

## 0.16.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/cli"
},
"version": "0.16.2",
"version": "0.17.0",
"main": "dist/cli.cjs.js",
"module": "dist/cli.esm.js",
"license": "MIT",
Expand Down

0 comments on commit 0fecbcb

Please sign in to comment.