Browse Source

Merge pull request #9942 from weseek/support/prepare-v7.2.5-RC.0

Prepare v7.2.5-RC.0
mergify[bot] 10 months ago
parent
commit
a8bed0fe73
4 changed files with 10 additions and 4 deletions
  1. 7 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      apps/slackbot-proxy/package.json
  4. 1 1
      package.json

+ 7 - 1
CHANGELOG.md

@@ -1,9 +1,15 @@
 # Changelog
 
-## [Unreleased](https://github.com/weseek/growi/compare/v7.2.3...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v7.2.4...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.2.4](https://github.com/weseek/growi/compare/v7.2.3...v7.2.4) - 2025-05-15
+
+### 🐛 Bug Fixes
+
+* fix: Picture size (#9938) @yuki-takei
+
 ## [v7.2.3](https://github.com/weseek/growi/compare/v7.2.2...v7.2.3) - 2025-05-14
 
 ### 💎 Features

+ 1 - 1
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "7.2.4-RC.0",
+  "version": "7.2.5-RC.0",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
apps/slackbot-proxy/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slackbot-proxy",
-  "version": "7.2.4-slackbot-proxy.0",
+  "version": "7.2.5-slackbot-proxy.0",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "7.2.4-RC.0",
+  "version": "7.2.5-RC.0",
   "description": "Team collaboration software using markdown",
   "license": "MIT",
   "private": "true",