Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into auth-order-spike
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Dec 4, 2024
2 parents 9ee18b9 + 803fbd6 commit e38dca7
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.8.4",
"version": "8.9.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
18 changes: 9 additions & 9 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes
## `8.9.0`

-Enhancement: Added new command zowe zos-files download all-members-matching, (zowe files dl amm), to download members matching specified pattern(s). The success message for the Download.allMembers API was changed from originally "Data set downloaded successfully" to "Member(s) downloaded successfully." The change also alters the commandResponse when using the --rfj flag. [#2359](https://github.com/zowe/zowe-cli/pull/2359)

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "8.8.4",
"version": "8.9.0",
"zoweVersion": "v3.0.0",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
Expand Down Expand Up @@ -62,12 +62,12 @@
"@zowe/imperative": "8.8.3",
"@zowe/provisioning-for-zowe-sdk": "8.8.3",
"@zowe/zos-console-for-zowe-sdk": "8.8.3",
"@zowe/zos-files-for-zowe-sdk": "8.8.4",
"@zowe/zos-jobs-for-zowe-sdk": "8.8.4",
"@zowe/zos-files-for-zowe-sdk": "8.9.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.9.0",
"@zowe/zos-logs-for-zowe-sdk": "8.8.3",
"@zowe/zos-tso-for-zowe-sdk": "8.8.3",
"@zowe/zos-uss-for-zowe-sdk": "8.8.3",
"@zowe/zos-workflows-for-zowe-sdk": "8.8.4",
"@zowe/zos-workflows-for-zowe-sdk": "8.9.0",
"@zowe/zosmf-for-zowe-sdk": "8.8.3",
"find-process": "1.4.7",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-workflows-for-zowe-sdk",
"version": "8.8.4",
"version": "8.9.0",
"description": "Zowe SDK to interact with the z/OS workflows APIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"prepack": "node ../../scripts/prepareLicenses.js"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "8.8.4"
"@zowe/zos-files-for-zowe-sdk": "8.9.0"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Zowe z/OS files SDK package will be documented in this file.

## Recent Changes
## `8.9.0`

- Enhancement: Added a `List.membersMatchingPattern` method to download all members that match a specific pattern.[#2359](https://github.com/zowe/zowe-cli/pull/2359)

Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-files-for-zowe-sdk",
"version": "8.8.4",
"version": "8.9.0",
"description": "Zowe SDK to interact with files and data sets on z/OS",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/zosjobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-jobs-for-zowe-sdk",
"version": "8.8.4",
"version": "8.9.0",
"description": "Zowe SDK to interact with jobs on z/OS",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"prepack": "node ../../scripts/prepareLicenses.js"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "8.8.4"
"@zowe/zos-files-for-zowe-sdk": "8.9.0"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.8.3",
Expand Down

0 comments on commit e38dca7

Please sign in to comment.