Skip to content

Commit

Permalink
Bump version to 6.40.21 [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 12, 2023
1 parent a258124 commit e640d20
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 93 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.40.20",
"version": "6.40.21",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
92 changes: 46 additions & 46 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepare": "husky install && npm run bundle:webHelp"
},
"dependencies": {
"@zowe/imperative": "4.18.19",
"@zowe/imperative": "4.18.20",
"@zowe/perf-timing": "1.0.7"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "6.40.20",
"version": "6.40.21",
"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 @@ -56,18 +56,18 @@
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "6.40.20",
"@zowe/imperative": "4.18.19",
"@zowe/core-for-zowe-sdk": "6.40.21",
"@zowe/imperative": "4.18.20",
"@zowe/perf-timing": "1.0.7",
"@zowe/provisioning-for-zowe-sdk": "6.40.20",
"@zowe/zos-console-for-zowe-sdk": "6.40.20",
"@zowe/zos-files-for-zowe-sdk": "6.40.20",
"@zowe/zos-jobs-for-zowe-sdk": "6.40.20",
"@zowe/zos-logs-for-zowe-sdk": "6.40.20",
"@zowe/zos-tso-for-zowe-sdk": "6.40.20",
"@zowe/zos-uss-for-zowe-sdk": "6.40.20",
"@zowe/zos-workflows-for-zowe-sdk": "6.40.20",
"@zowe/zosmf-for-zowe-sdk": "6.40.20",
"@zowe/provisioning-for-zowe-sdk": "6.40.21",
"@zowe/zos-console-for-zowe-sdk": "6.40.21",
"@zowe/zos-files-for-zowe-sdk": "6.40.21",
"@zowe/zos-jobs-for-zowe-sdk": "6.40.21",
"@zowe/zos-logs-for-zowe-sdk": "6.40.21",
"@zowe/zos-tso-for-zowe-sdk": "6.40.21",
"@zowe/zos-uss-for-zowe-sdk": "6.40.21",
"@zowe/zos-workflows-for-zowe-sdk": "6.40.21",
"@zowe/zosmf-for-zowe-sdk": "6.40.21",
"get-stdin": "7.0.0",
"minimatch": "3.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.40.20",
"version": "6.40.21",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/node": "^16.11.7",
"@zowe/imperative": "4.18.19",
"@zowe/imperative": "4.18.20",
"chalk": "^4.1.0",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/imperative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/imperative",
"version": "4.18.19",
"version": "4.18.20",
"description": "framework for building configurable CLIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down
6 changes: 3 additions & 3 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.40.20",
"version": "6.40.21",
"description": "Zowe SDK to interact with the z/OS provisioning APIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -50,8 +50,8 @@
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/node": "^16.11.7",
"@zowe/core-for-zowe-sdk": "6.40.20",
"@zowe/imperative": "4.18.19",
"@zowe/core-for-zowe-sdk": "6.40.21",
"@zowe/imperative": "4.18.20",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
8 changes: 4 additions & 4 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.40.20",
"version": "6.40.21",
"description": "Zowe SDK to interact with the z/OS workflows APIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,12 +45,12 @@
"prepack": "node ../../scripts/prepareLicenses.js"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "6.40.20"
"@zowe/zos-files-for-zowe-sdk": "6.40.21"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@zowe/core-for-zowe-sdk": "6.40.20",
"@zowe/imperative": "4.18.19",
"@zowe/core-for-zowe-sdk": "6.40.21",
"@zowe/imperative": "4.18.20",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
6 changes: 3 additions & 3 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.40.20",
"version": "6.40.21",
"description": "Zowe SDK to interact with the z/OS console",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@types/node": "^16.11.7",
"@zowe/core-for-zowe-sdk": "6.40.20",
"@zowe/imperative": "4.18.19",
"@zowe/core-for-zowe-sdk": "6.40.21",
"@zowe/imperative": "4.18.20",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
8 changes: 4 additions & 4 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.40.20",
"version": "6.40.21",
"description": "Zowe SDK to interact with files and data sets on z/OS",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"devDependencies": {
"@types/node": "^16.11.7",
"@zowe/core-for-zowe-sdk": "6.40.20",
"@zowe/imperative": "4.18.19",
"@zowe/zos-uss-for-zowe-sdk": "6.40.20",
"@zowe/core-for-zowe-sdk": "6.40.21",
"@zowe/imperative": "4.18.20",
"@zowe/zos-uss-for-zowe-sdk": "6.40.21",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
Loading

0 comments on commit e640d20

Please sign in to comment.