diff --git a/CHANGELOG.md b/CHANGELOG.md index 7619e947e21..03de00a27be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/app/docker/README.md b/apps/app/docker/README.md index bbd51ab692c..4e43cd30649 100644 --- a/apps/app/docker/README.md +++ b/apps/app/docker/README.md @@ -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) diff --git a/apps/app/package.json b/apps/app/package.json index 4c1074cf3c2..5afb934b1fa 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.0.17-RC.0", + "version": "7.0.17", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index f23504339d3..e39928ea299 100644 --- a/package.json +++ b/package.json @@ -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",