From 9d3b120b50644ef86837432d9cc8f921eb896888 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Thu, 26 Dec 2024 09:48:18 +0000 Subject: [PATCH 1/2] Release v7.1.6 --- CHANGELOG.md | 19 ++++++++++++++++++- apps/app/package.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dfe3b1728..c09eb3cca6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.1.5...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.1.6...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.1.6](https://github.com/weseek/growi/compare/v7.1.5...v7.1.6) - 2024-12-26 + +### 💎 Features + +* feat(ai): Save file to VectorStore in HTML format (#9462) @miya + +### 🐛 Bug Fixes + +* fix: remark-lsx pagination (#9513) @miya +* fix: Spelling miss of external_link in i18n (#9456) @reiji-h +* fix: Wider copy to clipboard area (#9450) @Ryosei-Fukushima +* fix: Error when creating pages with deep hierarchy (#9487) @reiji-h + +### 🧰 Maintenance + +* ci(deps): bump next from 14.2.13 to 14.2.15 (#9501) @dependabot + ## [v7.1.5](https://github.com/weseek/growi/compare/v7.1.4...v7.1.5) - 2024-12-13 ### 🚀 Improvement diff --git a/apps/app/package.json b/apps/app/package.json index 60ddccdaa3a..b63d11c9168 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.6-RC.0", + "version": "7.1.6", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index 36cba3ba9be..f1e5d17314f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.6-RC.0", + "version": "7.1.6", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true", From 3ec3d3fb28416fc3a9078bbebed3f8b6d2dbc847 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Thu, 26 Dec 2024 09:57:37 +0000 Subject: [PATCH 2/2] Bump version --- apps/app/package.json | 2 +- apps/slackbot-proxy/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app/package.json b/apps/app/package.json index b63d11c9168..b020b2c9891 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.6", + "version": "7.1.7-RC.0", "license": "MIT", "private": "true", "scripts": { diff --git a/apps/slackbot-proxy/package.json b/apps/slackbot-proxy/package.json index 8d2c43b29d4..17d274d7a3d 100644 --- a/apps/slackbot-proxy/package.json +++ b/apps/slackbot-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slackbot-proxy", - "version": "7.1.6-slackbot-proxy.0", + "version": "7.1.7-slackbot-proxy.0", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index f1e5d17314f..4827275b3e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.6", + "version": "7.1.7-RC.0", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true",