Skip to content

Commit acdccb0

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.2.9
1 parent a6d2c35 commit acdccb0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/weseek/growi/compare/v7.2.8...HEAD)
3+
## [Unreleased](https://github.com/weseek/growi/compare/v7.2.9...HEAD)
44

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

7+
## [v7.2.9](https://github.com/weseek/growi/compare/v7.2.8...v7.2.9) - 2025-07-01
8+
9+
### 🚀 Improvement
10+
11+
* imprv(ai): Assistant instructions (#10129) @yuki-takei
12+
* imprv: OpenTelemetry phase 2 (#10095) @yuki-takei
13+
* imprv: Adjust margin-top for .main at md and lg breakpoints (#10131) @yuki-takei
14+
15+
### 🐛 Bug Fixes
16+
17+
* fix: Sharelink expiration date parsing when the date is cleared by the calendar UI (#10132) @yuki-takei
18+
* fix: Cannot change file upload destination to "MongoDB (GridFS)" or "local" for dev/7.2.x (#10119) @miya
19+
720
## [v7.2.8](https://github.com/weseek/growi/compare/v7.2.7...v7.2.8) - 2025-06-26
821

922
### 💎 Features

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.2.9-RC.0",
3+
"version": "7.2.9",
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.2.9-RC.0",
3+
"version": "7.2.9",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)