docs: update changesets

This commit is contained in:
Zoltan Kochan
2022-03-31 12:25:34 +03:00
parent e7bdc2cc28
commit fe79f98a5f
5 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
"@pnpm/plugin-commands-publishing": patch
---
Show friendly error message when get current git branch name error.
Show a friendly error message when it is impossible to get the current Git branch name during publish [#4488](https://github.com/pnpm/pnpm/pull/4488).

View File

@@ -5,4 +5,4 @@
"@pnpm/resolve-dependencies": major
---
Dependencies of the root workspace project are not used to resolve peer dependencies of other workspace projects.
Dependencies of the root workspace project are not used to resolve peer dependencies of other workspace projects [#4469](https://github.com/pnpm/pnpm/pull/4469).

View File

@@ -2,4 +2,4 @@
"@pnpm/lockfile-utils": patch
---
When checking if the lockfile is up-to-date, an empty dependenciesMeta field in the manifest should be satisfied by a not set field in the lockfile.
When checking if the lockfile is up-to-date, an empty `dependenciesMeta` field in the manifest should be satisfied by a not set field in the lockfile [#4463](https://github.com/pnpm/pnpm/pull/4463).

View File

@@ -3,4 +3,4 @@
"pnpm": major
---
Don't hoist types by default to the root of node_modules.
Don't hoist types by default to the root of `node_modules` [#4459](https://github.com/pnpm/pnpm/pull/4459).

View File

@@ -2,4 +2,4 @@
"@pnpm/manifest-utils": patch
---
Handle undefined version spec.
It should be possible to reference a workspace project that has no version specified in its `package.json` [#4487](https://github.com/pnpm/pnpm/pull/4487).