File tree Expand file tree Collapse file tree 9 files changed +361
-359
lines changed Expand file tree Collapse file tree 9 files changed +361
-359
lines changed Original file line number Diff line number Diff line change 5151 run : gnpm run build:etherpad
5252 # On release, create release
5353 - name : Generate Changelog
54- if : ${{startsWith(github.ref, 'refs/tags/v') }}
5554 working-directory : bin
5655 run : gnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt
5756 - name : Release
Original file line number Diff line number Diff line change 1+ # 2.5.3
2+
3+ ### Notable enhancements and fixes
4+ - Fixed an issue with the release script that caused the release to not be created correctly.
5+
16# 2.5.2
27
38### Notable enhancements and fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " admin" ,
33 "private" : true ,
4- "version" : " 2.5.2 " ,
4+ "version" : " 2.5.3 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
2727 "eslint-plugin-react-refresh" : " ^0.4.24" ,
2828 "i18next" : " ^25.6.0" ,
2929 "i18next-browser-languagedetector" : " ^8.2.0" ,
30- "lucide-react" : " ^0.548 .0" ,
30+ "lucide-react" : " ^0.552 .0" ,
3131 "react" : " ^19.2.0" ,
3232 "react-dom" : " ^19.2.0" ,
3333 "react-hook-form" : " ^7.65.0" ,
34- "react-i18next" : " ^16.2.1 " ,
34+ "react-i18next" : " ^16.2.3 " ,
3535 "react-router-dom" : " ^7.9.5" ,
3636 "socket.io-client" : " ^4.8.1" ,
3737 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " bin" ,
3- "version" : " 2.5.2 " ,
3+ "version" : " 2.5.3 " ,
44 "description" : " " ,
55 "main" : " checkAllPads.js" ,
66 "directories" : {
77 "doc" : " doc"
88 },
99 "dependencies" : {
10- "axios" : " ^1.13.1 " ,
10+ "axios" : " ^1.13.2 " ,
1111 "ep_etherpad-lite" : " workspace:../src" ,
1212 "log4js" : " ^6.9.1" ,
1313 "semver" : " ^7.7.3" ,
Original file line number Diff line number Diff line change 4949 "url" : " https://github.com/ether/etherpad-lite.git"
5050 },
5151 "engineStrict" : true ,
52- "version" : " 2.5.2 " ,
52+ "version" : " 2.5.3 " ,
5353 "license" : " Apache-2.0"
5454}
You can’t perform that action at this time.
0 commit comments