Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/zowe/zowe-cli into custEven…
Browse files Browse the repository at this point in the history
…tsPt2

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Jul 9, 2024
2 parents ac67acc + 8a47262 commit 3552378
Show file tree
Hide file tree
Showing 35 changed files with 3,072 additions and 3,409 deletions.
4 changes: 4 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## `8.0.0-next.202407021516`

- BugFix: Updated dependencies for technical currency [#2188](https://github.com/zowe/zowe-cli/pull/2188)

## `8.0.0-next.202402261705`

- BugFix: Updated dependencies for technical currency. [#2061](https://github.com/zowe/zowe-cli/pull/2061)
Expand Down
8 changes: 4 additions & 4 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": "8.0.0-next.202406201950",
"version": "8.0.0-next.202407051717",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -38,12 +38,12 @@
"find-up": "^5.0.0",
"js-yaml": "^4.0.0",
"rimraf": "^5.0.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^9.0.8",
"@zowe/imperative": "8.0.0-next.202406201950"
"@types/uuid": "^10.0.0",
"@zowe/imperative": "8.0.0-next.202407051717"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
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": "8.0.0-next.202406201950",
"version": "8.0.0-next.202407051717",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 3552378

Please sign in to comment.