Skip to content

Commit

Permalink
Version Packages (#64)
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 Jun 25, 2020
1 parent f8f60d9 commit 4cad296
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 37 deletions.
23 changes: 0 additions & 23 deletions .changeset/little-gifts-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-plums-wave.md

This file was deleted.

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

## 0.14.0

### Minor Changes

- [`f8f60d9`](https://github.com/Thinkmill/manypkg/commit/f8f60d9bd968cf2c7bef2a1e7c257398316ee12c) [#67](https://github.com/Thinkmill/manypkg/pull/67) Thanks [@jesstelford](https://github.com/jesstelford)! - Add package.json#manypkg config object:

```
{
"manypkg": {}
}
```

To support setting a default branch for the INCORRECT_REPOSITORY_FIELD check/fix, a new config option can be set:

```
{
"manypkg": {
"defaultBranch": "master"
}
}
```

The default `defaultBranch` is `"master"`.

### Patch Changes

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

- Updated dependencies [[`a4db72a`](https://github.com/Thinkmill/manypkg/commit/a4db72a8b272f1b642fa751639d7840f4fa3658c)]:
- @manypkg/get-packages@1.1.0

## 0.13.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.13.0",
"version": "0.14.0",
"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.0.0",
"@manypkg/get-packages": "^1.1.0",
"chalk": "^2.4.2",
"detect-indent": "^6.0.0",
"find-up": "^4.1.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/find-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @manypkg/find-root

## 1.0.0
### Major Changes
## 1.1.0

### Minor Changes

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

## 1.0.0

### Major Changes

- [`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`
2 changes: 1 addition & 1 deletion packages/find-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/find-root",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/find-root.cjs.js",
"module": "dist/find-root.esm.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @manypkg/get-packages

## 1.1.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`a4db72a`](https://github.com/Thinkmill/manypkg/commit/a4db72a8b272f1b642fa751639d7840f4fa3658c)]:
- @manypkg/find-root@1.1.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@manypkg/get-packages",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/get-packages.cjs.js",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@manypkg/find-root": "^1.0.0",
"@manypkg/find-root": "^1.1.0",
"fs-extra": "^8.1.0",
"globby": "^11.0.0",
"read-yaml-file": "^1.1.0"
Expand Down

0 comments on commit 4cad296

Please sign in to comment.