Skip to content

Commit

Permalink
Version Packages (#94)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @comet/[email protected]

### Patch Changes

-   d62d43b: Fix pretty-bytes dependency

    Since v6 pretty-bytes is an ESM-only package.
This doesn't work with our CommonJS setup, causing the
dev-process-manager to fail during startup.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 13, 2024
1 parent d62d43b commit 68cedf3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-vans-help.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.6.1

### Patch Changes

- d62d43b: Fix pretty-bytes dependency

Since v6 pretty-bytes is an ESM-only package.
This doesn't work with our CommonJS setup, causing the dev-process-manager to fail during startup.

## 2.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@comet/dev-process-manager",
"packageManager": "[email protected]",
"license": "BSD-2-Clause",
"version": "2.6.0",
"version": "2.6.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
Expand Down

0 comments on commit 68cedf3

Please sign in to comment.