Răsfoiți Sursa

Merge pull request #9568 from weseek/support/prepare-v7.1.9-RC.0

Prepare v7.1.9-RC.0
mergify[bot] 1 an în urmă
părinte
comite
6542554dbb
4 a modificat fișierele cu 10 adăugiri și 4 ștergeri
  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.1.7...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v7.1.8...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v7.1.8](https://github.com/weseek/growi/compare/v7.1.7...v7.1.8) - 2025-01-21
+
+### 🐛 Bug Fixes
+
+* fix: Escape page path when generating RegExp to find ancestors children (#9550) @yuki-takei
+
 ## [v7.1.7](https://github.com/weseek/growi/compare/v7.1.6...v7.1.7) - 2025-01-16
 
 ### 🐛 Bug Fixes

+ 1 - 1
apps/app/package.json

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

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

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

+ 1 - 1
package.json

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