Skip to content

Commit a9e5956

Browse files
committed
chore: Release 7.81.0
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent b489639 commit a9e5956

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
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.80@latest"
36+
- "7.81@latest"
3737
- "next (development version)"
38+
- "7.80"
3839
- "7.79"
3940
- "7.78"
4041
- "7.77"

VERSION

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

tests/e2e/constants/BASE_TEST_CONSTANTS.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export const BASE_TEST_CONSTANTS: {
6666
return BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL.includes('devspaces')
6767
? 'devspaces'
6868
: BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL.includes('che')
69-
? 'che'
70-
: 'default';
69+
? 'che'
70+
: 'default';
7171
},
7272
/**
7373
* testing application version

tests/e2e/constants/PLUGIN_TEST_CONSTANTS.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ export const PLUGIN_TEST_CONSTANTS: { TS_SAMPLE_LIST: string } = {
1212
* dashboard samples to check in RecommendedExtensions.spec.ts
1313
*/
1414
TS_SAMPLE_LIST:
15-
process.env.TS_SAMPLE_LIST ||
16-
'Node.js MongoDB,Node.js Express,Java Lombok,Quarkus REST API,Python,.NET,C/C++,Go,PHP,Ansible'
15+
process.env.TS_SAMPLE_LIST || 'Node.js MongoDB,Node.js Express,Java Lombok,Quarkus REST API,Python,.NET,C/C++,Go,PHP,Ansible'
1716
};

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.81.0-next",
3+
"version": "7.81.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.81.0"
6970
},
7071
"resolutions": {
7172
"minimist": "^1.2.5"

0 commit comments

Comments
 (0)