Bump version to 5.3.0-rc.1

pull/27159/head 5.3.0-rc.1
Guilherme Gazzo 3 years ago
parent 3274db9fb2
commit 5919340e50
  1. 44
      .github/history.json
  2. 32
      HISTORY.md
  3. 2
      apps/meteor/.docker/Dockerfile.rhel
  4. 2
      apps/meteor/app/utils/rocketchat.info
  5. 2
      apps/meteor/package.json
  6. 2
      package.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"
]
}
]
}
}
}

@ -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))
<details>
<summary>🔍 Minor changes</summary>
- 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))
</details>
### 👩💻👨💻 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 👩💻👨💻`

@ -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

@ -1,3 +1,3 @@
{
"version": "5.3.0-rc.0"
"version": "5.3.0-rc.1"
}

@ -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",

@ -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,

Loading…
Cancel
Save