Skip to content

Commit

Permalink
Merge branch 'main' into remove-create-profile-gif
Browse files Browse the repository at this point in the history
  • Loading branch information
enamkhan authored Jan 9, 2025
2 parents 432b61a + ed9561c commit 7e91b68
Show file tree
Hide file tree
Showing 46 changed files with 650 additions and 516 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Expand Down
81 changes: 38 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zowe/cics_monorepo",
"private": true,
"version": "6.2.4",
"version": "6.2.5",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.10.3",
"@zowe/imperative": "^8.10.4",
"@zowe/zowe-explorer-api": "^3.0.3",
"chalk": "^4.1.2",
"eslint": "^8.37.0",
Expand All @@ -49,6 +49,7 @@
"jest-environment-node-debug": "^2.0.0",
"jest-html-reporter": "^3.7.1",
"jest-junit": "^16.0.0",
"jest-mock-vscode": "^4.0.4",
"jest-stare": "^2.5.0",
"madge": "^6.0.0",
"npm-lockfile": "^4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

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

## Recent Changes
## `3.2.4`

- BugFix: Remove create profile gif from readme. [#33](https://github.com/zowe/cics-for-zowe-client/issues/33)
- BugFix: Updated commands to use Utils.getResourceURI. [#178](https://github.com/zowe/cics-for-zowe-client/issues/178)
- BugFix: Regions icon updates when plex tree is expanded. [#194](https://github.com/zowe/cics-for-zowe-client/issues/194)
- BugFix: Opening CICS connections prevents other Zowe sessions connecting. [#159](https://github.com/zowe/cics-for-zowe-client/issues/159)

## `3.2.3`

Expand Down
12 changes: 12 additions & 0 deletions packages/vsce/__tests__/__mocks__/vscode.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*
*/

module.exports = require("jest-mock-vscode").createVSCodeMock(jest);
Loading

0 comments on commit 7e91b68

Please sign in to comment.