chore(release): 11.0.0-rc.3

This commit is contained in:
Zoltan Kochan
2026-04-21 00:17:38 +02:00
parent 54eec40233
commit fcdd50aaa7
224 changed files with 1231 additions and 219 deletions

View File

@@ -0,0 +1,7 @@
# @pnpm/testing.command-defaults
## 1100.0.1
### Patch Changes
- 9e0833c: Added a new setting `minimumReleaseAgeIgnoreMissingTime`, which is `true` by default. When enabled, pnpm skips the `minimumReleaseAge` maturity check if the registry metadata does not include the `time` field. Set to `false` to fail resolution instead.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/testing.command-defaults",
"version": "1100.0.0",
"version": "1100.0.1",
"private": true,
"description": "Shared DEFAULT_OPTS for pnpm command handler tests",
"keywords": [

View File

@@ -1,5 +1,13 @@
# @pnpm/testing.temp-store
## 1100.0.3
### Patch Changes
- @pnpm/installing.client@1100.0.3
- @pnpm/store.controller@1100.0.2
- @pnpm/store.controller-types@1100.0.2
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/testing.temp-store",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "A temporary store for testing purposes",
"keywords": [
"pnpm",