Skip to content

Commit 04f63f1

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.1.7
1 parent af5accb commit 04f63f1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.6...HEAD)
3+
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.7...HEAD)
44

55
*Please do not manually update this file. We've automated the process.*
66

7+
## [v7.1.7](https://github.com/weseek/growi/compare/v7.1.6...v7.1.7) - 2025-01-16
8+
9+
### 🐛 Bug Fixes
10+
11+
* fix: Unable to select group viewing permissions (#9541) @miya
12+
* fix: Fix i18n of oidc settings (#9536) @ryu-sato
13+
14+
### 🧰 Maintenance
15+
16+
* support: Update Swagger documentation for the PUT endpoint to update a page (#9529) @tkfm1991
17+
* ci(deps): bump docker/metadata-action from 4 to 5 (#9181) @dependabot
18+
* ci(deps): bump github/codeql-action from 2 to 3 (#9180) @dependabot
19+
* ci(deps): bump next from 14.2.15 to 14.2.21 (#9538) @dependabot
20+
* ci(deps-dev): bump @marp-team/marp-core from 3.9.0 to 3.9.1 (#9530) @dependabot
21+
722
## [v7.1.6](https://github.com/weseek/growi/compare/v7.1.5...v7.1.6) - 2024-12-26
823

924
### 💎 Features

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/app",
3-
"version": "7.1.7-RC.0",
3+
"version": "7.1.7",
44
"license": "MIT",
55
"private": "true",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growi",
3-
"version": "7.1.7-RC.0",
3+
"version": "7.1.7",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)