Skip to content

Commit

Permalink
Releasing 6 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `4.3.0` |
| `@yarnpkg/core` | `4.1.0` |
| `@yarnpkg/plugin-essentials` | `4.2.0` |
| `@yarnpkg/eslint-config` | `2.0.0` |
| `@yarnpkg/pnp` | `4.0.6` |
| `@yarnpkg/sdks` | `3.1.3` |
  • Loading branch information
yarnbot committed Jun 10, 2024
1 parent d3695b1 commit b2eb9dc
Show file tree
Hide file tree
Showing 10 changed files with 622 additions and 672 deletions.
34 changes: 0 additions & 34 deletions .yarn/versions/594fa39a.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .yarn/versions/e9a5017b.yml

This file was deleted.

610 changes: 305 additions & 305 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/eslint-config",
"version": "1.0.0",
"version": "2.0.0",
"license": "BSD-2-Clause",
"type": "module",
"exports": {
Expand Down Expand Up @@ -33,6 +33,5 @@
},
"devDependencies": {
"eslint": "^8.57.0"
},
"stableVersion": "1.0.0"
}
}
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.1.2",
"version": "4.2.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.1.2"
}
}
610 changes: 305 additions & 305 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.2.2",
"version": "4.3.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.2.2"
}
}
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.0.5",
"version": "4.1.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -82,6 +82,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.5"
}
}
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.5",
"version": "4.0.6",
"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.5"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-sdks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/sdks",
"version": "3.1.2",
"version": "3.1.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down Expand Up @@ -50,6 +50,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "3.1.2"
}
}

0 comments on commit b2eb9dc

Please sign in to comment.