Skip to content

Commit

Permalink
Release v7.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed Sep 12, 2024
1 parent 357ad1a commit 0db10a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Changelog

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

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

## [v7.0.19](https://github.com/weseek/growi/compare/v7.0.18...v7.0.19) - 2024-09-12

### 🚀 Improvement

* imprv: Corrected wording on admin page (/admin/data-transfer) (#9098) @shironegi39

### 🐛 Bug Fixes

* fix: Shared page is not displayed when skipping SSR (#9089) @miya
* fix: The grant of pages can be changed via api even if restricted (#9087) @WNomunomu
* fix: Updated content is not reflected on the View screen even after refreshing the page (#9086) @miya
* fix: Removing comment doesn't work (#9083) @yuki-takei

## [v7.0.18](https://github.com/weseek/growi/compare/v7.0.17...v7.0.18) - 2024-09-09

### 🚀 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.18`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.18/apps/app/docker/Dockerfile)
* [`7.0.19`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.19/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.19-RC.0",
"version": "7.0.19",
"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.19-RC.0",
"version": "7.0.19",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down

0 comments on commit 0db10a3

Please sign in to comment.