Skip to content

Commit

Permalink
Bump version to 7.25.0 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: zowe-robot <[email protected]>
  • Loading branch information
zowe-robot committed May 15, 2024
1 parent eb92768 commit d206684
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 84 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.24.3",
"version": "7.25.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
100 changes: 50 additions & 50 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
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes
## `7.25.0`

- Enhancement: Added the ability to set JCL reader properties for `--jobRecordLength`, `--jobRecordFormat` and `--jobEncoding` on the `zowe jobs submit local-file` and `zowe jobs submit stdin` commands. [#2139](https://github.com/zowe/zowe-cli/pull/2139)
- Enhancement: Added the ability to download job spool files using other codepages with `--encoding` on the `zowe jobs download output`, `zowe jobs view spool-file-by-id` and `zowe jobs view all-spool-content` commands. This allows users to download job spool files in other languages (i.e. IBM-1147 for French). [#1822](https://github.com/zowe/zowe-cli/pull/1822)
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "7.24.3",
"version": "7.25.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",
"license": "EPL-2.0",
Expand Down Expand Up @@ -58,17 +58,17 @@
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "7.24.3",
"@zowe/core-for-zowe-sdk": "7.25.0",
"@zowe/imperative": "5.23.2",
"@zowe/provisioning-for-zowe-sdk": "7.24.3",
"@zowe/zos-console-for-zowe-sdk": "7.24.3",
"@zowe/zos-files-for-zowe-sdk": "7.24.3",
"@zowe/zos-jobs-for-zowe-sdk": "7.24.3",
"@zowe/zos-logs-for-zowe-sdk": "7.24.3",
"@zowe/zos-tso-for-zowe-sdk": "7.24.3",
"@zowe/provisioning-for-zowe-sdk": "7.25.0",
"@zowe/zos-console-for-zowe-sdk": "7.25.0",
"@zowe/zos-files-for-zowe-sdk": "7.25.0",
"@zowe/zos-jobs-for-zowe-sdk": "7.25.0",
"@zowe/zos-logs-for-zowe-sdk": "7.25.0",
"@zowe/zos-tso-for-zowe-sdk": "7.25.0",
"@zowe/zos-uss-for-zowe-sdk": "7.24.3",
"@zowe/zos-workflows-for-zowe-sdk": "7.24.3",
"@zowe/zosmf-for-zowe-sdk": "7.24.3",
"@zowe/zos-workflows-for-zowe-sdk": "7.25.0",
"@zowe/zosmf-for-zowe-sdk": "7.25.0",
"find-process": "1.4.7",
"get-stream": "6.0.1",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Zowe core SDK package will be documented in this file.

## Recent Changes
## `7.25.0`

- Enhancement: Added `X_IBM_INTRDR_FILE_ENCODING` header to `ZosmfHeaders` [#2139](https://github.com/zowe/zowe-cli/pull/2139)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/core-for-zowe-sdk",
"version": "7.24.3",
"version": "7.25.0",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provisioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/provisioning-for-zowe-sdk",
"version": "7.24.3",
"version": "7.25.0",
"description": "Zowe SDK to interact with the z/OS provisioning APIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@zowe/cli-test-utils": "7.24.3",
"@zowe/core-for-zowe-sdk": "7.24.3",
"@zowe/core-for-zowe-sdk": "7.25.0",
"@zowe/imperative": "5.23.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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.24.3",
"version": "7.25.0",
"description": "Zowe SDK to interact with the z/OS workflows APIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"prepack": "node ../../scripts/prepareLicenses.js"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "7.24.3"
"@zowe/zos-files-for-zowe-sdk": "7.25.0"
},
"devDependencies": {
"@zowe/cli-test-utils": "7.24.3",
"@zowe/core-for-zowe-sdk": "7.24.3",
"@zowe/core-for-zowe-sdk": "7.25.0",
"@zowe/imperative": "5.23.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d206684

Please sign in to comment.