Skip to content

Commit

Permalink
Bump version to 4.0.9 [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 5, 2024
1 parent 8bf3331 commit a4313b3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 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 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 IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes
## `4.0.9`

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "4.0.9",
"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.8"
"@zowe/cics-for-zowe-sdk": "4.0.9"
},
"devDependencies": {
"@zowe/cli": "~6.40.18"
Expand All @@ -62,4 +62,4 @@
"@zowe/cli": "~6.40.18",
"@zowe/imperative": "~4.18.17"
}
}
}
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
## `4.0.9`

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "4.0.9",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS for Zowe SDK",
Expand Down Expand Up @@ -48,4 +48,4 @@
"peerDependencies": {
"@zowe/imperative": "~4.18.17"
}
}
}
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.1`

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.3.1",
"engines": {
"vscode": "^1.53.2"
},
Expand Down Expand Up @@ -462,12 +462,12 @@
"vsce": "^2.15.0"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "4.0.8",
"@zowe/cics-for-zowe-sdk": "4.0.9",
"@zowe/imperative": "~4.18.17",
"@zowe/secrets-for-zowe-sdk": "^7.18.4",
"@zowe/zowe-explorer-api": "~1.22.3",
"axios": "^1.6.7",
"https": "~1.0.0",
"xml-js": "~1.6.11"
}
}
}

0 comments on commit a4313b3

Please sign in to comment.