From 915894d435357bd0f6623e63c82516c8cb5f7ed8 Mon Sep 17 00:00:00 2001 From: Jessielaine Punongbayan Date: Thu, 14 Oct 2021 16:14:15 +0200 Subject: [PATCH 1/2] Prepare pre-release Signed-off-by: Jessielaine Punongbayan --- package.json | 2 +- packages/eslint-plugin-zowe-explorer/package.json | 2 +- packages/zowe-explorer-api/package.json | 2 +- packages/zowe-explorer-ftp-extension/package.json | 4 ++-- packages/zowe-explorer/package.json | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3d2da02058..7f11373d59 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/eslint-plugin-zowe-explorer/package.json b/packages/eslint-plugin-zowe-explorer/package.json index 94fdeaa8c2..93b00962d3 100644 --- a/packages/eslint-plugin-zowe-explorer/package.json +++ b/packages/eslint-plugin-zowe-explorer/package.json @@ -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", diff --git a/packages/zowe-explorer-api/package.json b/packages/zowe-explorer-api/package.json index e1947a1e6b..c6d9217ed0 100644 --- a/packages/zowe-explorer-api/package.json +++ b/packages/zowe-explorer-api/package.json @@ -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", diff --git a/packages/zowe-explorer-ftp-extension/package.json b/packages/zowe-explorer-ftp-extension/package.json index c8b145384e..c240137531 100644 --- a/packages/zowe-explorer-ftp-extension/package.json +++ b/packages/zowe-explorer-ftp-extension/package.json @@ -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" @@ -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" }, diff --git a/packages/zowe-explorer/package.json b/packages/zowe-explorer/package.json index b97f6b3a19..9ec6c01864 100644 --- a/packages/zowe-explorer/package.json +++ b/packages/zowe-explorer/package.json @@ -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", @@ -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", @@ -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", From 522b12a5780e2f76cc35ee98f6eb25df5bf1298a Mon Sep 17 00:00:00 2001 From: Jessielaine Punongbayan Date: Thu, 14 Oct 2021 17:30:36 +0200 Subject: [PATCH 2/2] Update docs Signed-off-by: Jessielaine Punongbayan --- ...ss - Using Global Profile Configuration.md | 2 +- packages/zowe-explorer/README.md | 26 +++++-------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/docs/Early Access - Using Global Profile Configuration.md b/docs/Early Access - Using Global Profile Configuration.md index baf99c8f66..9330cb8530 100644 --- a/docs/Early Access - Using Global Profile Configuration.md +++ b/docs/Early Access - Using Global Profile Configuration.md @@ -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). diff --git a/packages/zowe-explorer/README.md b/packages/zowe-explorer/README.md index 8185832f06..96d5321844 100644 --- a/packages/zowe-explorer/README.md +++ b/packages/zowe-explorer/README.md @@ -23,7 +23,7 @@ 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) @@ -31,28 +31,14 @@ More information: - [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