Skip to content

Commit 76596c5

Browse files
committed
Releasing 2 new packages
| Package name | Version | | --- | --- | | `@yarnpkg/cli` | `4.8.1` | | `@yarnpkg/core` | `4.3.1` |
1 parent 08b9f6b commit 76596c5

File tree

5 files changed

+10
-46
lines changed

5 files changed

+10
-46
lines changed

.yarn/versions/cf0befe3.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/berry-cli/bin/berry.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yarnpkg-cli/bin/yarn.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yarnpkg-cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/cli",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
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.8.0"
112+
}
114113
}

packages/yarnpkg-core/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/core",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
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.3.0"
89+
}
9190
}

0 commit comments

Comments
 (0)