Skip to content

Commit

Permalink
Release v7.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed Aug 26, 2024
1 parent e331fe6 commit c7d0a09
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
# Changelog

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

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

## [v7.0.17](https://github.com/weseek/growi/compare/v7.0.16...v7.0.17) - 2024-08-26

### 🚀 Improvement

* imprv: Serializers for User model and Attachment model (#9019) @yuki-takei
* imprv: translation modification (#9035) @maeshinshin
* imprv: Add UI and logic for disabled user registration (#9034) @maeshinshin
* imprv: lang attribute in Html element (#8960) @maeshinshin

### 🐛 Bug Fixes

* fix: Serializer for accessing to an empty page (#9042) @yuki-takei
* fix: Import data (#8994) @yuki-takei
* fix: Comment operation by API (#9026) @yuki-takei
* fix: Tests fail due to docker image and Playwright version mismatch on CI (#9022) @miya
* fix: Use the scrollbar to prevent the toolbar from being hidden (#8976) @maeshinshin
* fix: Revision pageId schema type (#9008) @yuki-takei
* fix: Revision pageId schema type (add a changeset) (#9010) @yuki-takei
* fix: Hide WideViewMenuItem in search result (#9009) @yuki-takei
* fix: Wrongly autofocus to PageHeader even after updating (#9011) @yuki-takei

### 🧰 Maintenance

* support: Dark mode support for CountBadge (#9036) @satof3
* support: Update import lines (#9018) @yuki-takei
* support: Typescriptize REPL launcher (#9013) @yuki-takei

## [v7.0.16](https://github.com/weseek/growi/compare/v7.0.15...v7.0.16) - 2024-07-31

### 💎 Features
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.16`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.16/apps/app/docker/Dockerfile)
* [`7.0.17`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.17/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.17-RC.0",
"version": "7.0.17",
"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.17-RC.0",
"version": "7.0.17",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down

0 comments on commit c7d0a09

Please sign in to comment.