Skip to content

Commit 1871484

Browse files
committed
Releasing 6 new packages
| 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` |
1 parent 974487d commit 1871484

File tree

12 files changed

+586
-711
lines changed

12 files changed

+586
-711
lines changed

.yarn/versions/30ae755e.yml

-35
This file was deleted.

.yarn/versions/83473dbf.yml

-23
This file was deleted.

.yarn/versions/9630a917.yml

-27
This file was deleted.

.yarn/versions/c6c3dd7a.yml

-34
This file was deleted.

packages/berry-cli/bin/berry.js

+287-287
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-essentials/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-essentials",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -53,6 +53,5 @@
5353
],
5454
"engines": {
5555
"node": ">=18.12.0"
56-
},
57-
"stableVersion": "4.2.2"
56+
}
5857
}

packages/plugin-pnp/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-pnp",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -45,6 +45,5 @@
4545
],
4646
"engines": {
4747
"node": ">=18.12.0"
48-
},
49-
"stableVersion": "4.0.5"
48+
}
5049
}

packages/plugin-workspace-tools/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-workspace-tools",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -49,6 +49,5 @@
4949
],
5050
"engines": {
5151
"node": ">=18.12.0"
52-
},
53-
"stableVersion": "4.1.1"
52+
}
5453
}

packages/yarnpkg-cli/bin/yarn.js

+287-287
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yarnpkg-cli/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/cli",
3-
"version": "4.5.3",
3+
"version": "4.6.0",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -109,6 +109,5 @@
109109
},
110110
"engines": {
111111
"node": ">=18.12.0"
112-
},
113-
"stableVersion": "4.5.3"
112+
}
114113
}

packages/yarnpkg-core/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/core",
3-
"version": "4.1.6",
3+
"version": "4.2.0",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -86,6 +86,5 @@
8686
},
8787
"engines": {
8888
"node": ">=18.12.0"
89-
},
90-
"stableVersion": "4.1.6"
89+
}
9190
}

packages/yarnpkg-pnp/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/pnp",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -50,6 +50,5 @@
5050
},
5151
"engines": {
5252
"node": ">=18.12.0"
53-
},
54-
"stableVersion": "4.0.7"
53+
}
5554
}

0 commit comments

Comments
 (0)