Skip to content

Commit

Permalink
Releasing 6 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/core` | `4.2.0` |
| `@yarnpkg/cli` | `4.6.0` |
| `@yarnpkg/plugin-workspace-tools` | `4.1.2` |
| `@yarnpkg/plugin-pnp` | `4.0.6` |
| `@yarnpkg/pnp` | `4.0.8` |
| `@yarnpkg/plugin-essentials` | `4.3.0` |
  • Loading branch information
yarnbot committed Dec 29, 2024
1 parent 974487d commit 1871484
Show file tree
Hide file tree
Showing 12 changed files with 586 additions and 711 deletions.
35 changes: 0 additions & 35 deletions .yarn/versions/30ae755e.yml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .yarn/versions/9630a917.yml

This file was deleted.

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

This file was deleted.

574 changes: 287 additions & 287 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

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.2",
"version": "4.3.0",
"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.2"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-pnp",
"version": "4.0.5",
"version": "4.0.6",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -45,6 +45,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.5"
}
}
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.1",
"version": "4.1.2",
"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.1"
}
}
574 changes: 287 additions & 287 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.3",
"version": "4.6.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.5.3"
}
}
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.6",
"version": "4.2.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -86,6 +86,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.1.6"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/pnp",
"version": "4.0.7",
"version": "4.0.8",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -50,6 +50,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.7"
}
}

0 comments on commit 1871484

Please sign in to comment.