Skip to content

Commit ad188a9

Browse files
t1m0thyjzowe-robot
andauthored
Bump version to 3.4.0-SNAPSHOT (#3851)
Signed-off-by: Timothy Johnson <[email protected]> Co-authored-by: zowe-robot <[email protected]>
1 parent e57661a commit ad188a9

File tree

11 files changed

+32
-12
lines changed

11 files changed

+32
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.0-SNAPSHOT",
2+
"version": "3.4.0-SNAPSHOT",
33
"command": {
44
"version": {
55
"forcePublish": true,

packages/eslint-plugin-zowe-explorer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen
66

77
### Bug fixes
88

9+
## `3.3.0`
10+
911
## `3.2.2`
1012

1113
## `3.2.1`

packages/eslint-plugin-zowe-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-zowe-explorer",
3-
"version": "3.3.0-SNAPSHOT",
3+
"version": "3.4.0-SNAPSHOT",
44
"description": "Custom ESLint Rules for ZOWE Explorer",
55
"keywords": [
66
"eslint",

packages/zowe-explorer-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
66

77
### New features and enhancements
88

9+
### Bug fixes
10+
11+
## `3.3.0`
12+
13+
### New features and enhancements
14+
915
- Deprecated `protected _lookupParentDirectory()` and redefined it as a `public lookupParentDirectory()` method. [#3485] (https://github.com/zowe/zowe-explorer-vscode/issues/3485)
1016
- Added `DataSetAttributesProvider` class to allow extenders to provide additional attributes for data sets. [#3730](https://github.com/zowe/zowe-explorer-vscode/pull/3730)
1117
- Added the handling of cause error details in the ErrorCorrelator. [#3611](https://github.com/zowe/zowe-explorer-vscode/pull/3611)

packages/zowe-explorer-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zowe/zowe-explorer-api",
3-
"version": "3.3.0-SNAPSHOT",
3+
"version": "3.4.0-SNAPSHOT",
44
"description": "Extensibility API for Zowe Explorer.",
55
"publisher": "Zowe",
66
"author": "Zowe",

packages/zowe-explorer-ftp-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
44

55
### New features and enhancements
66

7+
### Bug fixes
8+
9+
## `3.3.0`
10+
11+
### New features and enhancements
12+
713
- Changed the response field names for the `FtpMvsApi.allMembers` function from "created" and "changed" to "c4date" and "m4date" to be consistent with the z/OSMF API response format for a PDS member list. [#3751](https://github.com/zowe/zowe-explorer-vscode/issues/3751)
814
- Replaced use of `tmp` dependency with Node.js functions for temporary file creation when downloading data sets and USS file contents. [#3805](https://github.com/zowe/zowe-explorer-vscode/pull/3805)
915
- Updated Zowe SDKs to `8.26.1` for technical currency. [#3696](https://github.com/zowe/zowe-explorer-vscode/pull/3696)

packages/zowe-explorer-ftp-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Zowe",
66
"license": "EPL-2.0",
77
"description": "Adds zFTP support to Zowe Explorer demonstrating how to extend the Zowe Explorer using its extensibility API.",
8-
"version": "3.3.0-SNAPSHOT",
8+
"version": "3.4.0-SNAPSHOT",
99
"icon": "resources/zowe-ftp-color.png",
1010
"repository": {
1111
"url": "https://github.com/zowe/zowe-explorer-vscode"
@@ -55,7 +55,7 @@
5555
"@zowe/zos-files-for-zowe-sdk": "^8.26.0",
5656
"@zowe/zos-ftp-for-zowe-cli": "^3.0.0",
5757
"@zowe/zos-jobs-for-zowe-sdk": "^8.26.0",
58-
"@zowe/zowe-explorer-api": "3.3.0-SNAPSHOT"
58+
"@zowe/zowe-explorer-api": "3.4.0-SNAPSHOT"
5959
},
6060
"jest": {
6161
"moduleFileExtensions": [

packages/zowe-explorer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
66

77
### New features and enhancements
88

9+
### Bug fixes
10+
11+
## `3.3.0`
12+
13+
### New features and enhancements
14+
915
- Added VSCode setting to allow users to enable and disable using the default TSO profile for issuing TSO commands. The default is set to true if a default TSO profile is set as the default. [#2528](https://github.com/zowe/zowe-explorer-vscode/issues/2528)
1016
- Added capability for extenders to provide additional attributes for data sets. [#3730](https://github.com/zowe/zowe-explorer-vscode/pull/3730)
1117
- Added hostname validation to prevent encountering a VS Code Proxy bug that occurs when attempting to connect to a z/OSMF server with the protocol specified as part of the hostname. [#3364](https://github.com/zowe/zowe-explorer-vscode/issues/3364)

packages/zowe-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-extension-for-zowe",
33
"displayName": "%displayName%",
44
"description": "%description%",
5-
"version": "3.3.0-SNAPSHOT",
5+
"version": "3.4.0-SNAPSHOT",
66
"publisher": "Zowe",
77
"author": "Zowe",
88
"license": "EPL-2.0",
@@ -2204,7 +2204,7 @@
22042204
"@wdio/types": "^8.41.0",
22052205
"adm-zip": "^0.5.16",
22062206
"chalk": "^2.4.1",
2207-
"eslint-plugin-zowe-explorer": "3.3.0-SNAPSHOT",
2207+
"eslint-plugin-zowe-explorer": "3.4.0-SNAPSHOT",
22082208
"expect-webdriverio": "^4.15.4",
22092209
"fs-extra": "8.0.1",
22102210
"glob": "^7.1.6",
@@ -2224,7 +2224,7 @@
22242224
"@zowe/zos-files-for-zowe-sdk": "^8.26.0",
22252225
"@zowe/zos-jobs-for-zowe-sdk": "^8.26.0",
22262226
"@zowe/zosmf-for-zowe-sdk": "^8.26.0",
2227-
"@zowe/zowe-explorer-api": "3.3.0-SNAPSHOT",
2227+
"@zowe/zowe-explorer-api": "3.4.0-SNAPSHOT",
22282228
"dayjs": "^1.11.10",
22292229
"isbinaryfile": "4.0.4",
22302230
"promise-queue": "2.2.5"

packages/zowe-explorer/src/webviews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webviews",
33
"private": true,
44
"type": "module",
5-
"version": "3.3.0-SNAPSHOT",
5+
"version": "3.4.0-SNAPSHOT",
66
"main": "index.js",
77
"license": "EPL-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)