Skip to content

Commit

Permalink
Merge pull request #2648 from zowe/publish/3.0.0-next-prerelease
Browse files Browse the repository at this point in the history
Prepare v3 pre-release
  • Loading branch information
JillieBeanSim authored Jan 12, 2024
2 parents 75e848f + 72dcc54 commit 1556789
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 110 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/theia-zowe-explorer-ci.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/early-access/v3/Extenders.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Removed support for v1 Profiles
- Updated supported VS Code engine to 1.79.0
- Drop support for Theia IDE

## Removal of deprecated APIs from Extensibility API for Zowe Explorer

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-next.202311171754",
"version": "3.0.0-next.202401041628",
"command": {
"version": {
"forcePublish": true,
Expand Down
4 changes: 0 additions & 4 deletions packages/eslint-plugin-zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen

## TBD Release

### New features and enhancements

### Bug fixes

## `3.0.0-next.202311171754`

## `3.0.0-next.202309121526`
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": "3.0.0-next.202311171754",
"version": "3.0.0-next.202401041628",
"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": "3.0.0-next.202311171754",
"version": "3.0.0-next.202401041628",
"description": "Extensibility API for Zowe Explorer.",
"publisher": "Zowe",
"author": "Zowe",
Expand Down
2 changes: 0 additions & 2 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

## TBD Release

### New features and enhancements

### Bug fixes

- Update dependencies for technical currency purposes.
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": "3.0.0-next.202311171754",
"version": "3.0.0-next.202401041628",
"icon": "resources/zowe-ftp-color.png",
"repository": {
"url": "https://github.com/zowe/vscode-extension-for-zowe"
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@zowe/zos-ftp-for-zowe-cli": "2.1.2",
"@zowe/zowe-explorer-api": "3.0.0-next.202311171754",
"@zowe/zowe-explorer-api": "3.0.0-next.202401041628",
"tmp": "0.2.1"
},
"devDependencies": {
Expand Down
11 changes: 3 additions & 8 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": "3.0.0-next.202311171754",
"version": "3.0.0-next.202401041628",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -1405,11 +1405,6 @@
"command": "zowe.jobs.editSession",
"group": "099_zowe_jobsProfileModification@0"
},
{
"when": "view == zowe.jobs.explorer && viewItem =~ /^(?!.*_fav.*)server.*/",
"command": "zowe.jobs.removeJobsSession",
"group": "099_zowe_jobsProfileModification@98"
},
{
"when": "view == zowe.jobs.explorer && viewItem =~ /^(?!.*_fav.*)server.*/ && !listMultiSelection",
"command": "zowe.jobs.deleteProfile",
Expand Down Expand Up @@ -2075,7 +2070,7 @@
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^5.2.0",
"del": "^4.1.1",
"eslint-plugin-zowe-explorer": "3.0.0-next.202311171754",
"eslint-plugin-zowe-explorer": "3.0.0-next.202401041628",
"event-stream": "^4.0.1",
"expect": "^24.8.0",
"geckodriver": "^1.19.1",
Expand All @@ -2099,7 +2094,7 @@
},
"dependencies": {
"@zowe/secrets-for-zowe-sdk": "7.18.6",
"@zowe/zowe-explorer-api": "3.0.0-next.202311171754",
"@zowe/zowe-explorer-api": "3.0.0-next.202401041628",
"dayjs": "^1.11.10",
"fs-extra": "8.0.1",
"isbinaryfile": "4.0.4",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 1556789

Please sign in to comment.