diff --git a/package-lock.json b/package-lock.json index 03208b5a..43aed2db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "@zowe/cli-test-utils": "^8.0.0", - "@zowe/imperative": "^8.10.1", + "@zowe/imperative": "^8.10.3", "@zowe/zowe-explorer-api": "^3.0.3", "chalk": "^4.1.2", "eslint": "^8.37.0", @@ -3523,9 +3523,9 @@ } }, "node_modules/@zowe/imperative": { - "version": "8.10.1", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/@zowe/imperative/-/@zowe/imperative-8.10.1.tgz", - "integrity": "sha512-nhu+trWr+a3GR7aqYptvUqkNt5X5qy7LlQDAM0mJsN0Bmpd4yXJGAzJWAhlumdwJgAbNkHQJRLqTIZidXIbBPA==", + "version": "8.10.3", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/@zowe/imperative/-/@zowe/imperative-8.10.3.tgz", + "integrity": "sha512-YoihxVRj32VPq0/KxBbhNKk/MQdipo2fCz6I8Gn/tLPl2Ebk8Uvqlcfc2/aj8sYyCjZItsDKUNtw4KL11emq2Q==", "license": "EPL-2.0", "dependencies": { "@types/yargs": "^17.0.32", diff --git a/package.json b/package.json index 92acbe15..247f94db 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "@zowe/cli-test-utils": "^8.0.0", - "@zowe/imperative": "^8.10.1", + "@zowe/imperative": "^8.10.3", "@zowe/zowe-explorer-api": "^3.0.3", "chalk": "^4.1.2", "eslint": "^8.37.0", diff --git a/packages/vsce/CHANGELOG.md b/packages/vsce/CHANGELOG.md index abea6a28..c3e67e00 100644 --- a/packages/vsce/CHANGELOG.md +++ b/packages/vsce/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documented in this file. -## Recent Changes +## `3.2.1` - BugFix: Remove the 'Show SIT Parameters' menu option when a region is inactive. [#167](https://github.com/zowe/cics-for-zowe-client/issues/167) ## `3.2.0`