Skip to content

Commit

Permalink
Release v6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei authored and github-actions[bot] committed Jul 12, 2023
1 parent f07168f commit f4ec8bf
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 25 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

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

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

## [v6.1.6](https://github.com/weseek/growi/compare/v6.1.5...v6.1.6) - 2023-07-12

### 🐛 Bug Fixes

- fix: Revert current page mutation and add workaround for saving page (#7877) @yuki-takei
- fix: The official docker image missed preset-templates (#7865) @yuki-takei
- fix: SSL connection error to Elasticsearch8 using self certificate (#7818) @miya

## [v6.1.5](https://github.com/weseek/growi/compare/v6.1.4...v6.1.5) - 2023-07-10

### 💎 Features
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.1.6-RC.0",
"version": "6.1.6",
"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.1.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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.6-RC.0",
"version": "6.1.6",
"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 @@ -2312,13 +2312,13 @@
xdg-basedir "^4.0.0"

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit f4ec8bf

Please sign in to comment.