Skip to content
Snippets Groups Projects
Commit 3fe2e8f3 authored by rocketchat-github-ci's avatar rocketchat-github-ci
Browse files

Release 6.3.2

[no ci]
parent 5e17784e
No related branches found
No related tags found
No related merge requests found
Showing
with 100 additions and 33 deletions
---
'@rocket.chat/meteor': patch
---
Bump @rocket.chat/meteor version.
---
"@rocket.chat/meteor": patch
---
fixed layout changing from embedded view when navigating
---
'@rocket.chat/meteor': patch
---
Fixed an issue where timeout for http requests in Apps-Engine bridges was too short
---
'@rocket.chat/meteor': patch
---
fix: mobile app unable to detect successful SAML login
---
"@rocket.chat/meteor": patch
---
fixed the video recorder window not closing after permission is denied.
FROM registry.access.redhat.com/ubi8/nodejs-12 FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 6.3.1 ENV RC_VERSION 6.3.2
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat
......
# @rocket.chat/meteor # @rocket.chat/meteor
## 6.3.2
### Patch Changes
- 778b155ab4: Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- 5660169ec8: fixed layout changing from embedded view when navigating
- f7b93f2a6a: Fixed an issue where timeout for http requests in Apps-Engine bridges was too short
- 653d97ce22: fix: mobile app unable to detect successful SAML login
- 8a0e36f7b1: fixed the video recorder window not closing after permission is denied.
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/rest-typings@6.3.2
- @rocket.chat/api-client@0.1.2
- @rocket.chat/omnichannel-services@0.0.8
- @rocket.chat/pdf-worker@0.0.8
- @rocket.chat/presence@0.0.8
- @rocket.chat/core-services@0.1.2
- @rocket.chat/cron@0.0.4
- @rocket.chat/gazzodown@1.0.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/ui-contexts@1.0.2
- @rocket.chat/fuselage-ui-kit@1.0.2
- @rocket.chat/models@0.0.8
- @rocket.chat/ui-theming@0.0.1
- @rocket.chat/ui-client@1.0.2
- @rocket.chat/ui-video-conf@1.0.2
- @rocket.chat/web-ui-registration@1.0.2
- @rocket.chat/instance-status@0.0.8
## 6.3.1 ## 6.3.1
### Patch Changes ### Patch Changes
......
{ {
"version": "6.3.1" "version": "6.3.2"
} }
# rocketchat-services # rocketchat-services
## 1.1.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/rest-typings@6.3.2
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/models@0.0.8
## 1.1.1 ## 1.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "rocketchat-services", "name": "rocketchat-services",
"private": true, "private": true,
"version": "1.1.1", "version": "1.1.2",
"description": "Rocket.Chat Authorization service", "description": "Rocket.Chat Authorization service",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
{ {
"name": "@rocket.chat/meteor", "name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "6.3.1", "version": "6.3.2",
"private": true, "private": true,
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
......
# @rocket.chat/account-service # @rocket.chat/account-service
## 0.2.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/rest-typings@6.3.2
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/models@0.0.8
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@rocket.chat/account-service", "name": "@rocket.chat/account-service",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.2",
"description": "Rocket.Chat Account service", "description": "Rocket.Chat Account service",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
......
# @rocket.chat/authorization-service # @rocket.chat/authorization-service
## 0.2.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/rest-typings@6.3.2
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/models@0.0.8
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@rocket.chat/authorization-service", "name": "@rocket.chat/authorization-service",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.2",
"description": "Rocket.Chat Authorization service", "description": "Rocket.Chat Authorization service",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
......
# @rocket.chat/ddp-streamer # @rocket.chat/ddp-streamer
## 0.1.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/rest-typings@6.3.2
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/ui-contexts@1.0.2
- @rocket.chat/models@0.0.8
- @rocket.chat/instance-status@0.0.8
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@rocket.chat/ddp-streamer", "name": "@rocket.chat/ddp-streamer",
"private": true, "private": true,
"version": "0.1.1", "version": "0.1.2",
"description": "Rocket.Chat DDP-Streamer service", "description": "Rocket.Chat DDP-Streamer service",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
......
# @rocket.chat/omnichannel-transcript # @rocket.chat/omnichannel-transcript
## 0.2.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/omnichannel-services@0.0.8
- @rocket.chat/pdf-worker@0.0.8
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/models@0.0.8
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@rocket.chat/omnichannel-transcript", "name": "@rocket.chat/omnichannel-transcript",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.2",
"description": "Rocket.Chat service", "description": "Rocket.Chat service",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
......
# @rocket.chat/presence-service # @rocket.chat/presence-service
## 0.2.2
### Patch Changes
- @rocket.chat/core-typings@6.3.2
- @rocket.chat/presence@0.0.8
- @rocket.chat/core-services@0.1.2
- @rocket.chat/model-typings@0.0.8
- @rocket.chat/models@0.0.8
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment