mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
chore(release): libs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-rebuild": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/calc-dep-state": minor
|
||||
---
|
||||
|
||||
Add `lockfileToDepGraph` function.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-rebuild": minor
|
||||
---
|
||||
|
||||
A new option added skipIfHasSideEffectsCache for skipping the build for dependencies that already have side effects cache.
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 11.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [16bbac8d5]
|
||||
- @pnpm/calc-dep-state@4.1.0
|
||||
|
||||
## 11.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "11.0.8",
|
||||
"version": "11.0.9",
|
||||
"description": "Build packages in node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 002f6febe: A new option added skipIfHasSideEffectsCache for skipping the build for dependencies that already have side effects cache.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 16bbac8d5: `pnpm rebuild` should upload the built artifacts to the content-addressable store.
|
||||
- Updated dependencies [16bbac8d5]
|
||||
- @pnpm/calc-dep-state@4.1.0
|
||||
|
||||
## 9.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "9.0.7",
|
||||
"version": "9.1.0",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 7.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.17
|
||||
|
||||
## 7.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "7.1.10",
|
||||
"version": "7.1.11",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/calc-dep-state
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 16bbac8d5: Add `lockfileToDepGraph` function.
|
||||
|
||||
## 4.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/calc-dep-state",
|
||||
"version": "4.0.2",
|
||||
"version": "4.1.0",
|
||||
"description": "Calculates the state of a dependency",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 3.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.17
|
||||
|
||||
## 3.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "3.1.11",
|
||||
"version": "3.1.12",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 10.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [16bbac8d5]
|
||||
- @pnpm/calc-dep-state@4.1.0
|
||||
- @pnpm/build-modules@11.0.9
|
||||
- @pnpm/headless@21.0.6
|
||||
|
||||
## 10.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "10.2.7",
|
||||
"version": "10.2.8",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 21.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [16bbac8d5]
|
||||
- @pnpm/calc-dep-state@4.1.0
|
||||
- @pnpm/build-modules@11.0.9
|
||||
|
||||
## 21.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "21.0.5",
|
||||
"version": "21.0.6",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 13.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [16bbac8d5]
|
||||
- Updated dependencies [002f6febe]
|
||||
- @pnpm/plugin-commands-rebuild@9.1.0
|
||||
- @pnpm/core@10.2.8
|
||||
|
||||
## 13.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "13.0.16",
|
||||
"version": "13.0.17",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 3.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.17
|
||||
|
||||
## 3.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "3.0.22",
|
||||
"version": "3.0.23",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
Reference in New Issue
Block a user