Skip to content

Commit

Permalink
Merge pull request #9175 from weseek/support/prepare-v7.0.21-RC.0
Browse files Browse the repository at this point in the history
Prepare v7.0.21-RC.0
  • Loading branch information
mergify[bot] authored Sep 25, 2024
2 parents 7d7cfbf + 5a92b83 commit e5c1fa2
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 9 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,43 @@
# Changelog

## [Unreleased](https://github.com/weseek/growi/compare/v7.0.19...HEAD)
## [Unreleased](https://github.com/weseek/growi/compare/v7.0.20...HEAD)

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

## [v7.0.20](https://github.com/weseek/growi/compare/v7.0.19...v7.0.20) - 2024-09-25

### 🚀 Improvement

* imprv: The color of the dropdown list when it is activated (#9102) @WNomunomu
* imprv: PageTitleHeader max-width (#9166) @yuki-takei
* imprv: Documentation URL for g2gtransfer (#9157) @yuki-takei
* imprv: Corrected wording on admin page (/admin/data-transfer) (#9106) @miya
* imprv: Add hover-activated clipboard copy button with icon (#9095) @reiji-h

### 🐛 Bug Fixes

* fix: Make PageAccessoriesModal responsive (#9171) @moekumasaka
* fix: PageControls unexpectedly move in response to opening and closing the sidebar (#9094) @WNomunomu
* fix: Make CustomNavTab responsive (#9123) @moekumasaka

### 🧰 Maintenance

* ci(deps): bump rollup from 4.22.0 to 4.22.4 (#9160) @dependabot
* ci(deps): bump google-github-actions/setup-gcloud from 1 to 2 (#9153) @dependabot
* ci(deps): bump softprops/action-gh-release from 1 to 2 (#9152) @dependabot
* support: Improve vitest environment (#9144) @yuki-takei
* ci(deps): bump next from 14.1.3 to 14.2.13 (#9154) @dependabot
* support: Upgrade @testing-library/react (#9141) @yuki-takei
* support: Update logo image in README.md for the official docker image (#9139) @satof3
* ci(deps-dev): bump vite from 5.2.9 to 5.2.14 (#9134) @dependabot
* ci(deps): bump myrotvorets/info-from-package-json-action from 1.2.0 to 2.0.1 (#9129) @dependabot
* ci(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#9128) @dependabot
* ci(deps): bump nodemailer from 6.9.14 to 6.9.15 (#9075) @dependabot
* ci(deps): bump docker/setup-buildx-action from 2 to 3 (#8207) @dependabot
* ci(deps): bump jose from 4.11.4 to 4.15.9 (#9114) @dependabot
* ci(deps): bump express from 4.19.2 to 4.20.0 (#9110) @dependabot
* ci(deps): bump body-parser from 1.20.2 to 1.20.3 (#9109) @dependabot

## [v7.0.19](https://github.com/weseek/growi/compare/v7.0.18...v7.0.19) - 2024-09-12

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/app/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GROWI Official docker image
Supported tags and respective Dockerfile links
------------------------------------------------

* [`7.0.19`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.19/apps/app/docker/Dockerfile)
* [`7.0.20`, `7.0`, `7`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v7.0.20/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)
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": "7.0.20-RC.0",
"version": "7.0.21-RC.0",
"license": "MIT",
"private": "true",
"scripts": {
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": "7.0.20-slackbot-proxy.0",
"version": "7.0.21-slackbot-proxy.0",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growi",
"version": "7.0.20-RC.0",
"version": "7.0.21-RC.0",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down Expand Up @@ -57,6 +57,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@faker-js/faker": "^9.0.1",
"@playwright/test": "^1.46.0",
"@swc-node/register": "^1.9.1",
"@swc/core": "^1.5.25",
Expand All @@ -81,7 +82,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-vitest": "^0.2.3",
"@faker-js/faker": "^9.0.1",
"glob": "^8.1.0",
"mock-require": "^3.0.3",
"nodemon": "^3.1.3",
Expand Down
31 changes: 28 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17001,7 +17001,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==
Expand All @@ -17019,6 +17019,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"
Expand Down Expand Up @@ -17102,7 +17111,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 @@ -17116,6 +17125,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, strip-ansi@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -18910,7 +18926,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==
Expand All @@ -18928,6 +18944,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 e5c1fa2

Please sign in to comment.