Skip to content

Commit

Permalink
Bump version to 6.3.3 [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 12, 2025
1 parent 186be41 commit 3915b10
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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": "6.3.2",
"version": "6.3.3",
"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": "6.3.2",
"version": "6.3.3",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS Plug-in for Zowe CLI",
Expand Down Expand Up @@ -49,7 +49,7 @@
"configurationModule": "lib/imperative.js"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "6.3.2"
"@zowe/cics-for-zowe-sdk": "6.3.3"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes
## `6.3.3`

- Enhancement: Add requestOptions to getResource and getCache method. [#220](https://github.com/zowe/cics-for-zowe-client/issues/220)

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": "6.3.2",
"version": "6.3.3",
"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
## `3.3.3`
- BugFix: Duplicate CICSplex exist when connecting to a multi-CMAS system. [#227](https://github.com/zowe/cics-for-zowe-client/issues/227)
- Enhancement: Show CMCI error response codes when failing to make requests. [#220](https://github.com/zowe/cics-for-zowe-client/issues/220)

Expand Down
4 changes: 2 additions & 2 deletions packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/zowe/cics-for-zowe-client.git"
},
"version": "3.3.2",
"version": "3.3.3",
"engines": {
"vscode": "^1.79.0"
},
Expand Down Expand Up @@ -872,7 +872,7 @@
"@vscode/vsce": "^2.32.0"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "6.3.2",
"@zowe/cics-for-zowe-sdk": "6.3.3",
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/zowe-explorer-api": "^3.1.0"
}
Expand Down

0 comments on commit 3915b10

Please sign in to comment.