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.3.1` |
| `@yarnpkg/plugin-essentials` | `4.2.1` |
| `@yarnpkg/core` | `4.1.1` |
| `@yarnpkg/doctor` | `4.0.2` |
| `@yarnpkg/plugin-compat` | `4.0.6` |
  • Loading branch information
yarnbot committed Jun 21, 2024
1 parent 12254ec commit 2e73cdb
Show file tree
Hide file tree
Showing 11 changed files with 444 additions and 531 deletions.
23 changes: 0 additions & 23 deletions .yarn/versions/39208ab7.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/a4f6973d.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .yarn/versions/cab716b2.yml

This file was deleted.

434 changes: 217 additions & 217 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-compat",
"version": "4.0.5",
"version": "4.0.6",
"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.5"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-essentials",
"version": "4.2.0",
"version": "4.2.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.2.0"
}
}
434 changes: 217 additions & 217 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.3.0",
"version": "4.3.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.3.0"
}
}
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.0",
"version": "4.1.1",
"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.0"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/doctor",
"version": "4.0.1",
"version": "4.0.2",
"license": "BSD-2-Clause",
"bin": "./sources/boot-cli-dev.js",
"exports": {
Expand Down Expand Up @@ -43,6 +43,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.1"
}
}

0 comments on commit 2e73cdb

Please sign in to comment.