Skip to content

Commit 5883214

Browse files
Version Packages (#203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b56869a commit 5883214

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/breezy-readers-chew.md

-5
This file was deleted.

.changeset/forty-needles-doubt.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.21.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`3c9641c`](https://github.com/Thinkmill/manypkg/commit/3c9641c94980a887fdb4366698ad69199883ff84)]:
10+
- @manypkg/get-packages@2.2.1
11+
312
## 0.21.2
413

514
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/cli",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -13,7 +13,7 @@
1313
"manypkg": "./bin.js"
1414
},
1515
"dependencies": {
16-
"@manypkg/get-packages": "^2.2.0",
16+
"@manypkg/get-packages": "^2.2.1",
1717
"chalk": "^2.4.2",
1818
"detect-indent": "^6.0.0",
1919
"find-up": "^4.1.0",

packages/get-packages/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/get-packages
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.2.0
410

511
### Minor Changes

packages/get-packages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"license": "MIT",
55
"main": "dist/manypkg-get-packages.cjs.js",
66
"dependencies": {

0 commit comments

Comments
 (0)