Browse Source

Merge pull request #11161 from growilabs/support/prepare-v7.5.4-RC.0

Prepare v7.5.4-RC.0
mergify[bot] 1 week ago
parent
commit
7c52540543
5 changed files with 28 additions and 6 deletions
  1. 23 1
      CHANGELOG.md
  2. 1 1
      apps/app/docker/README.md
  3. 1 1
      apps/app/package.json
  4. 1 1
      apps/slackbot-proxy/package.json
  5. 2 2
      package.json

+ 23 - 1
CHANGELOG.md

@@ -1,9 +1,31 @@
 # Changelog
 
-## [Unreleased](https://github.com/growilabs/compare/v7.5.2...HEAD)
+## [Unreleased](https://github.com/growilabs/compare/v7.5.3...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.5.3](https://github.com/growilabs/compare/v7.5.2...v7.5.3) - 2026-05-14
+
+### 🐛 Bug Fixes
+
+* fix: GrowiSlides throws an unhandled exception when the rendererOptions are undefined (#11110) @Ryosei-Fukushima
+* fix: Rebalance blockquote margins in wiki and page comments (#11072) @yuki-takei
+* fix(drawio): Prevent host CSS leaking into <foreignObject> (#11068) @yuki-takei
+* fix(search): resolve nested <button> DOM warning in search result list (#11065) @yuki-takei
+* fix: Page publish/unpublish IDOR bypasses page grant system (#11032) @yuki-takei
+
+### 🧰 Maintenance
+
+* support: switch pnpm install to corepack & devcontainer node:2 (#11157) @yuki-takei
+* ci(deps): bump next from 16.2.3 to 16.2.6 (#11117) @[dependabot[bot]](https://github.com/apps/dependabot)
+* ci(deps): bump @opentelemetry/auto-instrumentations-node from 0.60.1 to 0.75.0 (#11112) @[dependabot[bot]](https://github.com/apps/dependabot)
+* ci(deps): bump @opentelemetry/sdk-node from 0.202.0 to 0.217.0 (#11114) @[dependabot[bot]](https://github.com/apps/dependabot)
+* support: Figma plugin (#11069) @satof3
+* ci(deps): bump next from 16.2.1 to 16.2.3 (#10995) @[dependabot[bot]](https://github.com/apps/dependabot)
+* ci(deps): bump mongoose from 6.13.8 to 6.13.9 (#11083) @[dependabot[bot]](https://github.com/apps/dependabot)
+* support: Add vulnerability hunters (#11071) @hikaru-n-cpu
+* support: Fix ES security settings for CI (#11048) @yuki-takei
+
 ## [v7.5.2](https://github.com/growilabs/compare/v7.5.1...v7.5.2) - 2026-04-22
 
 ### 🚀 Improvement

+ 1 - 1
apps/app/docker/README.md

@@ -10,7 +10,7 @@ GROWI Official docker image
 Supported tags and respective Dockerfile links
 ------------------------------------------------
 
-* [`7.5.2`, `7.4`, `7`, `latest` (Dockerfile)](https://github.com/growilabs/growi/blob/v7.5.2/apps/app/docker/Dockerfile)
+* [`7.5.3`, `7.4`, `7`, `latest` (Dockerfile)](https://github.com/growilabs/growi/blob/v7.5.3/apps/app/docker/Dockerfile)
 * [`7.3.0`, `7.3` (Dockerfile)](https://github.com/growilabs/growi/blob/v7.3.0/apps/app/docker/Dockerfile)
 * [`7.2.0`, `7.2` (Dockerfile)](https://github.com/growilabs/growi/blob/v7.2.0/apps/app/docker/Dockerfile)
 

+ 1 - 1
apps/app/package.json

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

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

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

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "7.5.3-RC.0",
+  "version": "7.5.4-RC.0",
   "description": "Team collaboration software using markdown",
   "license": "MIT",
   "private": true,
@@ -68,8 +68,8 @@
     "mock-require": "^3.0.3",
     "nodemon": "^3.1.14",
     "npm-run-all2": "^8.0.4",
-    "rollup-plugin-node-externals": "^6.1.1",
     "rimraf": "^6.1.3",
+    "rollup-plugin-node-externals": "^6.1.1",
     "stylelint": "^16.5.0",
     "stylelint-config-recess-order": "^5.0.1",
     "stylelint-config-recommended-scss": "^14.0.0",