Skip to content

Commit

Permalink
Bump version to 5.0.5 [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 Mar 2, 2024
1 parent 40d662d commit d3c5d82
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": "5.0.4",
"version": "5.0.5",
"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": "5.0.4",
"version": "5.0.5",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS Plug-in for Zowe CLI",
Expand Down Expand Up @@ -50,7 +50,7 @@
"configurationModule": "lib/imperative.js"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "5.0.4"
"@zowe/cics-for-zowe-sdk": "5.0.5"
},
"peerDependencies": {
"@zowe/imperative": "^5.0.0"
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": "5.0.4",
"version": "5.0.5",
"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
## `2.3.5`

- 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 @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/zowe/cics-for-zowe-client.git"
},
"version": "2.3.4",
"version": "2.3.5",
"engines": {
"vscode": "^1.53.2"
},
Expand Down Expand Up @@ -891,7 +891,7 @@
"vsce": "^2.15.0"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "5.0.4",
"@zowe/cics-for-zowe-sdk": "5.0.5",
"@zowe/zowe-explorer-api": "^2.14.1",
"axios": "^1.6.7",
"https": "~1.0.0",
Expand Down

0 comments on commit d3c5d82

Please sign in to comment.