Skip to content

Commit

Permalink
Merge pull request #9568 from weseek/support/prepare-v7.1.9-RC.0
Browse files Browse the repository at this point in the history
Prepare v7.1.9-RC.0
  • Loading branch information
mergify[bot] authored Jan 21, 2025
2 parents 15060b2 + 84bcf0c commit 6542554
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "7.1.8-RC.0",
"version": "7.1.9-RC.0",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6542554

Please sign in to comment.