From ecca12fcf98dedfcddb1c67dde611a88584f46ff Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 30 Sep 2021 16:03:12 +0000 Subject: [PATCH] chore(release): 1.0.0 [ci skip] --- CHANGELOG.md | 2 ++ README.md | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ca6c6f..1295dfd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/salesforcecli/cli/compare/v0.0.47...v1.0.0) (2021-09-30) + ### [0.0.47](https://github.com/salesforcecli/cli/compare/v0.0.46...v0.0.47) (2021-09-30) ### [0.0.46](https://github.com/salesforcecli/cli/compare/v0.0.45...v0.0.46) (2021-09-29) diff --git a/README.md b/README.md index 5ee8bf3e..8db10a81 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v|version) -@salesforce/cli/0.0.47 linux-x64 node-v14.18.0 +@salesforce/cli/1.0.0 linux-x64 node-v14.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -283,7 +283,7 @@ EXAMPLES $ sf deploy --interactive ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.0/src/commands/deploy.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.1/src/commands/deploy.ts)_ ## `sf deploy functions` diff --git a/package.json b/package.json index 7047d4bc..0910a9a8 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@salesforce/plugin-telemetry": "1.2.4", "@salesforce/sf-plugins-core": "^1.0.0", "@sf/config": "npm:@salesforce/plugin-config@2.2.6", - "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.0", + "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.1", "@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.0", "@sf/env": "npm:@salesforce/plugin-env@1.0.0", "@sf/functions": "npm:@salesforce/plugin-functions@1.0.0", diff --git a/yarn.lock b/yarn.lock index 7c02151e..d4689d91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1341,10 +1341,10 @@ cli-ux "^5.6.3" tslib "^2" -"@sf/deploy-retrieve@npm:@salesforce/plugin-deploy-retrieve@1.0.0": - version "1.0.0" - resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.0.0.tgz#cbbf51abb2c43a3a3e03080adae79cd0dae10b85" - integrity sha512-wuXDzAIWgcxD3ksUcDYDoU6eBUMKD0ccus1nbRn1Z60f2zp+IR9fDWUxRRgUGYqZ8F9+U+tvlbi0x7rRwnqlZg== +"@sf/deploy-retrieve@npm:@salesforce/plugin-deploy-retrieve@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.0.1.tgz#be00b0255dac21d1f4c8f8302ef52e3b46d1421d" + integrity sha512-aDsL5iKisSqilPvJKTBzTH9oc2IvusAMizNxm64KKT86Cg45vwre+IqZXZaQxBqk8pmZBJtDmeZ6Bo0TTpLGGg== dependencies: "@oclif/core" "^1.0.0" "@salesforce/core" "3.6.5"