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

@@ -1,5 +1,21 @@
# @pnpm/plugin-commands-script-runners
## 1100.0.3
### 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.
- Updated dependencies [7d25bc1]
- Updated dependencies [9e0833c]
- @pnpm/config.reader@1101.1.0
- @pnpm/deps.status@1100.0.3
- @pnpm/engine.runtime.commands@1100.0.3
- @pnpm/installing.commands@1100.1.1
- @pnpm/exec.lifecycle@1100.0.3
- @pnpm/installing.client@1100.0.3
- @pnpm/workspace.injected-deps-syncer@1100.0.3
- @pnpm/crypto.hash@1100.0.0
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exec.commands",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Commands for running scripts",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/lifecycle
## 1100.0.3
### Patch Changes
- Updated dependencies [e03e8f4]
- @pnpm/fetching.directory-fetcher@1100.0.3
- @pnpm/store.controller-types@1100.0.2
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exec.lifecycle",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Package lifecycle hook runner",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare-package
## 1100.0.3
### Patch Changes
- @pnpm/exec.lifecycle@1100.0.3
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exec.prepare-package",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Prepares a Git-hosted package",
"keywords": [
"pnpm",