Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR for 2.11.5 as nightly #1175

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(release): bump to 2.11.5
  • Loading branch information
svc-cli-bot committed Sep 26, 2023
commit 3dd9aada1cbd2a6890f9f33f441c8d500b8c5793
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.11.4",
"version": "2.11.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run",
Expand Down Expand Up @@ -126,7 +126,7 @@
"@oclif/plugin-commands": "2.2.26",
"@oclif/plugin-help": "5.2.19",
"@oclif/plugin-not-found": "2.4.1",
"@oclif/plugin-plugins": "3.8.0",
"@oclif/plugin-plugins": "3.8.2",
"@oclif/plugin-search": "0.0.22",
"@oclif/plugin-update": "3.2.3",
"@oclif/plugin-version": "1.3.10",
Expand All @@ -136,7 +136,7 @@
"@salesforce/plugin-apex": "2.3.15",
"@salesforce/plugin-auth": "2.8.17",
"@salesforce/plugin-data": "2.5.12",
"@salesforce/plugin-deploy-retrieve": "1.18.0",
"@salesforce/plugin-deploy-retrieve": "1.18.1",
"@salesforce/plugin-info": "2.6.45",
"@salesforce/plugin-limits": "2.3.35",
"@salesforce/plugin-login": "1.2.31",
Expand All @@ -148,7 +148,7 @@
"@salesforce/plugin-source": "2.10.36",
"@salesforce/plugin-telemetry": "2.3.4",
"@salesforce/plugin-templates": "55.5.13",
"@salesforce/plugin-trust": "2.6.14",
"@salesforce/plugin-trust": "2.6.15",
"@salesforce/plugin-user": "2.3.32",
"@salesforce/sf-plugins-core": "3.1.24",
"debug": "^4.3.4",
Expand Down
Loading
Loading