Skip to content

Commit

Permalink
Merge pull request #1681 from zowe/pre-release-sdk-update
Browse files Browse the repository at this point in the history
Pre-Release and update sdk 7.0.0-next.202202242016
  • Loading branch information
zFernand0 authored Mar 2, 2022
2 parents 626b765 + 0ab355a commit f391eb5
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 156 deletions.
1 change: 1 addition & 0 deletions docs/Early Access - Using Global Profile Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Meet the following software requirements before you use the team configuration f
| v2.0.0-next.202110141604 | 7.0.0-next.202109281609 | required |
| v2.0.0-next.202112161700 | 7.0.0-next.202109281609 | required |
| v2.0.0-next.202202221200 | 7.0.0-next.202201261615 | optional |
| v2.0.0-next.202202281000 | 7.0.0-next.202202242016 | optional |

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zowe-explorer",
"version": "2.0.0-next.202202221200",
"version": "2.0.0-next.202202281000",
"description": "Monorepo for the Zowe Explorer project.",
"publisher": "Zowe",
"author": "Zowe",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"@zowe/cli": "7.0.0-next.202201261615",
"@zowe/cli": "7.0.0-next.202202242016",
"vscode-nls": "4.1.2"
},
"devDependencies": {
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.202202221200",
"version": "2.0.0-next.202202281000",
"description": "Custom ESLint Rules for ZOWE Explorer",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions 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.202202221200",
"version": "2.0.0-next.202202281000",
"description": "Extensibility API for Zowe Explorer.",
"publisher": "Zowe",
"author": "Zowe",
Expand All @@ -17,7 +17,7 @@
"@types/semver": "^7.3.6"
},
"dependencies": {
"@zowe/cli": "7.0.0-next.202201261615",
"@zowe/cli": "7.0.0-next.202202242016",
"semver": "^7.3.5"
},
"scripts": {
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.202202221200",
"version": "2.0.0-next.202202281000",
"icon": "resources/zowe_ftp_logo.png",
"repository": {
"url": "https://github.com/zowe/vscode-extension-for-zowe"
Expand Down Expand Up @@ -47,7 +47,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"@zowe/zowe-explorer-api": "2.0.0-next.202202221200",
"@zowe/zowe-explorer-api": "2.0.0-next.202202281000",
"@zowe/zos-ftp-for-zowe-cli": "1.5.0",
"tmp": "0.2.1"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## `v2.0.0-next.202202281000`

- Update Zowe CLI SDK to version 7.0.0-next.202202242016.
- Fixed the bug that overwrites like-named profiles in a nested config.

## `v2.0.0-next.202202221200`

- Added extender's type info to config schema during config file creation and removed Zowe CLI installation dependency. [#1629](https://github.com/zowe/vscode-extension-for-zowe/pull/1629)
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.202202221200",
"version": "2.0.0-next.202202281000",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -1690,7 +1690,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.202202221200",
"eslint-plugin-zowe-explorer": "2.0.0-next.202202281000",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
Expand Down Expand Up @@ -1730,7 +1730,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@zowe/zowe-explorer-api": "2.0.0-next.202202221200",
"@zowe/zowe-explorer-api": "2.0.0-next.202202281000",
"fs-extra": "8.0.1",
"isbinaryfile": "4.0.4",
"js-yaml": "3.13.1",
Expand Down
259 changes: 113 additions & 146 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f391eb5

Please sign in to comment.