File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,5 @@ jobs:
107
107
# For pull requests, ${GITHUB_SHA} is the automatically generated merge
108
108
# commit that merges the PR's source branch to its destination branch.
109
109
run : git checkout "${GITHUB_SHA}"
110
-
111
- -
112
- name : Install all dependencies and symlink for ep_etherpad-lite
113
- run : bin/installDeps.sh
114
- -
115
- name : Run Etherpad & Test Frontend
116
- working-directory : ./src
117
- run : |
118
- pnpm run test-ui --project=chromium
110
+ - name : Run the backend tests
111
+ run : pnpm run test
Original file line number Diff line number Diff line change
1
+ # 2.0.1
2
+
3
+ ### Notable enhancements and fixes
4
+
5
+ - Fixed a bug where a plugin depending on a scoped dependency would not install successfully.
6
+
7
+
1
8
# 2.0.0
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " admin" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bin" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " " ,
5
5
"main" : " checkAllPads.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 41
41
"type" : " git" ,
42
42
"url" : " https://github.com/ether/etherpad-lite.git"
43
43
},
44
- "version" : " 2.0.0 " ,
44
+ "version" : " 2.0.1 " ,
45
45
"license" : " Apache-2.0"
46
46
}
Original file line number Diff line number Diff line change 125
125
"test-admin" : " npx playwright test tests/frontend-new/admin-spec --workers 1" ,
126
126
"test-admin:ui" : " npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
127
127
},
128
- "version" : " 2.0.0 " ,
128
+ "version" : " 2.0.1 " ,
129
129
"license" : " Apache-2.0"
130
130
}
You can’t perform that action at this time.
0 commit comments