diff --git a/.changeset/fix-bun-object-workspaces.md b/.changeset/fix-bun-object-workspaces.md deleted file mode 100644 index de9c5ee9..00000000 --- a/.changeset/fix-bun-object-workspaces.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/tools": patch ---- - -Support object-form workspaces in `BunTool` to handle `catalog` usage diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 7f96f2b6..0db8bdf6 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @manypkg/tools +## 2.1.1 + +### Patch Changes + +- [#266](https://github.com/Thinkmill/manypkg/pull/266) [`8c4e03b`](https://github.com/Thinkmill/manypkg/commit/8c4e03bba4d551bc9fd1a50581a1fec1e4717985) Thanks [@MatthieuMordrel](https://github.com/MatthieuMordrel)! - Support object-form workspaces in `BunTool` to handle `catalog` usage + ## 2.1.0 ### Minor Changes diff --git a/packages/tools/package.json b/packages/tools/package.json index eb806343..03760490 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/tools", - "version": "2.1.0", + "version": "2.1.1", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git",