Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent b56869a commit 45eaba5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-readers-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-needles-doubt.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.21.3

### Patch Changes

- [#204](https://github.com/Thinkmill/manypkg/pull/204) [`b56869a`](https://github.com/Thinkmill/manypkg/commit/b56869a23d04bf0dedcb8e399aa339a5e35172b1) Thanks [@emmatown](https://github.com/emmatown)! - Allow dependecies to use the `workspace:` protocol and support adding `"workspaceProtocol": "require"` to the `manypkg` config to require it.

- Updated dependencies [[`3c9641c`](https://github.com/Thinkmill/manypkg/commit/3c9641c94980a887fdb4366698ad69199883ff84)]:
- @manypkg/get-packages@2.2.1

## 0.21.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/cli",
"version": "0.21.2",
"version": "0.21.3",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -13,7 +13,7 @@
"manypkg": "./bin.js"
},
"dependencies": {
"@manypkg/get-packages": "^2.2.0",
"@manypkg/get-packages": "^2.2.1",
"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

## 2.2.1

### Patch Changes

- [#201](https://github.com/Thinkmill/manypkg/pull/201) [`3c9641c`](https://github.com/Thinkmill/manypkg/commit/3c9641c94980a887fdb4366698ad69199883ff84) Thanks [@manzoorwanijk](https://github.com/manzoorwanijk)! - Fixed the error for getPackages when given a non-root directory

## 2.2.0

### Minor 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": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"main": "dist/manypkg-get-packages.cjs.js",
"dependencies": {
Expand Down

0 comments on commit 45eaba5

Please sign in to comment.