Skip to content

Commit

Permalink
Merge pull request #8611 from weseek/support/prepare-v6.3.3-RC.0
Browse files Browse the repository at this point in the history
Prepare v6.3.3-RC.0
  • Loading branch information
mergify[bot] authored Mar 25, 2024
2 parents 3b6bcce + 6ff30a4 commit 845af26
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 29 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Changelog

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

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

## [v6.3.2](https://github.com/weseek/growi/compare/v6.3.1...v6.3.2) - 2024-03-25

### 🐛 Bug Fixes

* fix: Show both UserGroups and ExternalUserGroups for group delete modal transfer select (#8519) @arafubeatbox

### 🧰 Maintenance

* ci(deps): bump ip from 2.0.0 to 2.0.1 (#8508) @dependabot

## [v6.3.1](https://github.com/weseek/growi/compare/v6.3.0...v6.3.1) - 2024-02-01

### 💎 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.3.2-RC.0",
"version": "6.3.3-RC.0",
"license": "MIT",
"scripts": {
"//// for production": "",
Expand Down
2 changes: 1 addition & 1 deletion apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/slackbot-proxy",
"version": "6.2.7-slackbot-proxy.0",
"version": "6.2.8-slackbot-proxy.0",
"license": "MIT",
"scripts": {
"build": "yarn tsc && tsc-alias -p tsconfig.build.json",
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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"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.2-RC.0",
"version": "6.3.3-RC.0",
"description": "GROWI UI Libraries",
"license": "MIT",
"keywords": [
Expand Down
53 changes: 39 additions & 14 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.2-RC.0"
version "6.3.3-RC.0"
dependencies:
bson-objectid "^2.0.4"
escape-string-regexp "^4.0.0"

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

"@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.2-RC.0"
version "6.3.3-RC.0"
dependencies:
"@growi/core" "link:packages/core"

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

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

"@growi/remark-attachment-refs@link:packages/remark-attachment-refs":
version "6.3.2-RC.0"
version "6.3.3-RC.0"
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.2-RC.0"
version "6.3.3-RC.0"

"@growi/remark-growi-directive@link:packages/remark-growi-directive":
version "6.3.2-RC.0"
version "6.3.3-RC.0"
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.2-RC.0"
version "6.3.3-RC.0"
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.2-RC.0"
version "6.3.3-RC.0"
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.2-RC.0"
version "6.3.3-RC.0"
dependencies:
"@growi/core" "link:packages/core"

Expand Down Expand Up @@ -14857,7 +14857,7 @@ string-template@>=1.0.0:
resolved "https://registry.yarnpkg.com/string-template/-/string-template-1.0.0.tgz#9e9f2233dc00f218718ec379a28a5673ecca8b96"
integrity sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y=

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -14875,6 +14875,15 @@ string-width@=4.2.2:
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.0"

string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
Expand Down Expand Up @@ -14957,7 +14966,7 @@ stringify-entities@^4.0.0:
character-entities-html4 "^2.0.0"
character-entities-legacy "^3.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand All @@ -14971,6 +14980,13 @@ strip-ansi@^3.0.0:
dependencies:
ansi-regex "^2.0.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -16458,7 +16474,7 @@ word-wrap@^1.2.3:
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -16476,6 +16492,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 845af26

Please sign in to comment.