Skip to content

Commit

Permalink
Releasing 5 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `4.5.3` |
| `@yarnpkg/plugin-workspace-tools` | `4.1.1` |
| `@yarnpkg/core` | `4.1.6` |
| `@yarnpkg/shell` | `4.1.1` |
| `@yarnpkg/nm` | `4.0.5` |
  • Loading branch information
yarnbot committed Nov 25, 2024
1 parent cc2f719 commit 2fe7d63
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 240 deletions.
24 changes: 0 additions & 24 deletions .yarn/versions/30ae755e.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .yarn/versions/ce18c01f.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/ce211f43.yml

This file was deleted.

160 changes: 80 additions & 80 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/plugin-workspace-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-workspace-tools",
"version": "4.1.0",
"version": "4.1.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -49,6 +49,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.0"
}
}
160 changes: 80 additions & 80 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.5.2",
"version": "4.5.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -109,6 +109,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.5.2"
}
}
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.5",
"version": "4.1.6",
"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.5"
}
}
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.4",
"version": "4.0.5",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -38,6 +38,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.4"
}
}
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.1.0",
"version": "4.1.1",
"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.1.0"
}
}

0 comments on commit 2fe7d63

Please sign in to comment.