Skip to content

Commit

Permalink
Bump version to 4.0.11 [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 Feb 29, 2024
1 parent 9c6e64c commit 7859aaf
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.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
@@ -1,7 +1,7 @@
{
"name": "@zowe/cics_monorepo",
"private": true,
"version": "4.0.10",
"version": "4.0.11",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
Expand Down
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/cics-for-zowe-cli",
"version": "4.0.10",
"version": "4.0.11",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS Plug-in for Zowe CLI",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@zowe/cics-for-zowe-sdk"
],
"dependencies": {
"@zowe/cics-for-zowe-sdk": "4.0.10"
"@zowe/cics-for-zowe-sdk": "4.0.11"
},
"devDependencies": {
"@zowe/cli": "~6.40.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cics-for-zowe-sdk",
"version": "4.0.10",
"version": "4.0.11",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS for Zowe SDK",
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.

## Recent Changes
## `1.3.7`

- BugFix: Fixed icons not displaying.[#112](https://github.com/zowe/cics-for-zowe-client/issues/112)
- BugFix: Updated dependencies for technical currency
Expand Down
4 changes: 2 additions & 2 deletions packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"url": "https://github.com/zowe/cics-for-zowe-client.git"
},
"version": "1.3.6",
"version": "1.3.7",
"engines": {
"vscode": "^1.53.2"
},
Expand Down Expand Up @@ -462,7 +462,7 @@
"vsce": "^2.15.0"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "4.0.10",
"@zowe/cics-for-zowe-sdk": "4.0.11",
"@zowe/imperative": "^4.18.22",
"@zowe/secrets-for-zowe-sdk": "^7.18.4",
"@zowe/zowe-explorer-api": "^1.22.6",
Expand Down

0 comments on commit 7859aaf

Please sign in to comment.