Skip to content

Commit

Permalink
Bump version to 3.0.0-next.202408301858 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
  • Loading branch information
zowe-robot committed Aug 30, 2024
1 parent 7f36ebe commit 5c5e005
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 deletions.
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.202408210815",
"version": "3.0.0-next.202408301858",
"command": {
"version": {
"forcePublish": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All notable changes to the "eslint-plugin-zowe-explorer" package will be documented in this file.

## TBD Release
## `3.0.0-next.202408301858`

## `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-SNAPSHOT",
"version": "3.0.0-next.202408301858",
"description": "Custom ESLint Rules for ZOWE Explorer",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## TBD Release
## `3.0.0-next.202408301858`

### New features and enhancements

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-SNAPSHOT",
"version": "3.0.0-next.202408301858",
"description": "Extensibility API for Zowe Explorer.",
"publisher": "Zowe",
"author": "Zowe",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All notable changes to the "zowe-explorer-ftp-extension" extension will be documented in this file.

## TBD Release
## `3.0.0-next.202408301858`

### New features and enhancements

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-SNAPSHOT",
"version": "3.0.0-next.202408301858",
"icon": "resources/zowe-ftp-color.png",
"repository": {
"url": "https://github.com/zowe/zowe-explorer-vscode"
Expand Down Expand Up @@ -55,7 +55,7 @@
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408291544",
"@zowe/zos-ftp-for-zowe-cli": "3.0.0-next.202403191358",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408291544",
"@zowe/zowe-explorer-api": "3.0.0-next-SNAPSHOT",
"@zowe/zowe-explorer-api": "3.0.0-next.202408301858",
"tmp": "0.2.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## TBD Release
## `3.0.0-next.202408301858`

### New features and enhancements

Expand Down
6 changes: 3 additions & 3 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-SNAPSHOT",
"version": "3.0.0-next.202408301858",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -1821,7 +1821,7 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.1",
"eslint-plugin-zowe-explorer": "3.0.0-next-SNAPSHOT",
"eslint-plugin-zowe-explorer": "3.0.0-next.202408301858",
"expect": "^24.8.0",
"expect-webdriverio": "^4.13.0",
"glob": "^7.1.6",
Expand All @@ -1840,7 +1840,7 @@
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408291544",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408291544",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202408291544",
"@zowe/zowe-explorer-api": "3.0.0-next-SNAPSHOT",
"@zowe/zowe-explorer-api": "3.0.0-next.202408301858",
"dayjs": "^1.11.10",
"fs-extra": "8.0.1",
"isbinaryfile": "4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webviews",
"private": true,
"type": "module",
"version": "3.0.0-next-SNAPSHOT",
"version": "3.0.0-next.202408301858",
"main": "index.js",
"license": "EPL-2.0",
"scripts": {
Expand Down
52 changes: 26 additions & 26 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 5c5e005

Please sign in to comment.