Skip to content

Commit

Permalink
Release v6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed Jul 31, 2023
1 parent 3216217 commit 4b96baf
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 27 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Changelog

## [Unreleased](https://github.com/weseek/growi/compare/v6.1.8...HEAD)
## [Unreleased](https://github.com/weseek/growi/compare/v6.1.9...HEAD)

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

## [v6.1.9](https://github.com/weseek/growi/compare/v6.1.8...v6.1.9) - 2023-07-31

### 💎 Features

- feat: LightBox for enlargement of image (#7899) @WNomunomu

### 🚀 Improvement

- imprv: Do not use loadConfigs in skipSSR (#7929) @jam411
- imprv: Improve default behavior of skipSSR (#7927) @jam411
- imprv: Improved Design for Bookmarks Sidebar (#7886) @soumaeda

### 🐛 Bug Fixes

- fix: Page creation and update process (#7925) @yuki-takei
- fix: Sidebar doesn't show the link to the administration panel when logged in as an Admin (#7914) @miya
- fix: Improve page data mutation after renaming and deleting by GrowiContextualSubNavigation (#7926) @yuki-takei
- fix: Revert dynamic import. (#7923) @TatsuyaIse
- fix: Questionnaire wikiType (#7907) @TatsuyaIse

## [v6.1.8](https://github.com/weseek/growi/compare/v6.1.7...v6.1.8) - 2023-07-24

### 💎 Features
Expand Down
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "6.1.9-RC.0",
"version": "6.1.9",
"license": "MIT",
"scripts": {
"//// for production": "",
Expand Down Expand Up @@ -235,6 +235,7 @@
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-regex": "^1.8.0",
"font-awesome": "^4.7.0",
"fslightbox-react": "^1.7.6",
"handsontable": "=6.2.2",
"i18next-hmr": "^1.11.0",
"jest": "^29.5.0",
Expand Down Expand Up @@ -263,7 +264,6 @@
"socket.io-client": "^4.2.0",
"source-map-loader": "^4.0.1",
"swagger2openapi": "^5.3.1",
"tsc-alias": "^1.2.9",
"fslightbox-react": "^1.7.6"
"tsc-alias": "^1.2.9"
}
}
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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"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.1.9-RC.0",
"version": "6.1.9",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
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.1.9-RC.0",
"version": "6.1.9",
"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 @@ -2495,13 +2495,13 @@
xdg-basedir "^4.0.0"

"@growi/core@link:packages/core":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
bson-objectid "^2.0.4"
escape-string-regexp "^4.0.0"

"@growi/hackmd@link:packages/hackmd":
version "6.1.9-RC.0"
version "6.1.9"

"@growi/pluginkit@link:packages/pluginkit":
version "0.1.0"
Expand All @@ -2510,18 +2510,18 @@
extensible-custom-error "^0.0.7"

"@growi/presentation@link:packages/presentation":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@growi/core" "link:packages/core"

"@growi/preset-templates@link:packages/preset-templates":
version "6.1.9-RC.0"
version "6.1.9"

"@growi/preset-themes@link:packages/preset-themes":
version "6.1.9-RC.0"
version "6.1.9"

"@growi/remark-attachment-refs@link:packages/remark-attachment-refs":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@growi/core" "link:packages/core"
"@growi/remark-growi-directive" "link:packages/remark-growi-directive"
Expand All @@ -2530,12 +2530,12 @@
universal-bunyan "^0.9.2"

"@growi/remark-drawio@link:packages/remark-drawio":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
pako "^2.1.0"

"@growi/remark-growi-directive@link:packages/remark-growi-directive":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
Expand All @@ -2552,7 +2552,7 @@
uvu "^0.5.0"

"@growi/remark-lsx@link:packages/remark-lsx":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@growi/core" "link:packages/core"
"@growi/remark-growi-directive" "link:packages/remark-growi-directive"
Expand All @@ -2563,7 +2563,7 @@
swr "^2.0.3"

"@growi/slack@link:packages/slack":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@slack/oauth" "^2.0.1"
axios "^0.24.0"
Expand All @@ -2576,7 +2576,7 @@
url-join "^4.0.0"

"@growi/ui@link:packages/ui":
version "6.1.9-RC.0"
version "6.1.9"
dependencies:
"@growi/core" "link:packages/core"

Expand Down

0 comments on commit 4b96baf

Please sign in to comment.