Skip to content

Commit

Permalink
chore(release): 9.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 31, 2024
1 parent 2d9e3b8 commit a5a5082
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion pnpm/CHANGELOG.md
@@ -1,6 +1,6 @@
# pnpm

## 9.0.0-beta.1
## 9.0.0-beta.2

### Major Changes

Expand All @@ -15,6 +15,7 @@
- pnpm will now check the `package.json` file for a `packageManager` field. If this field is present and specifies a different package manager or a different version of pnpm than the one you're currently using, pnpm will not proceed. This ensures that you're always using the correct package manager and version that the project requires.
- `enable-pre-post-scripts` is set to `true` by default. This means that when you run a script like `start`, `prestart` and `poststart` will also run.
- When installing git-hosted dependencies, only pick the files that would be packed with the package [#7638](https://github.com/pnpm/pnpm/pull/7638).
- Use the same directory for state files on macOS as on Linux (`~/.local/state/pnpm`).

- Peer dependencies of peer dependencies are now resolved correctly. When peer dependencies have peer dependencies of their own, the peer dependencies are grouped with their own peer dependencies before being linked to their dependents.

Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"publishConfig": {
"tag": "next-9",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit a5a5082

Please sign in to comment.