Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into enable-deprecation-li…
Browse files Browse the repository at this point in the history
…nter

Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Jun 17, 2024
2 parents 0b71370 + 7d4bc7c commit bf8d8ad
Show file tree
Hide file tree
Showing 21 changed files with 137 additions and 130 deletions.
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": "8.0.0-next.202406111958",
"version": "8.0.0-next.202406140245",
"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.9",
"@types/uuid": "^9.0.8",
"@zowe/imperative": "8.0.0-next.202406111958"
"@zowe/imperative": "8.0.0-next.202406140245"
},
"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.202406111958",
"version": "8.0.0-next.202406140245",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
122 changes: 61 additions & 61 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/cli/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 package will be documented in this file.

## `8.0.0-next.202406140245`

- BugFix: Updated documentation for the `zos-files search ds` command's `--mainframe-search` option to include a disclaimer about z/OSMF API limitations. [#2160](https://github.com/zowe/zowe-cli/issues/2160)

## `8.0.0-next.202406061600`

- BugFix: Updated `braces` dependency for technical currency. [#2158](https://github.com/zowe/zowe-cli/pull/2158)
Expand Down
Loading

0 comments on commit bf8d8ad

Please sign in to comment.