Skip to content

Commit 6ed83b9

Browse files
committed
Bump version to 2.18.2 [ci skip]
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
1 parent 58a1812 commit 6ed83b9

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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+
## `2.18.2`
44

55
## `2.18.1`
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": "2.18.2-SNAPSHOT",
3+
"version": "2.18.2",
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+
## `2.18.2`
66

77
### Bug fixes
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": "2.18.2-SNAPSHOT",
3+
"version": "2.18.2",
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+
## `2.18.2`
44

55
### Bug fixes
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": "2.18.2-SNAPSHOT",
8+
"version": "2.18.2",
99
"icon": "resources/zowe-ftp-color.png",
1010
"repository": {
1111
"url": "https://github.com/zowe/zowe-explorer-vscode"
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@zowe/zos-ftp-for-zowe-cli": "^2.1.8",
51-
"@zowe/zowe-explorer-api": "2.18.2-SNAPSHOT",
51+
"@zowe/zowe-explorer-api": "2.18.2",
5252
"tmp": "^0.2.3"
5353
},
5454
"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+
## `2.18.2`
66

77
### Bug fixes
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": "2.18.2-SNAPSHOT",
5+
"version": "2.18.2",
66
"publisher": "Zowe",
77
"author": "Zowe",
88
"license": "EPL-2.0",
@@ -2104,7 +2104,7 @@
21042104
"chalk": "^2.4.1",
21052105
"cross-env": "^5.2.0",
21062106
"del": "^4.1.1",
2107-
"eslint-plugin-zowe-explorer": "2.18.2-SNAPSHOT",
2107+
"eslint-plugin-zowe-explorer": "2.18.2",
21082108
"event-stream": "^4.0.1",
21092109
"expect": "^24.8.0",
21102110
"fs-extra": "^8.0.1",
@@ -2124,7 +2124,7 @@
21242124
"dependencies": {
21252125
"@vscode/codicons": "^0.0.35",
21262126
"@zowe/secrets-for-zowe-sdk": "^7.18.6",
2127-
"@zowe/zowe-explorer-api": "2.18.2-SNAPSHOT",
2127+
"@zowe/zowe-explorer-api": "2.18.2",
21282128
"dayjs": "^1.11.10",
21292129
"isbinaryfile": "^4.0.4",
21302130
"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": "2.18.2-SNAPSHOT",
5+
"version": "2.18.2",
66
"main": "index.js",
77
"license": "EPL-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)