Skip to content

Commit 266b7f8

Browse files
committed
Bump version to 3.3.1 [ci skip]
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
1 parent 95b53ae commit 266b7f8

File tree

10 files changed

+36
-18
lines changed

10 files changed

+36
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
All notable changes to the "eslint-plugin-zowe-explorer" package will be documented in this file.
22

3-
## TBD Release
3+
## `3.3.1`
44

55
### New features and enhancements
66

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.4.0-SNAPSHOT",
3+
"version": "3.3.1",
44
"description": "Custom ESLint Rules for ZOWE Explorer",
55
"keywords": [
66
"eslint",

packages/zowe-explorer-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the "zowe-explorer-api" extension will be documented in this file.
44

5-
## TBD Release
5+
## `3.3.1`
66

77
### New features and enhancements
88

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.4.0-SNAPSHOT",
3+
"version": "3.3.1",
44
"description": "Extensibility API for Zowe Explorer.",
55
"publisher": "Zowe",
66
"author": "Zowe",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
All notable changes to the "zowe-explorer-ftp-extension" extension will be documented in this file.
22

3-
## TBD Release
3+
## `3.3.1`
44

55
### New features and enhancements
66

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.4.0-SNAPSHOT",
8+
"version": "3.3.1",
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.27.3",
5656
"@zowe/zos-ftp-for-zowe-cli": "^3.0.0",
5757
"@zowe/zos-jobs-for-zowe-sdk": "^8.27.2",
58-
"@zowe/zowe-explorer-api": "3.4.0-SNAPSHOT"
58+
"@zowe/zowe-explorer-api": "3.3.1"
5959
},
6060
"jest": {
6161
"moduleFileExtensions": [

packages/zowe-explorer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## TBD Release
5+
## `3.3.1`
66

77
### New features and enhancements
88

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.4.0-SNAPSHOT",
5+
"version": "3.3.1",
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.4.0-SNAPSHOT",
2207+
"eslint-plugin-zowe-explorer": "3.3.1",
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.27.3",
22252225
"@zowe/zos-jobs-for-zowe-sdk": "^8.27.2",
22262226
"@zowe/zosmf-for-zowe-sdk": "^8.27.2",
2227-
"@zowe/zowe-explorer-api": "3.4.0-SNAPSHOT",
2227+
"@zowe/zowe-explorer-api": "3.3.1",
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.4.0-SNAPSHOT",
5+
"version": "3.3.1",
66
"main": "index.js",
77
"license": "EPL-2.0",
88
"scripts": {

pnpm-lock.yaml

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)