Skip to content

Commit c7e2b57

Browse files
committed
Merge branch 'develop'
2 parents dd83164 + 15a9dfc commit c7e2b57

File tree

7 files changed

+98
-89
lines changed

7 files changed

+98
-89
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.2.4
2+
3+
### Notable enhancements and fixes
4+
5+
- Switched to new SQLite backend
6+
- Fixed rusty-store-kv module not found
7+
8+
19
# 2.2.3
210

311
### Notable enhancements and fixes

admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.2.3",
4+
"version": "2.2.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-refresh": "^0.4.11",
2727
"i18next": "^23.14.0",
2828
"i18next-browser-languagedetector": "^8.0.0",
29-
"lucide-react": "^0.438.0",
29+
"lucide-react": "^0.439.0",
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0",
3232
"react-hook-form": "^7.53.0",

bin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {
@@ -12,7 +12,7 @@
1212
"log4js": "^6.9.1",
1313
"semver": "^7.6.3",
1414
"tsx": "^4.19.0",
15-
"ueberdb2": "^4.2.100"
15+
"ueberdb2": "^4.2.103"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^22.5.4",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"type": "git",
5151
"url": "https://github.com/ether/etherpad-lite.git"
5252
},
53-
"version": "2.2.3",
53+
"version": "2.2.4",
5454
"license": "Apache-2.0"
5555
}

0 commit comments

Comments
 (0)