From 1864cd2fc1cdb31c19d4c3eebfc480f08fdc5163 Mon Sep 17 00:00:00 2001 From: Etherpad Release Bot Date: Sat, 16 May 2026 19:00:08 +0000 Subject: [PATCH] bump version --- admin/package.json | 2 +- bin/package.json | 2 +- package.json | 2 +- src/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/package.json b/admin/package.json index 492483914..1d24386e1 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.7.3", + "version": "3.0.0", "type": "module", "scripts": { "dev": "pnpm gen:api && vite", diff --git a/bin/package.json b/bin/package.json index 3301ce768..607090c1c 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.7.3", + "version": "3.0.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 4d21660db..0c620d991 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/ether/etherpad.git" }, "engineStrict": true, - "version": "2.7.3", + "version": "3.0.0", "license": "Apache-2.0", "pnpm": { "onlyBuiltDependencies": [ diff --git a/src/package.json b/src/package.json index 9733db6b2..18f9229f2 100644 --- a/src/package.json +++ b/src/package.json @@ -161,6 +161,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.7.3", + "version": "3.0.0", "license": "Apache-2.0" }