Skip to content

Commit 673bf3a

Browse files
committed
Bump version to 3.2.1 [ci skip]
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
1 parent c325186 commit 673bf3a

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
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.2.1`
44

55
## `3.2.0`
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.3.0-SNAPSHOT",
3+
"version": "3.2.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.2.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.3.0-SNAPSHOT",
3+
"version": "3.2.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.2.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.3.0-SNAPSHOT",
8+
"version": "3.2.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.21.0",
5656
"@zowe/zos-ftp-for-zowe-cli": "^3.0.0",
5757
"@zowe/zos-jobs-for-zowe-sdk": "^8.21.0",
58-
"@zowe/zowe-explorer-api": "3.3.0-SNAPSHOT",
58+
"@zowe/zowe-explorer-api": "3.2.1",
5959
"tmp": "0.2.3"
6060
},
6161
"devDependencies": {

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.2.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.3.0-SNAPSHOT",
5+
"version": "3.2.1",
66
"publisher": "Zowe",
77
"author": "Zowe",
88
"license": "EPL-2.0",
@@ -2069,7 +2069,7 @@
20692069
"@wdio/types": "^8.41.0",
20702070
"adm-zip": "^0.5.16",
20712071
"chalk": "^2.4.1",
2072-
"eslint-plugin-zowe-explorer": "3.3.0-SNAPSHOT",
2072+
"eslint-plugin-zowe-explorer": "3.2.1",
20732073
"expect-webdriverio": "^4.15.4",
20742074
"fs-extra": "8.0.1",
20752075
"glob": "^7.1.6",
@@ -2090,7 +2090,7 @@
20902090
"@zowe/zos-files-for-zowe-sdk": "^8.21.0",
20912091
"@zowe/zos-jobs-for-zowe-sdk": "^8.21.0",
20922092
"@zowe/zosmf-for-zowe-sdk": "^8.21.0",
2093-
"@zowe/zowe-explorer-api": "3.3.0-SNAPSHOT",
2093+
"@zowe/zowe-explorer-api": "3.2.1",
20942094
"dayjs": "^1.11.10",
20952095
"isbinaryfile": "4.0.4",
20962096
"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.2.1",
66
"main": "index.js",
77
"license": "EPL-2.0",
88
"scripts": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)