Просмотр исходного кода

Merge pull request #10060 from weseek/support/prepare-v7.2.8-RC.0

Prepare v7.2.8-RC.0
mergify[bot] 10 месяцев назад
Родитель
Сommit
529e434d39
4 измененных файлов с 19 добавлено и 4 удалено
  1. 16 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      apps/slackbot-proxy/package.json
  4. 1 1
      package.json

+ 16 - 1
CHANGELOG.md

@@ -1,9 +1,24 @@
 # Changelog
 
-## [Unreleased](https://github.com/weseek/growi/compare/v7.2.6...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v7.2.7...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.2.7](https://github.com/weseek/growi/compare/v7.2.6...v7.2.7) - 2025-06-11
+
+### 🐛 Bug Fixes
+
+* fix: Input values ​​in the admin settings form are sometimes not reflected (#10051) @yuki-takei
+* fix: Hide Google OAuth client secret field (#10049) @yuki-takei
+* fix: Prevent unnecessary API request when the user is guest (#10046) @yuki-takei
+* fix(ai): Prevent unnecessary API request when GROWI AI is disabled (#10044) @yuki-takei
+
+### 🧰 Maintenance
+
+* support: Configure biome for preset-templates package (#10058) @arafubeatbox
+* support: Configure biome for preset-themes package (#10055) @arafubeatbox
+* support: Configure biome for remark-drawio package (#10033) @arafubeatbox
+
 ## [v7.2.6](https://github.com/weseek/growi/compare/v7.2.5...v7.2.6) - 2025-06-10
 
 ### 💎 Features

+ 1 - 1
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "7.2.7-RC.0",
+  "version": "7.2.8-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.7-slackbot-proxy.0",
+  "version": "7.2.8-slackbot-proxy.0",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
package.json

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