Skip to content

Commit 96fe976

Browse files
committed
Merge branch 'develop'
2 parents 54f15ce + bad5ac8 commit 96fe976

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
build-zip:
17+
permissions: write-all
1718
# run on pushes to any branch
1819
# run on PRs from external forks
1920
if: |

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.2.1
1+
# 2.2.2
22

33
### Notable enhancements and fixes
44

admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

bin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"type": "git",
5050
"url": "https://github.com/ether/etherpad-lite.git"
5151
},
52-
"version": "2.2.1",
52+
"version": "2.2.2",
5353
"license": "Apache-2.0"
5454
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@
134134
"test-admin:ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/admin-spec --ui --workers 1",
135135
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts"
136136
},
137-
"version": "2.2.1",
137+
"version": "2.2.2",
138138
"license": "Apache-2.0"
139139
}

0 commit comments

Comments
 (0)