Skip to content

Commit

Permalink
Releasing 18 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.2.0-rc.4` |
| `@yarnpkg/plugin-essentials` | `3.2.0-rc.2` |
| `vscode-zipfs` | `2.4.1-rc.2` |
| `@yarnpkg/core` | `3.2.0-rc.4` |
| `@yarnpkg/plugin-git` | `2.6.0-rc.4` |
| `@yarnpkg/parsers` | `2.5.0-rc.2` |
| `@yarnpkg/shell` | `3.2.0-rc.2` |
| `@yarnpkg/plugin-pnp` | `3.1.2-rc.4` |
| `@yarnpkg/pnp` | `3.1.1-rc.4` |
| `@yarnpkg/plugin-nm` | `3.1.1-rc.4` |
| `@yarnpkg/plugin-pnpm` | `1.1.0-rc.2` |
| `@yarnpkg/plugin-npm` | `2.6.1-rc.3` |
| `@yarnpkg/eslint-config` | `0.5.0-rc.4` |
| `@yarnpkg/plugin-patch` | `3.1.1-rc.2` |
| `@yarnpkg/nm` | `3.0.1-rc.4` |
| `@yarnpkg/pnpify` | `3.1.1-rc.4` |
| `@yarnpkg/sdks` | `2.5.1-rc.2` |
| `@yarnpkg/plugin-workspace-tools` | `3.1.1-rc.2` |
  • Loading branch information
yarnbot committed Nov 16, 2021
1 parent 83311e1 commit 995c9eb
Show file tree
Hide file tree
Showing 21 changed files with 684 additions and 684 deletions.
664 changes: 332 additions & 332 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-rc.3",
"version": "0.5.0-rc.4",
"license": "BSD-2-Clause",
"dependencies": {
"@rushstack/eslint-patch": "^1.1.0",
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.0-rc.1",
"version": "3.2.0-rc.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
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.0-rc.3",
"version": "2.6.0-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@yarnpkg/core": "workspace:^",
"@yarnpkg/plugin-stage": "workspace:^"
},
"version": "3.1.1-rc.3",
"version": "3.1.1-rc.4",
"nextVersion": {
"semver": "2.0.0-rc.5",
"nonce": "1989925236539513"
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.6.1-rc.2",
"version": "2.6.1-rc.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-patch",
"version": "3.1.1-rc.1",
"version": "3.1.1-rc.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.1.2-rc.3",
"version": "3.1.2-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-pnpm",
"version": "1.1.0-rc.1",
"version": "1.1.0-rc.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-workspace-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-workspace-tools",
"version": "3.1.1-rc.1",
"version": "3.1.1-rc.2",
"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.4.1-rc.1",
"version": "2.4.1-rc.2",
"engines": {
"vscode": "^1.54.0",
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
Expand Down
664 changes: 332 additions & 332 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.2.0-rc.3",
"version": "3.2.0-rc.4",
"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.2.0-rc.3",
"version": "3.2.0-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-nm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/nm",
"version": "3.0.1-rc.3",
"version": "3.0.1-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"types": "./sources/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/parsers",
"version": "2.5.0-rc.1",
"version": "2.5.0-rc.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
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.1.1-rc.3",
"version": "3.1.1-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnpify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/pnpify",
"version": "3.1.1-rc.3",
"version": "3.1.1-rc.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-sdks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/sdks",
"version": "2.5.1-rc.1",
"version": "2.5.1-rc.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/shell",
"version": "3.2.0-rc.1",
"version": "3.2.0-rc.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
Expand Down

0 comments on commit 995c9eb

Please sign in to comment.