Skip to content

Commit

Permalink
Releasing 13 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `4.2.0` |
| `@yarnpkg/extensions` | `2.0.2` |
| `@yarnpkg/plugin-compat` | `4.0.4` |
| `@yarnpkg/plugin-version` | `4.0.2` |
| `@yarnpkg/builder` | `4.1.0` |
| `@yarnpkg/sdks` | `3.1.1` |
| `@yarnpkg/core` | `4.0.4` |
| `@yarnpkg/plugin-npm-cli` | `4.0.3` |
| `@yarnpkg/parsers` | `3.0.1` |
| `@yarnpkg/shell` | `4.0.1` |
| `@yarnpkg/plugin-typescript` | `4.1.0` |
| `@yarnpkg/plugin-pnp` | `4.0.3` |
| `@yarnpkg/pnp` | `4.0.3` |
  • Loading branch information
yarnbot committed May 2, 2024
1 parent f994c2b commit 9a853e3
Show file tree
Hide file tree
Showing 26 changed files with 544 additions and 775 deletions.
24 changes: 0 additions & 24 deletions .yarn/versions/10ef22f9.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions .yarn/versions/7ec9c2c1.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .yarn/versions/80caa95b.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

26 changes: 0 additions & 26 deletions .yarn/versions/d497ae00.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

517 changes: 259 additions & 258 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.3",
"version": "4.0.4",
"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.3"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-npm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-npm-cli",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -52,6 +52,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.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.2",
"version": "4.0.3",
"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.2"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-typescript",
"version": "4.0.0",
"version": "4.1.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -48,6 +48,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.0"
}
}
5 changes: 2 additions & 3 deletions packages/plugin-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-version",
"version": "4.0.1",
"version": "4.0.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
Expand Down Expand Up @@ -53,6 +53,5 @@
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.1"
}
}
5 changes: 2 additions & 3 deletions packages/yarnpkg-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/builder",
"version": "4.0.0",
"version": "4.1.0",
"license": "BSD-2-Clause",
"bin": "./sources/boot-cli-dev.js",
"exports": {
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.0"
}
}
Loading

0 comments on commit 9a853e3

Please sign in to comment.