Skip to content

Commit

Permalink
Release v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed Feb 1, 2024
1 parent 0b86c91 commit 14d7b1f
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 25 deletions.
30 changes: 29 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/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
Expand Down Expand Up @@ -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
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": "6.3.1-RC.0",
"version": "6.3.1",
"license": "MIT",
"scripts": {
"//// for production": "",
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": "6.3.1-RC.0",
"version": "6.3.1",
"description": "Team collaboration software using markdown",
"tags": [
"wiki",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/core",
"version": "6.3.1-RC.0",
"version": "6.3.1",
"description": "GROWI Core Libraries",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hackmd/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-templates/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-themes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-attachment-refs/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-drawio/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-growi-directive/package.json
Original file line number Diff line number Diff line change
@@ -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 [email protected])",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lsx/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/ui",
"version": "6.3.1-RC.0",
"version": "6.3.1",
"description": "GROWI UI Libraries",
"license": "MIT",
"keywords": [
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 14d7b1f

Please sign in to comment.