You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support setting a default branch for the INCORRECT_REPOSITORY_FIELD check/fix, a new config option can be set:
16
+
17
+
```
18
+
{
19
+
"manypkg": {
20
+
"defaultBranch": "master"
21
+
}
22
+
}
23
+
```
24
+
25
+
The default `defaultBranch` is `"master"`.
26
+
27
+
### Patch Changes
28
+
29
+
-[`a4db72a`](https://github.com/Thinkmill/manypkg/commit/a4db72a8b272f1b642fa751639d7840f4fa3658c)[#63](https://github.com/Thinkmill/manypkg/pull/63) Thanks [@evocateur](https://github.com/evocateur)! - Add support for Lerna monorepos
-[`a4db72a`](https://github.com/Thinkmill/manypkg/commit/a4db72a8b272f1b642fa751639d7840f4fa3658c)[#63](https://github.com/Thinkmill/manypkg/pull/63) Thanks [@evocateur](https://github.com/evocateur)! - Add support for Lerna monorepos
6
8
9
+
## 1.0.0
10
+
11
+
### Major Changes
7
12
8
13
-[`72a0112`](https://github.com/Thinkmill/manypkg/commit/72a01127a5804cc8b881ab1a67e83a6149944ade)[#47](https://github.com/Thinkmill/manypkg/pull/47) Thanks [@tarang9211](https://github.com/tarang9211)! - Initial release of `@manypkg/find-root`
Copy file name to clipboardExpand all lines: packages/get-packages/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# @manypkg/get-packages
2
2
3
+
## 1.1.0
4
+
5
+
### Minor Changes
6
+
7
+
-[`a4db72a`](https://github.com/Thinkmill/manypkg/commit/a4db72a8b272f1b642fa751639d7840f4fa3658c)[#63](https://github.com/Thinkmill/manypkg/pull/63) Thanks [@evocateur](https://github.com/evocateur)! - Add support for Lerna monorepos
0 commit comments