diff --git a/lerna.json b/lerna.json index 8ccb960f0c..820024effb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.18.2", + "version": "7.18.3", "command": { "publish": { "ignoreChanges": [ diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0a60fc2f2b..63d5df13d5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -23052,7 +23052,7 @@ }, "packages/cli": { "name": "@zowe/cli", - "version": "7.18.2", + "version": "7.18.3", "hasInstallScript": true, "license": "EPL-2.0", "dependencies": { @@ -23180,7 +23180,7 @@ }, "packages/secrets": { "name": "@zowe/secrets-for-zowe-sdk", - "version": "7.18.2", + "version": "7.18.3", "hasInstallScript": true, "license": "EPL-2.0", "devDependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fcdc4a575a..b5058e76ad 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe CLI package will be documented in this file. -## Recent Changes +## `7.18.3` - Enhancement: Bump Secrets SDK to `7.18.3` - uses more reliable resolution logic for `prebuilds` folder; adds static CRT for Windows builds. diff --git a/packages/cli/package.json b/packages/cli/package.json index c6d1fcc4e1..4d76d4805c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/cli", - "version": "7.18.2", + "version": "7.18.3", "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.", "author": "Zowe", "license": "EPL-2.0", diff --git a/packages/secrets/package.json b/packages/secrets/package.json index 863c0ec156..a926582d8b 100644 --- a/packages/secrets/package.json +++ b/packages/secrets/package.json @@ -3,7 +3,7 @@ "description": "Credential management facilities for Imperative, Zowe CLI, and extenders.", "repository": "https://github.com/zowe/zowe-cli.git", "author": "Zowe", - "version": "7.18.2", + "version": "7.18.3", "homepage": "https://github.com/zowe/zowe-cli/tree/master/packages/secrets#readme", "bugs": { "url": "https://github.com/zowe/zowe-cli/issues"