Skip to content

Commit

Permalink
Bump version to 8.4.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 2a2ba4b commit 58fd40f
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.3.1",
"version": "8.4.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
Expand Up @@ -2,7 +2,7 @@

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

## Recent Changes
## `8.4.0`

- Enhancement: Added optional `--attributes` flag to `zowe zos-files upload file-to-uss` to allow passing a .zosattributes file path for upload encoding format. [#2319] (https://github.com/zowe/zowe-cli/pull/2319)

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.3.1",
"version": "8.4.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.3.1",
"@zowe/provisioning-for-zowe-sdk": "8.3.1",
"@zowe/zos-console-for-zowe-sdk": "8.3.1",
"@zowe/zos-files-for-zowe-sdk": "8.3.1",
"@zowe/zos-jobs-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-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",
"@zowe/zos-workflows-for-zowe-sdk": "8.3.1",
"@zowe/zos-workflows-for-zowe-sdk": "8.4.0",
"@zowe/zosmf-for-zowe-sdk": "8.3.1",
"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.3.1",
"version": "8.4.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.3.1"
"@zowe/zos-files-for-zowe-sdk": "8.4.0"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.3.1",
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.4.0`

- Enhancement: Added optional `--attributes` flag to `zowe zos-files upload file-to-uss` to allow passing a .zosattributes file path for upload encoding format. [#2319] (https://github.com/zowe/zowe-cli/pull/2319)

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.3.1",
"version": "8.4.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.3.1",
"version": "8.4.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.3.1"
"@zowe/zos-files-for-zowe-sdk": "8.4.0"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.3.1",
Expand Down

0 comments on commit 58fd40f

Please sign in to comment.