From 71d59f969974ca70e323e66e89d7f8bdc07234ec Mon Sep 17 00:00:00 2001 From: yuki-takei Date: Wed, 1 May 2024 22:12:27 +0000 Subject: [PATCH 1/2] Release v7.0.3 --- CHANGELOG.md | 45 ++++++++++++++++- apps/app/docker/README.md | 2 +- apps/app/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/editor/package.json | 2 +- packages/presentation/package.json | 2 +- packages/preset-templates/package.json | 2 +- packages/preset-themes/package.json | 2 +- packages/remark-attachment-refs/package.json | 2 +- packages/remark-drawio/package.json | 2 +- packages/remark-growi-directive/package.json | 2 +- packages/remark-lsx/package.json | 2 +- packages/slack/package.json | 2 +- packages/ui/package.json | 2 +- yarn.lock | 53 ++++++++++++++------ 16 files changed, 97 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f781583692b..db0e12d1aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,52 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.0.2...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.0.3...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.0.3](https://github.com/weseek/growi/compare/v7.0.2...v7.0.3) - 2024-05-01 + +### 🚀 Improvement + +* imprv: Rename on blur (#8777) @yuki-takei +* imprv: Re-calculate max-width for page tile on editor (#8775) @yuki-takei +* imprv: Truncate page path title in editor (#8726) @reiji-h +* imprv: FootstrampIcon uses material symbols (#8699) @kazutoweseek +* imprv: behaviour when pressing enter after numerical input (ex: 2.3.4.) (#8754) @WNomunomu + +### 🐛 Bug Fixes + +* fix: An error occurred during user activation via email (#8767) @maeshinshin +* fix: Admin customize screen (#8765) @yuki-takei +* fix: Editor theme active line (material, nord) (#8762) @satof3 +* fix: 500 error occur when pressing the button for opening PageSelectModal (#8761) @WNomunomu +* fix: Admin screen min-height for body (#8764) @yuki-takei +* fix: Behaviour of table operation by enter key in editor (#8756) @WNomunomu +* fix: EditingUserList shows user icons even when the user is not opening the editor (#8752) @miya +* fix: Tags are not created when space key is entered (Firefox) (#8758) @miya +* fix: Parent group selection dropdown does not work (#8759) @miya +* fix: Codeblock overflow (#8753) @yuki-takei +* fix: Nord and Original-dark theme in editor (#8748) @satof3 +* fix: Material and Eclipse colors (#8749) @satof3 +* fix: Always autofocus when moving to the Editor (#8730) @reiji-h +* fix: CopyDropdown protrudes from the screen issue (#8734) @WNomunomu +* fix: Error on today's memo create from hotkey when memo exists (#8746) @arafubeatbox +* fix: Editor styles (#8742) @yuki-takei +* fix: Close the comment editor after the post (#8741) @yuki-takei + +### 🧰 Maintenance + +* ci(deps): bump typeorm from 0.3.0 to 0.3.20 (#8745) @dependabot +* support: Make AwsFileUploader type safe (#8780) @yuki-takei +* support: Update modal header design (#8766) @satof3 +* support: Improve types in IPage and IRevision (#8763) @yuki-takei +* support: Editor mobile appearance (#8760) @satof3 +* support: Localize in app tags language en change ja ch revision (#8757) @kazutoweseek +* support: Upgrade vite and vitest (#8743) @yuki-takei +* support: Adjust design details (#8738) @satof3 +* ci(deps): bump typeorm from 0.2.32 to 0.3.0 (#8602) @dependabot +* support: Upgrade date-fns (#8744) @yuki-takei + ## [v7.0.2](https://github.com/weseek/growi/compare/v7.0.1...v7.0.2) - 2024-04-17 ### 💎 Features diff --git a/apps/app/docker/README.md b/apps/app/docker/README.md index fb09b5169d6..25b7d61c62e 100644 --- a/apps/app/docker/README.md +++ b/apps/app/docker/README.md @@ -10,7 +10,7 @@ GROWI Official docker image Supported tags and respective Dockerfile links ------------------------------------------------ -* [`7.0.2`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.2/apps/app/docker/Dockerfile) +* [`7.0.3`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.3/apps/app/docker/Dockerfile) * [`6.3.2`, `6.3`, `6` (Dockerfile)](https://github.com/weseek/growi/blob/v6.3.2/apps/app/docker/Dockerfile) * [`6.2.4`, `6.2` (Dockerfile)](https://github.com/weseek/growi/blob/v6.2.4/apps/app/docker/Dockerfile) * [`6.1.15`, `6.1` (Dockerfile)](https://github.com/weseek/growi/blob/v6.1.15/apps/app/docker/Dockerfile) diff --git a/apps/app/package.json b/apps/app/package.json index 86e559177b8..ab74d0ab635 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.0.3-RC.0", + "version": "7.0.3", "license": "MIT", "scripts": { "//// for production": "", diff --git a/package.json b/package.json index ac0d27852b8..71ad2f684d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.0.3-RC.0", + "version": "7.0.3", "description": "Team collaboration software using markdown", "tags": [ "wiki", diff --git a/packages/core/package.json b/packages/core/package.json index 0b7cdcc8c97..5634b240206 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@growi/core", - "version": "7.0.3-RC.0", + "version": "7.0.3", "description": "GROWI Core Libraries", "license": "MIT", "keywords": [ diff --git a/packages/editor/package.json b/packages/editor/package.json index 3e7d1aea18e..f45eeb31aaf 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@growi/editor", - "version": "7.0.3-RC.0", + "version": "7.0.3", "license": "MIT", "type": "module", "module": "dist/index.js", diff --git a/packages/presentation/package.json b/packages/presentation/package.json index dd94bdefecd..2d29e4d36fb 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -1,6 +1,6 @@ { "name": "@growi/presentation", - "version": "7.0.3-RC.0", + "version": "7.0.3", "description": "GROWI plugin for presentation", "license": "MIT", "keywords": [ diff --git a/packages/preset-templates/package.json b/packages/preset-templates/package.json index b6dbcff74b2..c4b42bc9717 100644 --- a/packages/preset-templates/package.json +++ b/packages/preset-templates/package.json @@ -1,6 +1,6 @@ { "name": "@growi/preset-templates", - "version": "7.0.3-RC.0", + "version": "7.0.3", "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 748e792f9dc..c0832ca179c 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": "7.0.3-RC.0", + "version": "7.0.3", "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 4f98f0a52e1..e02200fde88 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": "7.0.3-RC.0", + "version": "7.0.3", "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 920b09e9cac..18f7e0bc618 100644 --- a/packages/remark-drawio/package.json +++ b/packages/remark-drawio/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-drawio", - "version": "7.0.3-RC.0", + "version": "7.0.3", "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 0b7f7614f6b..27565c6dd56 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": "7.0.3-RC.0", + "version": "7.0.3", "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 8529efb83c9..d8a18d9b249 100644 --- a/packages/remark-lsx/package.json +++ b/packages/remark-lsx/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-lsx", - "version": "7.0.3-RC.0", + "version": "7.0.3", "description": "GROWI plugin to list pages", "license": "MIT", "keywords": [ diff --git a/packages/slack/package.json b/packages/slack/package.json index 486c5e9bb05..e707c07d573 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slack", - "version": "7.0.3-RC.0", + "version": "7.0.3", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/packages/ui/package.json b/packages/ui/package.json index e0b8158fde1..28b0a9f8179 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@growi/ui", - "version": "7.0.3-RC.0", + "version": "7.0.3", "description": "GROWI UI Libraries", "license": "MIT", "keywords": [ diff --git a/yarn.lock b/yarn.lock index 38875c27204..e1c2841c66a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1854,7 +1854,7 @@ xdg-basedir "^4.0.0" "@growi/core@link:packages/core": - version "7.0.3-RC.0" + version "7.0.3" dependencies: bson-objectid "^2.0.4" escape-string-regexp "^4.0.0" @@ -1863,7 +1863,7 @@ version "7.0.0-RC.0" "@growi/editor@link:packages/editor": - version "7.0.3-RC.0" + version "7.0.3" dependencies: markdown-table "^3.0.3" react "^18.2.0" @@ -1876,18 +1876,18 @@ extensible-custom-error "^0.0.7" "@growi/presentation@link:packages/presentation": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@growi/core" "link:packages/core" "@growi/preset-templates@link:packages/preset-templates": - version "7.0.3-RC.0" + version "7.0.3" "@growi/preset-themes@link:packages/preset-themes": - version "7.0.3-RC.0" + version "7.0.3" "@growi/remark-attachment-refs@link:packages/remark-attachment-refs": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1900,10 +1900,10 @@ universal-bunyan "^0.9.2" "@growi/remark-drawio@link:packages/remark-drawio": - version "7.0.3-RC.0" + version "7.0.3" "@growi/remark-growi-directive@link:packages/remark-growi-directive": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@types/mdast" "^3.0.0" "@types/unist" "^2.0.0" @@ -1920,7 +1920,7 @@ uvu "^0.5.0" "@growi/remark-lsx@link:packages/remark-lsx": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1932,7 +1932,7 @@ swr "^2.2.2" "@growi/slack@link:packages/slack": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@slack/oauth" "^2.0.1" "@slack/web-api" "^6.2.4" @@ -1951,7 +1951,7 @@ url-join "^4.0.0" "@growi/ui@link:packages/ui": - version "7.0.3-RC.0" + version "7.0.3" dependencies: "@growi/core" "link:packages/core" @@ -16657,7 +16657,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@^1.0.2 || 2 || 3 || 4", 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== @@ -16675,6 +16675,15 @@ string-width@=4.2.2: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", 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" @@ -16757,7 +16766,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== @@ -16771,6 +16780,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" @@ -18490,7 +18506,7 @@ word-wrap@^1.2.3: resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== -"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== @@ -18508,6 +18524,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" From 58aa420428c856ec9dc72c1703788dc69747b899 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Wed, 1 May 2024 22:25:59 +0000 Subject: [PATCH 2/2] Bump version --- apps/app/package.json | 2 +- apps/slackbot-proxy/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/editor/package.json | 2 +- packages/presentation/package.json | 2 +- packages/preset-templates/package.json | 2 +- packages/preset-themes/package.json | 2 +- packages/remark-attachment-refs/package.json | 2 +- packages/remark-drawio/package.json | 2 +- packages/remark-growi-directive/package.json | 2 +- packages/remark-lsx/package.json | 2 +- packages/slack/package.json | 2 +- packages/ui/package.json | 2 +- yarn.lock | 22 ++++++++++---------- 15 files changed, 25 insertions(+), 25 deletions(-) diff --git a/apps/app/package.json b/apps/app/package.json index ab74d0ab635..60339ff8403 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.0.3", + "version": "7.0.4-RC.0", "license": "MIT", "scripts": { "//// for production": "", diff --git a/apps/slackbot-proxy/package.json b/apps/slackbot-proxy/package.json index 0bd05bb9904..0b329e843f7 100644 --- a/apps/slackbot-proxy/package.json +++ b/apps/slackbot-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slackbot-proxy", - "version": "7.0.3-slackbot-proxy.0", + "version": "7.0.4-slackbot-proxy.0", "license": "MIT", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", diff --git a/package.json b/package.json index 71ad2f684d3..aff91f23d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.0.3", + "version": "7.0.4-RC.0", "description": "Team collaboration software using markdown", "tags": [ "wiki", diff --git a/packages/core/package.json b/packages/core/package.json index 5634b240206..636fe4ba16e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@growi/core", - "version": "7.0.3", + "version": "7.0.4-RC.0", "description": "GROWI Core Libraries", "license": "MIT", "keywords": [ diff --git a/packages/editor/package.json b/packages/editor/package.json index f45eeb31aaf..51d3233a257 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@growi/editor", - "version": "7.0.3", + "version": "7.0.4-RC.0", "license": "MIT", "type": "module", "module": "dist/index.js", diff --git a/packages/presentation/package.json b/packages/presentation/package.json index 2d29e4d36fb..9810af3c263 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -1,6 +1,6 @@ { "name": "@growi/presentation", - "version": "7.0.3", + "version": "7.0.4-RC.0", "description": "GROWI plugin for presentation", "license": "MIT", "keywords": [ diff --git a/packages/preset-templates/package.json b/packages/preset-templates/package.json index c4b42bc9717..d0ff08ed92e 100644 --- a/packages/preset-templates/package.json +++ b/packages/preset-templates/package.json @@ -1,6 +1,6 @@ { "name": "@growi/preset-templates", - "version": "7.0.3", + "version": "7.0.4-RC.0", "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 c0832ca179c..dc027a40ee8 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": "7.0.3", + "version": "7.0.4-RC.0", "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 e02200fde88..eeb0a2fc21c 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": "7.0.3", + "version": "7.0.4-RC.0", "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 18f7e0bc618..b9d777a2702 100644 --- a/packages/remark-drawio/package.json +++ b/packages/remark-drawio/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-drawio", - "version": "7.0.3", + "version": "7.0.4-RC.0", "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 27565c6dd56..a1c5768e61a 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": "7.0.3", + "version": "7.0.4-RC.0", "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 d8a18d9b249..2a78fba052e 100644 --- a/packages/remark-lsx/package.json +++ b/packages/remark-lsx/package.json @@ -1,6 +1,6 @@ { "name": "@growi/remark-lsx", - "version": "7.0.3", + "version": "7.0.4-RC.0", "description": "GROWI plugin to list pages", "license": "MIT", "keywords": [ diff --git a/packages/slack/package.json b/packages/slack/package.json index e707c07d573..b2c7fff11aa 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -1,6 +1,6 @@ { "name": "@growi/slack", - "version": "7.0.3", + "version": "7.0.4-RC.0", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/packages/ui/package.json b/packages/ui/package.json index 28b0a9f8179..b408c8ae69f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@growi/ui", - "version": "7.0.3", + "version": "7.0.4-RC.0", "description": "GROWI UI Libraries", "license": "MIT", "keywords": [ diff --git a/yarn.lock b/yarn.lock index e1c2841c66a..01db4210c95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1854,7 +1854,7 @@ xdg-basedir "^4.0.0" "@growi/core@link:packages/core": - version "7.0.3" + version "7.0.4-RC.0" dependencies: bson-objectid "^2.0.4" escape-string-regexp "^4.0.0" @@ -1863,7 +1863,7 @@ version "7.0.0-RC.0" "@growi/editor@link:packages/editor": - version "7.0.3" + version "7.0.4-RC.0" dependencies: markdown-table "^3.0.3" react "^18.2.0" @@ -1876,18 +1876,18 @@ extensible-custom-error "^0.0.7" "@growi/presentation@link:packages/presentation": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@growi/core" "link:packages/core" "@growi/preset-templates@link:packages/preset-templates": - version "7.0.3" + version "7.0.4-RC.0" "@growi/preset-themes@link:packages/preset-themes": - version "7.0.3" + version "7.0.4-RC.0" "@growi/remark-attachment-refs@link:packages/remark-attachment-refs": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1900,10 +1900,10 @@ universal-bunyan "^0.9.2" "@growi/remark-drawio@link:packages/remark-drawio": - version "7.0.3" + version "7.0.4-RC.0" "@growi/remark-growi-directive@link:packages/remark-growi-directive": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@types/mdast" "^3.0.0" "@types/unist" "^2.0.0" @@ -1920,7 +1920,7 @@ uvu "^0.5.0" "@growi/remark-lsx@link:packages/remark-lsx": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@growi/core" "link:packages/core" "@growi/remark-growi-directive" "link:packages/remark-growi-directive" @@ -1932,7 +1932,7 @@ swr "^2.2.2" "@growi/slack@link:packages/slack": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@slack/oauth" "^2.0.1" "@slack/web-api" "^6.2.4" @@ -1951,7 +1951,7 @@ url-join "^4.0.0" "@growi/ui@link:packages/ui": - version "7.0.3" + version "7.0.4-RC.0" dependencies: "@growi/core" "link:packages/core"