Skip to content

Commit

Permalink
Bump version to 7.26.1 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
  • Loading branch information
zowe-robot committed Jun 11, 2024
1 parent 4e822b2 commit ad18d09
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.26.0",
"version": "7.26.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
28 changes: 14 additions & 14 deletions npm-shrinkwrap.json

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

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": "7.26.0",
"version": "7.26.1",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -62,12 +62,12 @@
"@zowe/imperative": "5.24.0",
"@zowe/provisioning-for-zowe-sdk": "7.25.2",
"@zowe/zos-console-for-zowe-sdk": "7.25.2",
"@zowe/zos-files-for-zowe-sdk": "7.26.0",
"@zowe/zos-jobs-for-zowe-sdk": "7.26.0",
"@zowe/zos-files-for-zowe-sdk": "7.26.1",
"@zowe/zos-jobs-for-zowe-sdk": "7.26.1",
"@zowe/zos-logs-for-zowe-sdk": "7.25.2",
"@zowe/zos-tso-for-zowe-sdk": "7.25.2",
"@zowe/zos-uss-for-zowe-sdk": "7.24.3",
"@zowe/zos-workflows-for-zowe-sdk": "7.26.0",
"@zowe/zos-workflows-for-zowe-sdk": "7.26.1",
"@zowe/zosmf-for-zowe-sdk": "7.25.2",
"find-process": "1.4.7",
"get-stream": "6.0.1",
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": "7.26.0",
"version": "7.26.1",
"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": "7.26.0"
"@zowe/zos-files-for-zowe-sdk": "7.26.1"
},
"devDependencies": {
"@zowe/cli-test-utils": "7.24.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
## `7.26.1`

- BugFix: Fixed `Get.dataSet` and `Get.USSFile` methods so that they return an empty buffer instead of null for empty files. [#2173](https://github.com/zowe/zowe-cli/pull/2173)

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": "7.26.0",
"version": "7.26.1",
"description": "Zowe SDK to interact with files and data sets on z/OS",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosjobs/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 jobs SDK package will be documented in this file.

## Recent Changes
## `7.26.1`

- BugFix: Fixed error in `DownloadJobs.downloadSpoolContentCommon` method when encoding parameter is not specified. [#2173](https://github.com/zowe/zowe-cli/pull/2173)

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": "7.26.0",
"version": "7.26.1",
"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": "7.26.0"
"@zowe/zos-files-for-zowe-sdk": "7.26.1"
},
"devDependencies": {
"@zowe/cli-test-utils": "7.24.3",
Expand Down

0 comments on commit ad18d09

Please sign in to comment.