mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 19:14:56 -04:00
chore(release): 11.0.0-rc.3
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# @pnpm/resolver-base
|
||||
|
||||
## 1100.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 72c1e05: Fix: different platform variants of the same runtime (e.g. `node@runtime:25.9.0` glibc vs. musl) no longer share a single global-virtual-store entry. The virtual store path now incorporates the selected variant's integrity, so installs with different `--os`/`--cpu`/`--libc` end up in separate directories and `pnpm add --libc=musl node@runtime:<v>` reliably fetches the musl binary even when the glibc variant is already cached.
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolving.resolver-base",
|
||||
"version": "1100.0.1",
|
||||
"version": "1100.1.0",
|
||||
"description": "Types for pnpm-compatible resolvers",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
Reference in New Issue
Block a user