Skip to content

Commit 3c91412

Browse files
author
Etherpad Release Bot
committed
Merge branch 'develop'
2 parents 0cf8752 + c8b68fa commit 3c91412

File tree

9 files changed

+361
-359
lines changed

9 files changed

+361
-359
lines changed

.github/workflows/handleRelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -27,11 +27,11 @@
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",

bin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
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
}

0 commit comments

Comments
 (0)