Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maintenance' into update-with-ma…
Browse files Browse the repository at this point in the history
…intenance

Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Jun 29, 2023
2 parents 0349fb6 + 6ae3d57 commit 44c3299
Show file tree
Hide file tree
Showing 24 changed files with 459 additions and 331 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.0-SNAPSHOT",
"version": "2.9.2-SNAPSHOT",
"command": {
"version": {
"forcePublish": true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"yarn": "1.22.19"
},
"resolutions": {
"**/json5": "^2.2.2"
"**/json5": "^2.2.2",
"**/semver": "^7.5.2"
},
"scripts": {
"clean": "yarn workspaces run clean",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen

### Bug fixes

## `2.9.1`

### New features and enhancements

### Bug fixes

## `2.9.0`

### New features and enhancements
Expand Down
11 changes: 9 additions & 2 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t

### New features and enhancements

### Bug fixes

## `2.9.1`

### New features and enhancements

- Added optional `profile` parameter to `IPromptCredentialsOptions` so developers can choose to skip rebuilding the profile with ProfilesCache.
- Fixed error when an extender's extension attempts to access the keyring in a remote VSCode session [#324](https://github.com/zowe/vscode-extension-for-cics/issues/324).

### Bug fixes

- Fixed issue where profiles with authentication tokens were breaking functionality for direct-to-service profiles after user interaction. [#2111](https://github.com/zowe/vscode-extension-for-zowe/issues/2111)
- Fixed error when an extender's extension attempts to access the keyring in a remote VSCode session [#324](https://github.com/zowe/vscode-extension-for-cics/issues/324).
- Fixed issue where profiles with authentication tokens were breaking functionality for direct-to-service profiles after user interaction. [#2330](https://github.com/zowe/vscode-extension-for-zowe/issues/2330)
- Updated dependencies for security audits.

## `2.9.0`

Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"lib"
],
"devDependencies": {
"@types/semver": "^7.3.6"
"@types/semver": "^7.5.0"
},
"dependencies": {
"@zowe/cli": "^7.16.2",
"semver": "^7.3.5"
"semver": "^7.5.3"
},
"scripts": {
"build": "yarn check-cli && yarn clean && tsc -p ./ && yarn license",
Expand Down
6 changes: 6 additions & 0 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

### Bug fixes

## `2.9.1`

### Bug fixes

- Updated dependencies for security audits.

## `2.9.0`

### Bug fixes
Expand Down
9 changes: 9 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

### Bug fixes

## `2.9.1`

### Bug fixes

- Optimized fetching and caching of child nodes across the primary tree views (Data Sets, Unix System Services, Jobs). [#2347](https://github.com/zowe/vscode-extension-for-zowe/issues/2347)
- Fixed issue where profiles with authentication tokens were breaking functionality for direct-to-service profiles after user interaction. [#2330](https://github.com/zowe/vscode-extension-for-zowe/issues/2330)
- Fixed profile watcher for browser based environments. [#2211](https://github.com/zowe/vscode-extension-for-zowe/issues/2211)
- Updated dependencies for security audits.

## `2.9.0`

### New features and enhancements
Expand Down
Loading

0 comments on commit 44c3299

Please sign in to comment.