Skip to content

Commit

Permalink
Releasing 9 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.5.0` |
| `@yarnpkg/plugin-pack` | `3.2.0` |
| `@yarnpkg/core` | `3.5.0` |
| `@yarnpkg/plugin-git` | `2.6.5` |
| `@yarnpkg/plugin-pnp` | `3.2.8` |
| `@yarnpkg/pnp` | `3.3.1` |
| `@yarnpkg/fslib` | `2.10.2` |
| `@yarnpkg/libzip` | `2.3.0` |
| `@yarnpkg/plugin-compat` | `3.1.10` |
  • Loading branch information
arcanis committed Mar 16, 2023
1 parent f53d813 commit f4af6c7
Show file tree
Hide file tree
Showing 18 changed files with 525 additions and 710 deletions.
24 changes: 0 additions & 24 deletions .yarn/versions/0af71d48.yml

This file was deleted.

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

This file was deleted.

29 changes: 0 additions & 29 deletions .yarn/versions/35b3db4e.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .yarn/versions/7d95d0bf.yml

This file was deleted.

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

This file was deleted.

34 changes: 0 additions & 34 deletions .yarn/versions/9ee60387.yml

This file was deleted.

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

This file was deleted.

516 changes: 258 additions & 258 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

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.9",
"version": "3.1.10",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-git",
"version": "2.6.4",
"version": "2.6.5",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-pack",
"version": "3.1.4",
"version": "3.2.0",
"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.7",
"version": "3.2.8",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
516 changes: 258 additions & 258 deletions packages/yarnpkg-cli/bin/yarn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/yarnpkg-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/cli",
"version": "3.4.1",
"version": "3.5.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/core",
"version": "3.4.0",
"version": "3.5.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-fslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/fslib",
"version": "2.10.1",
"version": "2.10.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-libzip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/libzip",
"version": "2.2.4",
"version": "2.3.0",
"license": "BSD-2-Clause",
"main": "./sources/sync.ts",
"browser": "./sources/async.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/pnp",
"version": "3.3.0",
"version": "3.3.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down

0 comments on commit f4af6c7

Please sign in to comment.