Explorar el Código

Release v7.2.2

yuki-takei hace 11 meses
padre
commit
71a5c8b4d7
Se han modificado 3 ficheros con 9 adiciones y 3 borrados
  1. 7 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      package.json

+ 7 - 1
CHANGELOG.md

@@ -1,9 +1,15 @@
 # Changelog
 
-## [Unreleased](https://github.com/weseek/growi/compare/v7.2.1...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v7.2.2...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.2.2](https://github.com/weseek/growi/compare/v7.2.1...v7.2.2) - 2025-04-17
+
+### 🐛 Bug Fixes
+
+* fix: Export page API is broken (#9870) @yuki-takei
+
 ## [v7.2.1](https://github.com/weseek/growi/compare/v7.2.0...v7.2.1) - 2025-04-16
 
 ### 💎 Features

+ 1 - 1
apps/app/package.json

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

+ 1 - 1
package.json

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