Skip to content

Commit 60a5a42

Browse files
committed
chore: Release 7.90.0
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent 245bb11 commit 60a5a42

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ body:
3333
label: Che version
3434
description: if workspace is running, version can be obtained with help/about menu
3535
options:
36-
- "7.89@latest"
36+
- "7.90@latest"
3737
- "next (development version)"
38+
- "7.89"
3839
- "7.88"
3940
- "7.87"
4041
- "7.86"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.90.0-next
1+
7.90.0

tests/e2e/constants/CHROME_DRIVER_CONSTANTS.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ export const CHROME_DRIVER_CONSTANTS: {
4444
/**
4545
* run browser with proxy settings
4646
*/
47-
TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || '',
47+
TS_SELENIUM_PROXY_SERVER: process.env.TS_SELENIUM_PROXY_SERVER || ''
4848
};

tests/e2e/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-che/che-e2e",
3-
"version": "7.90.0-next",
3+
"version": "7.90.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -65,7 +65,8 @@
6565
"dependencies": {
6666
"@eclipse-che/api": "latest",
6767
"inversify": "6.0.1",
68-
"reflect-metadata": "0.1.13"
68+
"reflect-metadata": "0.1.13",
69+
"@eclipse-che/che-devworkspace-generator": "7.90.0"
6970
},
7071
"resolutions": {
7172
"minimist": "^1.2.5"

0 commit comments

Comments
 (0)