From 5919340e50d3b76d385e24990c7fbb2f9b4bf588 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Thu, 20 Oct 2022 01:11:55 -0300 Subject: [PATCH] Bump version to 5.3.0-rc.1 --- .github/history.json | 44 +++++++++++++++++++++++++++ HISTORY.md | 32 +++++++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 80 insertions(+), 4 deletions(-) diff --git a/.github/history.json b/.github/history.json index 597edb96717..09c148452e7 100644 --- a/.github/history.json +++ b/.github/history.json @@ -95401,6 +95401,50 @@ ] } ] + }, + "5.3.0-rc.1": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "27107", + "title": "[FIX] CSS vars usage", + "userLogin": "ggazzo", + "contributors": [ + "juliajforesti", + "ggazzo", + "web-flow" + ] + }, + { + "pr": "27100", + "title": "Regression: Remove margin-bottom inside UserCard actions", + "userLogin": "dougfabris", + "contributors": [ + "dougfabris", + "kodiakhq[bot]", + "web-flow" + ] + }, + { + "pr": "27019", + "title": "Chore: Update Image and link previews", + "userLogin": "filipemarins", + "description": "- Add message generic cover image preview component to OEmbed Links\r\n- Add new functionalities to URL Image preview, like click to open preview and arrows to move between images in the current chat\r\n- Design changes to keep the original aspect ratio of the image to prevent loss of important image pieces of information \r\n- Add fallback to common issues related to meta tags like `og:image` and others", + "milestone": "5.3.0", + "contributors": [ + "filipemarins", + "hugocostadev", + "web-flow", + "gabriellsh" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 7aeb8dea5bb..02d87b2b65d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,38 @@ # 5.3.0 (Under Release Candidate Process) +## 5.3.0-rc.1 +`2022-10-20 ยท 1 ๐Ÿ› ยท 2 ๐Ÿ” ยท 6 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿ› Bug fixes + + +- CSS vars usage ([#27107](https://github.com/RocketChat/Rocket.Chat/pull/27107)) + +
+๐Ÿ” Minor changes + + +- Chore: Update Image and link previews ([#27019](https://github.com/RocketChat/Rocket.Chat/pull/27019)) + + - Add message generic cover image preview component to OEmbed Links + - Add new functionalities to URL Image preview, like click to open preview and arrows to move between images in the current chat + - Design changes to keep the original aspect ratio of the image to prevent loss of important image pieces of information + - Add fallback to common issues related to meta tags like `og:image` and others + +- Regression: Remove margin-bottom inside UserCard actions ([#27100](https://github.com/RocketChat/Rocket.Chat/pull/27100)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@dougfabris](https://github.com/dougfabris) +- [@filipemarins](https://github.com/filipemarins) +- [@gabriellsh](https://github.com/gabriellsh) +- [@ggazzo](https://github.com/ggazzo) +- [@hugocostadev](https://github.com/hugocostadev) +- [@juliajforesti](https://github.com/juliajforesti) + ## 5.3.0-rc.0 `2022-10-18 ยท 2 ๐ŸŽ‰ ยท 4 ๐Ÿš€ ยท 10 ๐Ÿ› ยท 16 ๐Ÿ” ยท 19 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 3aaa08c3f43..ed7d6f91cc9 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 5.3.0-rc.0 +ENV RC_VERSION 5.3.0-rc.1 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index ada5a26c6dc..dee140f0120 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.3.0-rc.0" + "version": "5.3.0-rc.1" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 4bba0017d55..eb923ded737 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "5.3.0-rc.0", + "version": "5.3.0-rc.1", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index f8e140fb7b5..4b87afc6a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.3.0-rc.0", + "version": "5.3.0-rc.1", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,