Skip to content

Commit

Permalink
Releasing 3 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `4.1.1` |
| `@yarnpkg/plugin-compat` | `4.0.3` |
| `@yarnpkg/plugin-essentials` | `4.1.1` |
  • Loading branch information
yarnbot committed Mar 4, 2024
1 parent b880acf commit 6b7621f
Show file tree
Hide file tree
Showing 7 changed files with 779 additions and 793 deletions.
23 changes: 0 additions & 23 deletions .yarn/versions/266d3a2c.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/versions/845b0c90.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-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-compat",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -49,6 +49,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.2"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-essentials/package.json
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-essentials",
"version": "4.1.0",
"version": "4.1.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -53,6 +53,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.0"
}
}
1,203 changes: 611 additions & 592 deletions packages/yarnpkg-cli/bin/yarn.js 100644 → 100755

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/yarnpkg-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/cli",
"version": "4.1.0",
"version": "4.1.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -109,6 +109,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.0"
}
}

0 comments on commit 6b7621f

Please sign in to comment.