Skip to content

Commit

Permalink
Version Packages (#124)
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 Nov 9, 2021
1 parent 7bd4f34 commit b8b9144
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-days-rest.md

This file was deleted.

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

## 0.19.1

### Patch Changes

- [#122](https://github.com/Thinkmill/manypkg/pull/122) [`7bd4f34`](https://github.com/Thinkmill/manypkg/commit/7bd4f344e1024e880a2de6b571d556adf200f0b6) Thanks [@fz6m](https://github.com/fz6m)! - Fixed getting correct packages in pnpm workspaces with exclude rules.

- Updated dependencies [[`7bd4f34`](https://github.com/Thinkmill/manypkg/commit/7bd4f344e1024e880a2de6b571d556adf200f0b6)]:
- @manypkg/get-packages@1.1.3

## 0.19.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
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/cli"
},
"version": "0.19.0",
"version": "0.19.1",
"main": "dist/cli.cjs.js",
"module": "dist/cli.esm.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@manypkg/get-packages": "^1.1.2",
"@manypkg/get-packages": "^1.1.3",
"chalk": "^2.4.2",
"detect-indent": "^6.0.0",
"find-up": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @manypkg/get-packages

## 1.1.3

### Patch Changes

- [#122](https://github.com/Thinkmill/manypkg/pull/122) [`7bd4f34`](https://github.com/Thinkmill/manypkg/commit/7bd4f344e1024e880a2de6b571d556adf200f0b6) Thanks [@fz6m](https://github.com/fz6m)! - Fixed getting correct packages in pnpm workspaces with exclude rules.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/get-packages",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"main": "dist/get-packages.cjs.js",
"dependencies": {
Expand Down

0 comments on commit b8b9144

Please sign in to comment.