Skip to content

Commit

Permalink
Release v7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed May 30, 2024
1 parent 0cdee3d commit 7c98089
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# Changelog

## [Unreleased](https://github.com/weseek/growi/compare/v7.0.7...HEAD)
## [Unreleased](https://github.com/weseek/growi/compare/v7.0.8...HEAD)

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

## [v7.0.8](https://github.com/weseek/growi/compare/v7.0.7...v7.0.8) - 2024-05-30

### 💎 Features

* feat: Select unrelated group inheritance on child page create (#8812) @arafubeatbox

### 🚀 Improvement

* imprv: Design coding of search result page (#8828) @miya

### 🐛 Bug Fixes

* fix: Page body sometimes appears doubled up when the editor is opened (#8858) @miya
* fix: Brackets appearance when Nord editor theme (#8852) @satof3
* fix: Slack notification not sent on page update (#8841) @miya
* fix: Table icon is not displayed when hovering over the table (#8830) @WNomunomu

### 🧰 Maintenance

* support: Reorganize editor module exports (#8846) @yuki-takei

## [v7.0.7](https://github.com/weseek/growi/compare/v7.0.6...v7.0.7) - 2024-05-27

### 🚀 Improvement
Expand Down
2 changes: 1 addition & 1 deletion apps/app/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GROWI Official docker image
Supported tags and respective Dockerfile links
------------------------------------------------

* [`7.0.7`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.7/apps/app/docker/Dockerfile)
* [`7.0.8`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.8/apps/app/docker/Dockerfile)
* [`6.3.2`, `6.3`, `6` (Dockerfile)](https://github.com/weseek/growi/blob/v6.3.2/apps/app/docker/Dockerfile)
* [`6.2.4`, `6.2` (Dockerfile)](https://github.com/weseek/growi/blob/v6.2.4/apps/app/docker/Dockerfile)
* [`6.1.15`, `6.1` (Dockerfile)](https://github.com/weseek/growi/blob/v6.1.15/apps/app/docker/Dockerfile)
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.0.8-RC.0",
"version": "7.0.8",
"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.0.8-RC.0",
"version": "7.0.8",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down

0 comments on commit 7c98089

Please sign in to comment.