Skip to content

Commit

Permalink
Merge branch 'master' into feat/secrets/core-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
traeok authored Nov 13, 2023
2 parents c0223c9 + a8d7d82 commit 970a95d
Show file tree
Hide file tree
Showing 16 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Zowe CLI test utils package will be documented in this file.

## Recent Changes
## `7.18.11`

- BugFix: Fix types error from an incorrect jstree type during compilation

Expand Down
4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "7.18.9",
"version": "7.18.11",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "5.18.4"
"@zowe/imperative": "5.18.5"
},
"peerDependencies": {
"@zowe/imperative": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.18.10",
"version": "7.18.11",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 970a95d

Please sign in to comment.