diff --git a/CHANGELOG.md b/CHANGELOG.md index d145dbe42ff..dd886a9b675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,36 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v6.3.0...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v6.3.1...HEAD) *Please do not manually update this file. We've automated the process.* +## [v6.3.1](https://github.com/weseek/growi/compare/v6.3.0...v6.3.1) - 2024-02-01 + +### 💎 Features + +* feat: Normalize duplicated root pages to valid paths when server startup (#8414) @miya + +### 🚀 Improvement + +* imprv: Use unzip stream instead of unzipper (#8378) @ryu-sato +* imprv: Allow plugin that contain slashes in the branch name to be installed (#8359) @ryu-sato + +### 🐛 Bug Fixes + +* fix: Page being able to delete completely when not allowed (#8374) @arafubeatbox +* fix: Logs are not saved when viewing the page (#8406) @miya +* fix: Preventing duplication of `/user/username` pages (#8413) @WNomunomu +* fix: Non-admin user cannot rename pages v63x (#8410) @jam411 +* fix: Duplicate root pages are created unintentionally (#8404) @miya +* fix: Configured auditlog environment variables are not reflected in the administration screen (#8383) @miya +* fix: plugin is broken after unzipping (#8358) @ryu-sato +* fix: Keycloak group sync config not loaded on sync execution (#8339) @arafubeatbox + +### 🧰 Maintenance + +* support: React Testing Library (#8393) @miya +* ci(deps-dev): bump vite from 4.5.1 to 4.5.2 (#8392) @dependabot + ## [v6.3.0](https://github.com/weseek/growi/compare/v6.2.5...v6.3.0) - 2023-12-14 ### BREAKING CHANGES @@ -50,6 +77,7 @@ * imprv: Allow deletion of user homepage when the user is deleted (#8224) @jam411 ### 🐛 Bug Fixes + * fix: Certify shared page attachment middleware (6.2.x) (#8256) @yuki-takei ### 🧰 Maintenance diff --git a/apps/app/package.json b/apps/app/package.json index 54f80124b07..27fef76d7be 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "6.3.1-RC.0", + "version": "6.3.1", "license": "MIT", "scripts": { "//// for production": "", diff --git a/package.json b/package.json index 7d04ae47524..e2da32e0a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "Team collaboration software using markdown", "tags": [ "wiki", diff --git a/packages/core/package.json b/packages/core/package.json index b3d2e7d17fc..7c0b1974201 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@growi/core", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI Core Libraries", "license": "MIT", "keywords": [ diff --git a/packages/hackmd/package.json b/packages/hackmd/package.json index 89845ca5334..bfa739b4470 100644 --- a/packages/hackmd/package.json +++ b/packages/hackmd/package.json @@ -1,6 +1,6 @@ { "name": "@growi/hackmd", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI js and css files to use hackmd", "license": "MIT", "type": "module", diff --git a/packages/presentation/package.json b/packages/presentation/package.json index d9f56d32d12..5113d49ab39 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -1,6 +1,6 @@ { "name": "@growi/presentation", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI plugin for presentation", "license": "MIT", "keywords": [ diff --git a/packages/preset-templates/package.json b/packages/preset-templates/package.json index d9cb1ec26ea..881996399c0 100644 --- a/packages/preset-templates/package.json +++ b/packages/preset-templates/package.json @@ -1,6 +1,6 @@ { "name": "@growi/preset-templates", - "version": "6.3.1-RC.0", + "version": "6.3.1", "scripts": { "test": "vitest run", "version": "yarn version --no-git-tag-version --preid=RC" diff --git a/packages/preset-themes/package.json b/packages/preset-themes/package.json index e8e206e748f..231b54c8b66 100644 --- a/packages/preset-themes/package.json +++ b/packages/preset-themes/package.json @@ -1,7 +1,7 @@ { "name": "@growi/preset-themes", "description": "GROWI preset themes", - "version": "6.3.1-RC.0", + "version": "6.3.1", "license": "MIT", "main": "dist/libs/preset-themes.umd.js", "module": "dist/libs/preset-themes.mjs", diff --git a/packages/remark-attachment-refs/package.json b/packages/remark-attachment-refs/package.json index 8b97711acbb..dd38f119cb4 100644 --- a/packages/remark-attachment-refs/package.json +++ b/packages/remark-attachment-refs/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-attachment-refs", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags", "license": "MIT", "keywords": [ diff --git a/packages/remark-drawio/package.json b/packages/remark-drawio/package.json index 43cfbfb141c..5c71bc17b55 100644 --- a/packages/remark-drawio/package.json +++ b/packages/remark-drawio/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-drawio", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "remark plugin to draw diagrams with draw.io (diagrams.net)", "license": "MIT", "keywords": [ diff --git a/packages/remark-growi-directive/package.json b/packages/remark-growi-directive/package.json index 056b34eadf5..f7e256854af 100644 --- a/packages/remark-growi-directive/package.json +++ b/packages/remark-growi-directive/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-growi-directive", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "remark plugin to support GROWI plugin (forked from remark-directive@2.0.1)", "license": "MIT", "keywords": [ diff --git a/packages/remark-lsx/package.json b/packages/remark-lsx/package.json index 6c846a2af2f..a19e936a77d 100644 --- a/packages/remark-lsx/package.json +++ b/packages/remark-lsx/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-lsx", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI plugin to list pages", "license": "MIT", "keywords": [ diff --git a/packages/slack/package.json b/packages/slack/package.json index 369c79b1d9e..ce7778c91c6 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slack", - "version": "6.3.1-RC.0", + "version": "6.3.1", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6b2abbd9f58..18309d819cf 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@growi/ui", - "version": "6.3.1-RC.0", + "version": "6.3.1", "description": "GROWI UI Libraries", "license": "MIT", "keywords": [ diff --git a/yarn.lock b/yarn.lock index dfe4af52b50..990f311f938 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1713,13 +1713,13 @@ xdg-basedir "^4.0.0" "@growi/core@link:packages/core": - version "6.3.1-RC.0" + version "6.3.1" dependencies: bson-objectid "^2.0.4" escape-string-regexp "^4.0.0" "@growi/hackmd@link:packages/hackmd": - version "6.3.1-RC.0" + version "6.3.1" "@growi/pluginkit@link:packages/pluginkit": version "0.1.0" @@ -1728,18 +1728,18 @@ extensible-custom-error "^0.0.7" "@growi/presentation@link:packages/presentation": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@growi/core" "link:packages/core" "@growi/preset-templates@link:packages/preset-templates": - version "6.3.1-RC.0" + version "6.3.1" "@growi/preset-themes@link:packages/preset-themes": - version "6.3.1-RC.0" + version "6.3.1" "@growi/remark-attachment-refs@link:packages/remark-attachment-refs": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1752,10 +1752,10 @@ universal-bunyan "^0.9.2" "@growi/remark-drawio@link:packages/remark-drawio": - version "6.3.1-RC.0" + version "6.3.1" "@growi/remark-growi-directive@link:packages/remark-growi-directive": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@types/mdast" "^3.0.0" "@types/unist" "^2.0.0" @@ -1772,7 +1772,7 @@ uvu "^0.5.0" "@growi/remark-lsx@link:packages/remark-lsx": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1784,7 +1784,7 @@ swr "^2.0.3" "@growi/slack@link:packages/slack": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@slack/oauth" "^2.0.1" "@slack/web-api" "^6.2.4" @@ -1800,7 +1800,7 @@ url-join "^4.0.0" "@growi/ui@link:packages/ui": - version "6.3.1-RC.0" + version "6.3.1" dependencies: "@growi/core" "link:packages/core"