Skip to content

Commit

Permalink
Merge branch 'next' into plugin-registry-field
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <[email protected]>
  • Loading branch information
jace-roell authored Jul 2, 2024
2 parents 1c339aa + f43757a commit 815a9c6
Show file tree
Hide file tree
Showing 23 changed files with 1,356 additions and 2,309 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.202407021516",
"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.202407021516"
},
"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.202407021516",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 815a9c6

Please sign in to comment.