Skip to content

Commit

Permalink
Releasing 6 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `4.5.0` |
| `@yarnpkg/shell` | `4.1.0` |
| `@yarnpkg/nm` | `4.0.3` |
| `@yarnpkg/plugin-nm` | `4.0.4` |
| `@yarnpkg/pnpify` | `4.1.2` |
| `@yarnpkg/core` | `4.1.3` |
  • Loading branch information
yarnbot committed Sep 14, 2024
1 parent 58475b9 commit 68e10d0
Show file tree
Hide file tree
Showing 12 changed files with 336 additions and 459 deletions.
24 changes: 0 additions & 24 deletions .yarn/versions/2f8bb76f.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .yarn/versions/40a42318.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .yarn/versions/44a33643.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .yarn/versions/c255c43f.yml

This file was deleted.

324 changes: 162 additions & 162 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/plugin-nm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^"
},
"version": "4.0.3",
"version": "4.0.4",
"nextVersion": {
"semver": "2.0.0-rc.5",
"nonce": "1989925236539513"
Expand All @@ -51,6 +51,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.3"
}
}
324 changes: 162 additions & 162 deletions packages/yarnpkg-cli/bin/yarn.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/yarnpkg-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/cli",
"version": "4.4.1",
"version": "4.5.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -109,6 +109,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.4.1"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/core",
"version": "4.1.2",
"version": "4.1.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -82,6 +82,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.2"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-nm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/nm",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -36,6 +36,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.2"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-pnpify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/pnpify",
"version": "4.1.1",
"version": "4.1.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down Expand Up @@ -49,6 +49,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.1"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/shell",
"version": "4.0.2",
"version": "4.1.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down Expand Up @@ -50,6 +50,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.2"
}
}

0 comments on commit 68e10d0

Please sign in to comment.