diff --git a/admin/package.json b/admin/package.json index f8be46340..9a92b4e26 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "0.0.0", + "version": "2.0.0", "type": "module", "scripts": { "dev": "vite", @@ -9,8 +9,7 @@ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-toast": "^1.1.5", diff --git a/bin/package.json b/bin/package.json index 5172368f7..c00ac1e18 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "1.0.0", + "version": "2.0.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 178bfe276..bbb9d14b2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "1.9.7", + "version": "2.0.0", "license": "Apache-2.0" } - diff --git a/src/package.json b/src/package.json index 6618701bb..e0a64e9a3 100644 --- a/src/package.json +++ b/src/package.json @@ -125,6 +125,6 @@ "test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1", "test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1" }, - "version": "1.9.7", + "version": "2.0.0", "license": "Apache-2.0" }