Skip to content

Commit a035315

Browse files
committed
chore(release): 10.6.1
1 parent f35c486 commit a035315

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [10.6.1](https://github.com/JamieMason/syncpack/compare/10.5.1...10.6.1) (2023-06-18)
2+
3+
4+
### Features
5+
6+
* **core:** refactor and general improvements ([f35c486](https://github.com/JamieMason/syncpack/commit/f35c486ab51f697f6259c509ebd7e0c575ad2dac)), closes [#140](https://github.com/JamieMason/syncpack/issues/140) [#139](https://github.com/JamieMason/syncpack/issues/139) [#132](https://github.com/JamieMason/syncpack/issues/132) [#111](https://github.com/JamieMason/syncpack/issues/111)
7+
8+
9+
110
## [10.5.1](https://github.com/JamieMason/syncpack/compare/10.2.0...10.5.1) (2023-06-04)
211

312

DEPENDENCIES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ npm test
2424

2525
## Dependencies
2626

27+
- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
28+
- [@effect/io](https://ghub.io/@effect/io): Consistent dependency versions in large JavaScript Monorepos
29+
- [@effect/match](https://ghub.io/@effect/match): Consistent dependency versions in large JavaScript Monorepos
2730
- [chalk](https://ghub.io/chalk): Terminal string styling done right
2831
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
2932
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
3033
- [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.
3134
- [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.
32-
- [glob](https://ghub.io/glob): the most correct and second fastest glob implementation in JavaScript
35+
- [globby](https://ghub.io/globby): User-friendly glob matching
3336
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
3437
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
3538
- [semver](https://ghub.io/semver): The semantic version parser used by npm.
@@ -40,7 +43,6 @@ npm test
4043

4144
- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14.
4245
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
43-
- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for glob
4446
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
4547
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
4648
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "10.5.1",
4+
"version": "10.6.1",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)