Skip to content

Commit

Permalink
Releasing 12 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.2.4` |
| `@yarnpkg/plugin-essentials` | `3.2.3` |
| `@yarnpkg/plugin-compat` | `3.1.6` |
| `@yarnpkg/eslint-config` | `0.5.1` |
| `@yarnpkg/plugin-npm` | `2.7.2` |
| `@yarnpkg/core` | `3.2.5` |
| `@yarnpkg/fslib` | `2.8.0` |
| `@yarnpkg/pnp` | `3.2.4` |
| `@yarnpkg/pnpify` | `3.1.6` |
| `@yarnpkg/plugin-pnp` | `3.2.4` |
| `@yarnpkg/builder` | `3.2.5` |
| `vscode-zipfs` | `2.5.1` |
  • Loading branch information
arcanis committed Oct 5, 2022
1 parent 8afccaa commit 032a945
Show file tree
Hide file tree
Showing 25 changed files with 806 additions and 1,058 deletions.
23 changes: 0 additions & 23 deletions .yarn/versions/0d3ddb4d.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/36e6a0e0.yml

This file was deleted.

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

This file was deleted.

36 changes: 0 additions & 36 deletions .yarn/versions/62ea7f20.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

36 changes: 0 additions & 36 deletions .yarn/versions/ded9c7c0.yml

This file was deleted.

776 changes: 397 additions & 379 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/eslint-config",
"version": "0.5.0",
"version": "0.5.1",
"license": "BSD-2-Clause",
"dependencies": {
"@rushstack/eslint-patch": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-compat",
"version": "3.1.5",
"version": "3.1.6",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-essentials",
"version": "3.2.2",
"version": "3.2.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-npm",
"version": "2.7.1",
"version": "2.7.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-pnp",
"version": "3.2.3",
"version": "3.2.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-zipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Allows to easily inspect and modify files stored within zip archives.",
"homepage": "https://github.com/yarnpkg/berry/blob/master/packages/vscode-zipfs",
"icon": "icon.png",
"version": "2.5.0",
"version": "2.5.1",
"engines": {
"vscode": "^1.54.0",
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/builder",
"version": "3.2.4",
"version": "3.2.5",
"license": "BSD-2-Clause",
"bin": "./sources/boot-cli-dev.js",
"dependencies": {
Expand Down
Loading

0 comments on commit 032a945

Please sign in to comment.