Browse Source

Release v7.3.1

yuki-takei 6 months ago
parent
commit
3ce7a8870a
3 changed files with 11 additions and 3 deletions
  1. 9 1
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      package.json

+ 9 - 1
CHANGELOG.md

@@ -1,9 +1,17 @@
 # Changelog
 # Changelog
 
 
-## [Unreleased](https://github.com/growilabs/compare/v7.3.0...HEAD)
+## [Unreleased](https://github.com/growilabs/compare/v7.3.1...HEAD)
 
 
 *Please do not manually update this file. We've automated the process.*
 *Please do not manually update this file. We've automated the process.*
 
 
+## [v7.3.1](https://github.com/growilabs/compare/v7.3.0...v7.3.1) - 2025-09-22
+
+### 🧰 Maintenance
+
+* support: Revert Node.js runtime version to v18/20 for memory consumption
+* ci(deps-dev): bump vite from 5.4.19 to 5.4.20 (#10294) @[dependabot[bot]](https://github.com/apps/dependabot)
+* ci(deps): bump next from 14.2.30 to 14.2.32 (#10312) @[dependabot[bot]](https://github.com/apps/dependabot)
+
 ## [v7.3.0](https://github.com/growilabs/compare/v7.2.10...v7.3.0) - 2025-09-11
 ## [v7.3.0](https://github.com/growilabs/compare/v7.2.10...v7.3.0) - 2025-09-11
 
 
 ### 💎 Features
 ### 💎 Features

+ 1 - 1
apps/app/package.json

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

+ 1 - 1
package.json

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