Skip to content

Commit

Permalink
Merge pull request #1529 from zowe/Pre-Release-2.0.0-next.202110141604
Browse files Browse the repository at this point in the history
Prepare pre-release
  • Loading branch information
JillieBeanSim committed Oct 14, 2021
2 parents bf0eed3 + 522b12a commit 31cdc27
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docs/Early Access - Using Global Profile Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Meet the following software requirements before you use the team configuration f
| Zowe Explorer version | Zowe CLI version |
| ------------------------ | ----------------------- |
| v2.0.0-next.202107151328 | 7.0.0-next.202106012053 |
| v2.0.0-next.tbd | 7.0.0-next.202109281609 |
| v2.0.0-next.202110141604 | 7.0.0-next.202109281609 |

2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or [Zowe Explorer](#create-a-team-configuration-file).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zowe-explorer",
"version": "2.0.0-next.202107151328",
"version": "2.0.0-next.202110141604",
"description": "Monorepo for the Zowe Explorer project.",
"publisher": "Zowe",
"author": "Zowe",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zowe-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-zowe-explorer",
"version": "2.0.0-next.202107151328",
"version": "2.0.0-next.202110141604",
"description": "Custom ESLint Rules for ZOWE Explorer",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zowe-explorer-api",
"version": "2.0.0-next.202107151328",
"version": "2.0.0-next.202110141604",
"description": "Extensibility API for Zowe Explorer.",
"publisher": "Zowe",
"author": "Zowe",
Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Zowe",
"license": "EPL-2.0",
"description": "Adds zFTP support to Zowe Explorer demonstrating how to extend the Zowe Explorer using its extensibility API.",
"version": "2.0.0-next.202107151328",
"version": "2.0.0-next.202110141604",
"icon": "resources/zowe_ftp_logo.png",
"repository": {
"url": "https://github.com/zowe/vscode-extension-for-zowe"
Expand Down Expand Up @@ -45,7 +45,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"@zowe/zowe-explorer-api": "2.0.0-next.202107151328",
"@zowe/zowe-explorer-api": "2.0.0-next.202110141604",
"@zowe/zos-ftp-for-zowe-cli": "1.5.0",
"tmp": "0.2.1"
},
Expand Down
26 changes: 6 additions & 20 deletions packages/zowe-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,22 @@ More information:

## Contents

- [What's new in Zowe Explorer 1.19.0](#whats-new-in-zowe-explorer-1190)
- [Early Access Features](#early-access-features)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Sample Use Cases](#sample-use-cases)
- [Credentials Security](#credentials-security)
- [Usage Tips](#usage-tips)
- [Extending Zowe Explorer](#extending-zowe-explorer)

## What's new in Zowe Explorer 1.19.0
## Early Access Features

> Zowe Explorer is compatible only with Theia 1.15.0 or earlier versions.
This version may receive breaking changes and is intended to gather early feedback on what may become a future LTS release.

**Added**:
For documentation about these features, see these files:

- Added Imperative logger access for extenders.
- Added documentation for Imperative logger for extenders.
- Added a check to ensure that a base profile exists before running the function that combines base and service profiles

**Changed**:

- Implemented separate console windows for TSO and MVS commands.

**Fixed**:

- Fixed the bug that caused the check credentials pop-up to disappear too quickly.
- Fixed the bug that kept the command text box while escaping the process of entering a TSO command. Now the command text box does not pop up if you cancel entering a TSO command.
- Fixed the bug that caused issues with deleting data set members in Ecplipse Theia or Che.
- Fixed the bug that caused a pop-up confirming the deletion of multiple data sets to display while removing a single data set member.

For more information, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
- [Changes Affecting Zowe Explorer Extenders](https://github.com/zowe/vscode-extension-for-zowe/blob/next/docs/Early%20Access%20-%20Changes%20Affecting%20Extenders.md)
- [Using Global Profile Configuration](https://github.com/zowe/vscode-extension-for-zowe/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md)

## Prerequisites

Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-for-zowe",
"displayName": "%displayName%",
"description": "%description%",
"version": "2.0.0-next.202107151328",
"version": "2.0.0-next.202110141604",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -1704,7 +1704,7 @@
"@types/promise-queue": "^2.2.0",
"@types/selenium-webdriver": "^3.0.4",
"@types/yargs": "^11.0.0",
"eslint-plugin-zowe-explorer": "2.0.0-next.202107151328",
"eslint-plugin-zowe-explorer": "2.0.0-next.202110141604",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
Expand Down Expand Up @@ -1744,7 +1744,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@zowe/zowe-explorer-api": "2.0.0-next.202107151328",
"@zowe/zowe-explorer-api": "2.0.0-next.202110141604",
"fs-extra": "8.0.1",
"isbinaryfile": "4.0.4",
"js-yaml": "3.13.1",
Expand Down

0 comments on commit 31cdc27

Please sign in to comment.