Skip to content

Commit

Permalink
chore(release): 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 4, 2023
1 parent 296fad5 commit 87be648
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [10.5.1](https://github.com/JamieMason/syncpack/compare/10.2.0...10.5.1) (2023-06-04)


### Bug Fixes

* **cli:** add missing syncpack-lint binary ([ae265cb](https://github.com/JamieMason/syncpack/commit/ae265cbded2764f1f94ffad4e5fd528ed642add3))


### Features

* **cli:** add prompt to fix unsupported mismatches ([296fad5](https://github.com/JamieMason/syncpack/commit/296fad5b7ba29e5a1476285dad9320de199f4131))
* **format:** sort bin property alphabetically ([f7c87a8](https://github.com/JamieMason/syncpack/commit/f7c87a87557379612e638d621822430e0d8e27d6))
* **groups:** manage intersecting range versions ([96d6c6d](https://github.com/JamieMason/syncpack/commit/96d6c6d7837526c1e1dac603959b199d9d0b0f7d))



# [10.2.0](https://github.com/JamieMason/syncpack/compare/10.1.0...10.2.0) (2023-06-03)


Expand Down
3 changes: 2 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ npm test
- [chalk](https://ghub.io/chalk): Terminal string styling done right
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
- [enquirer](https://ghub.io/enquirer): Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
- [fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
- [glob](https://ghub.io/glob): a little globber
- [glob](https://ghub.io/glob): the most correct and second fastest glob implementation in JavaScript
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
- [semver](https://ghub.io/semver): The semantic version parser used by npm.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "10.2.0",
"version": "10.5.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 87be648

Please sign in to comment.