Skip to content

Commit

Permalink
chore(release): 8.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 13, 2024
1 parent 2bead97 commit 0897038
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/giant-ads-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-eyes-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-bananas-hang.md

This file was deleted.

8 changes: 8 additions & 0 deletions pnpm/CHANGELOG.md
@@ -1,5 +1,13 @@
# pnpm

## 8.15.7

### Patch Changes

- `pnpm config get` prints a comma-separated list for an array value instead of nothing.
- It should be possible to publish a tarball with custom dist-tag [#7845](https://github.com/pnpm/pnpm/issues/7845).
- Print the list of packages that were not built because they are ignored by configuration settings.

## 8.15.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "8.15.6",
"version": "8.15.7",
"publishConfig": {
"tag": "next-8",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "8.15.6",
"version": "8.15.7",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "8.15.6",
"version": "8.15.7",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "8.15.6",
"version": "8.15.7",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "8.15.6",
"version": "8.15.7",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "8.15.6",
"version": "8.15.7",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "8.15.6",
"version": "8.15.7",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 0897038

Please sign in to comment.