Skip to content

Commit 6ba85ab

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.3.3
1 parent 54e32be commit 6ba85ab

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/growilabs/compare/v7.3.2...HEAD)
3+
## [Unreleased](https://github.com/growilabs/compare/v7.3.3...HEAD)
44

55
*Please do not manually update this file. We've automated the process.*
66

7+
## [v7.3.3](https://github.com/growilabs/compare/v7.3.2...v7.3.3) - 2025-10-15
8+
9+
### 💎 Features
10+
11+
* feat(otel): Page counts metrics (#10367) @Ryosei-Fukushima
12+
13+
### 🚀 Improvement
14+
15+
* imprv: Improve KnowledgeAssistant chat UI UX (#10355) @satof3
16+
* imprv: Guest user client performance by Socket.io event optimization (#10379) @yuki-takei
17+
* imprv: PageTree performance by page-listing API (#10362) @yuki-takei
18+
19+
### 🐛 Bug Fixes
20+
21+
* fix: Draw.io color mode (#10390) @miya
22+
* fix: Cannot update v4 format pages (#10378) @miya
23+
* fix: Bulk export cleanup and notification occasionally not working on job expire (#10366) @arafubeatbox
24+
25+
### 🧰 Maintenance
26+
27+
* support: Configure biome for app services dir (#10381) @arafubeatbox
28+
* support: Configure biome for app etc. dirs (#10380) @arafubeatbox
29+
* support: Configure biome for rate-limiter feature (#10376) @arafubeatbox
30+
* support: Configure biome for growi-plugin feature (#10309) @arafubeatbox
31+
* support: Service integration test biome migration (#10234) @arafubeatbox
32+
* support: Update axios (#10353) @arafubeatbox
33+
734
## [v7.3.2](https://github.com/growilabs/compare/v7.3.1...v7.3.2) - 2025-09-29
835

936
### 🚀 Improvement

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/app",
3-
"version": "7.3.3-RC.0",
3+
"version": "7.3.3",
44
"license": "MIT",
55
"private": "true",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growi",
3-
"version": "7.3.3-RC.0",
3+
"version": "7.3.3",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)