Skip to content

Commit

Permalink
Bump version to 8.5.0 [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 Oct 28, 2024
1 parent dc0a962 commit 4b7a194
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4.0",
"version": "8.5.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "8.4.0",
"version": "8.5.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 @@ -63,7 +63,7 @@
"@zowe/provisioning-for-zowe-sdk": "8.3.1",
"@zowe/zos-console-for-zowe-sdk": "8.3.1",
"@zowe/zos-files-for-zowe-sdk": "8.4.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.4.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.5.0",
"@zowe/zos-logs-for-zowe-sdk": "8.3.1",
"@zowe/zos-tso-for-zowe-sdk": "8.3.1",
"@zowe/zos-uss-for-zowe-sdk": "8.3.1",
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
## `8.5.0`
- Enhancement: Added execData to IJob return data from GetJobs.getJob [#2320](https://github.com/zowe/zowe-cli/pull/2320)

## `8.1.1`
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "8.5.0",
"description": "Zowe SDK to interact with jobs on z/OS",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down

0 comments on commit 4b7a194

Please sign in to comment.