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 Oct 28, 2021
1 parent 4a2cc81 commit fa98aea
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-bikes-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-steaks-cheer.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- [#119](https://github.com/Thinkmill/manypkg/pull/119) [`256297b`](https://github.com/Thinkmill/manypkg/commit/256297b9bf1368252214637fec1811ce868a71c9) Thanks [@marcodejongh](https://github.com/marcodejongh)! - Change external mismatch behaviour to suggest and fix to the most commonly used dependency range in the workspace. If all ranges are only used once it will pick the highest.

### Patch Changes

- Updated dependencies [[`5f6cded`](https://github.com/Thinkmill/manypkg/commit/5f6cdedf6843d60144c1ea65b5a8ef0c4b7f0bd5)]:
- @manypkg/get-packages@1.1.2

## 0.18.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.18.0",
"version": "0.19.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.1.1",
"@manypkg/get-packages": "^1.1.2",
"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.2

### Patch Changes

- [#110](https://github.com/Thinkmill/manypkg/pull/110) [`c521941`](https://github.com/Thinkmill/manypkg/commit/c52194151630eb56cd21af471afe877cf42c6884) Thanks [@maraisr](https://github.com/maraisr)! - Includes types dependencies for PackageJson type

## 1.1.1

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

0 comments on commit fa98aea

Please sign in to comment.