Skip to content

Commit

Permalink
chore(release): 8.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 28, 2022
1 parent 40dcdce commit 7b2adf7
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@
## [8.3.8](https://github.com/JamieMason/syncpack/compare/8.2.5...8.3.8) (2022-10-28)


### Bug Fixes

* **npm:** update dependencies ([6311999](https://github.com/JamieMason/syncpack/commit/63119995d5ab7e98b867edad28bf1655eb96bbdf))
* **pnpm:** fix regression affecting --pnpmOverrides ([6a782f9](https://github.com/JamieMason/syncpack/commit/6a782f95b558b2ae2800f429b4135f306e7abbfb)), closes [#94](https://github.com/JamieMason/syncpack/issues/94)
* **set-semver-ranges:** handle 'workspace' type ([2134658](https://github.com/JamieMason/syncpack/commit/213465882ee6182bbc0f3ef00108cc562b63deae)), closes [#84](https://github.com/JamieMason/syncpack/issues/84)


### Features

* **config:** include config.syncpack of package.json ([40dcdce](https://github.com/JamieMason/syncpack/commit/40dcdcef00d66db0866882e2ef0138972199eea3)), closes [#86](https://github.com/JamieMason/syncpack/issues/86)



## [8.2.5](https://github.com/JamieMason/syncpack/compare/8.2.4...8.2.5) (2022-10-28)


Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm test
## Dev Dependencies

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

0 comments on commit 7b2adf7

Please sign in to comment.