Skip to content

Commit

Permalink
Version Packages (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6018758 commit 42ecf43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/chilled-mice-switch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/pmm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ehyland/pmm

## 0.8.1

### Patch Changes

- 6018758: Allow alternative package manager to be called in child process

Use case:

With `pnpm changeset publish` , changesets CLI will attempt to run npm tp get npm configuration. This should not be blocked by pmm in a project that is configured to use pnpm

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pmm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehyland/pmm",
"version": "0.8.0",
"version": "0.8.1",
"description": "my take on corepack",
"files": [
"dist",
Expand Down

0 comments on commit 42ecf43

Please sign in to comment.