Skip to content

Commit 8393baa

Browse files
authored
[release/1.11.0] (#1952)
1 parent bc73e7f commit 8393baa

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: release
22
permissions:
3-
contents: read
3+
contents: write
44
packages: write
55
actions: write
66
on:

package-lock.json

Lines changed: 6 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",
@@ -22,7 +22,7 @@
2222
"node": ">= 22.x"
2323
},
2424
"dependencies": {
25-
"@aliceo2/web-ui": "2.8.4",
25+
"@aliceo2/web-ui": "2.8.5",
2626
"@grpc/grpc-js": "1.13.0",
2727
"@grpc/proto-loader": "0.8.0",
2828
"cls-hooked": "4.2.2",

0 commit comments

Comments
 (0)