Skip to content

Commit

Permalink
Bump version to 6.37.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 Jan 10, 2022
1 parent 6e96c21 commit e35f4ff
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.37.0",
"version": "6.37.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
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
## `6.37.1`

- BugFix: Update Imperative to absorb bugfixes introduced in version `4.17.2`.

Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "6.37.0",
"version": "6.37.1",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -54,18 +54,18 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"@zowe/perf-timing": "1.0.7",
"@zowe/provisioning-for-zowe-sdk": "6.36.1",
"@zowe/zos-console-for-zowe-sdk": "6.36.1",
"@zowe/zos-files-for-zowe-sdk": "6.36.1",
"@zowe/zos-jobs-for-zowe-sdk": "6.36.1",
"@zowe/zos-logs-for-zowe-sdk": "6.37.0",
"@zowe/zos-tso-for-zowe-sdk": "6.36.1",
"@zowe/zos-uss-for-zowe-sdk": "6.36.1",
"@zowe/zos-workflows-for-zowe-sdk": "6.36.1",
"@zowe/zosmf-for-zowe-sdk": "6.36.1",
"@zowe/provisioning-for-zowe-sdk": "6.37.1",
"@zowe/zos-console-for-zowe-sdk": "6.37.1",
"@zowe/zos-files-for-zowe-sdk": "6.37.1",
"@zowe/zos-jobs-for-zowe-sdk": "6.37.1",
"@zowe/zos-logs-for-zowe-sdk": "6.37.1",
"@zowe/zos-tso-for-zowe-sdk": "6.37.1",
"@zowe/zos-uss-for-zowe-sdk": "6.37.1",
"@zowe/zos-workflows-for-zowe-sdk": "6.37.1",
"@zowe/zosmf-for-zowe-sdk": "6.37.1",
"get-stdin": "7.0.0",
"minimatch": "3.0.4"
},
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": "6.36.1",
"version": "6.37.1",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Broadcom",
"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": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with the z/OS provisioning APIs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
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": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with the z/OS workflows APIs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,11 +44,11 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "6.36.1"
"@zowe/zos-files-for-zowe-sdk": "6.37.1"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/zosconsole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-console-for-zowe-sdk",
"version": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with the z/OS console",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions 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": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with files and data sets on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"@zowe/zos-uss-for-zowe-sdk": "6.36.1",
"@zowe/zos-uss-for-zowe-sdk": "6.37.1",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
6 changes: 3 additions & 3 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": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with jobs on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "6.36.1"
"@zowe/zos-files-for-zowe-sdk": "6.37.1"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/zoslogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-logs-for-zowe-sdk",
"version": "6.37.0",
"version": "6.37.1",
"description": "Zowe SDK to interact with the z/OS logs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/zosmf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zosmf-for-zowe-sdk",
"version": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with the z/OS Management Facility",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/zostso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-tso-for-zowe-sdk",
"version": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with TSO on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,11 +44,11 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zosmf-for-zowe-sdk": "6.36.1"
"@zowe/zosmf-for-zowe-sdk": "6.37.1"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/core-for-zowe-sdk": "6.36.1",
"@zowe/core-for-zowe-sdk": "6.37.1",
"@zowe/imperative": "4.17.2",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosuss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-uss-for-zowe-sdk",
"version": "6.36.1",
"version": "6.37.1",
"description": "Zowe SDK to interact with USS on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down

0 comments on commit e35f4ff

Please sign in to comment.