Skip to content

Commit 7b2adf7

Browse files
committed
chore(release): 8.3.8
1 parent 40dcdce commit 7b2adf7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [8.3.8](https://github.com/JamieMason/syncpack/compare/8.2.5...8.3.8) (2022-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** update dependencies ([6311999](https://github.com/JamieMason/syncpack/commit/63119995d5ab7e98b867edad28bf1655eb96bbdf))
7+
* **pnpm:** fix regression affecting --pnpmOverrides ([6a782f9](https://github.com/JamieMason/syncpack/commit/6a782f95b558b2ae2800f429b4135f306e7abbfb)), closes [#94](https://github.com/JamieMason/syncpack/issues/94)
8+
* **set-semver-ranges:** handle 'workspace' type ([2134658](https://github.com/JamieMason/syncpack/commit/213465882ee6182bbc0f3ef00108cc562b63deae)), closes [#84](https://github.com/JamieMason/syncpack/issues/84)
9+
10+
11+
### Features
12+
13+
* **config:** include config.syncpack of package.json ([40dcdce](https://github.com/JamieMason/syncpack/commit/40dcdcef00d66db0866882e2ef0138972199eea3)), closes [#86](https://github.com/JamieMason/syncpack/issues/86)
14+
15+
16+
117
## [8.2.5](https://github.com/JamieMason/syncpack/compare/8.2.4...8.2.5) (2022-10-28)
218

319

DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm test
3838
## Dev Dependencies
3939

4040
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
41-
- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for Glob
41+
- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for glob
4242
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
4343
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
4444
- [@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": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces",
4-
"version": "8.2.5",
4+
"version": "8.3.8",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)