Bump version to 3.0.1

pull/16644/head
Diego Sampaio 6 years ago
parent c4621c42a9
commit b87ffbbd4d
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 77
      .github/history.json
  3. 25
      HISTORY.md
  4. 2
      app/utils/rocketchat.info
  5. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.0.0
ENV RC_VERSION 3.0.1
MAINTAINER buildmaster@rocket.chat

@ -39745,6 +39745,83 @@
"4.0"
],
"pull_requests": []
},
"3.0.1": {
"node_version": "12.14.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16624",
"title": "[FIX] UiKit not updating new actionIds received as responses from actions",
"userLogin": "ggazzo",
"milestone": "3.0.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "16625",
"title": "[FIX] Regression: Jitsi on external window infinite loop",
"userLogin": "ggazzo",
"milestone": "3.0.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "16623",
"title": "[FIX] livechat/rooms endpoint not working with big amount of livechats",
"userLogin": "MarcosSpessatto",
"milestone": "3.0.1",
"contributors": [
"MarcosSpessatto",
"sampaiodiego"
]
},
{
"pr": "16637",
"title": "[FIX] Regression: New 'app' role with no permissions when updating to 3.0.0",
"userLogin": "d-gubert",
"milestone": "3.0.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "16626",
"title": "[FIX] Block user option inside admin view",
"userLogin": "ggazzo",
"milestone": "3.0.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "16639",
"title": "[FIX] Data converters overriding fields added by apps",
"userLogin": "d-gubert",
"milestone": "3.0.1",
"contributors": [
"ggazzo",
"d-gubert",
"web-flow"
]
},
{
"pr": "16629",
"title": "[FIX] Admin height if the blue banner is opened",
"userLogin": "ggazzo",
"milestone": "3.0.1",
"contributors": [
"ggazzo"
]
}
]
}
}
}

@ -1,4 +1,29 @@
# 3.0.1
`2020-02-19 · 7 🐛 · 4 👩💻👨💻`
### Engine versions
- Node: `12.14.0`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`
### 🐛 Bug fixes
- UiKit not updating new actionIds received as responses from actions ([#16624](https://github.com/RocketChat/Rocket.Chat/pull/16624))
- Regression: Jitsi on external window infinite loop ([#16625](https://github.com/RocketChat/Rocket.Chat/pull/16625))
- livechat/rooms endpoint not working with big amount of livechats ([#16623](https://github.com/RocketChat/Rocket.Chat/pull/16623))
- Regression: New 'app' role with no permissions when updating to 3.0.0 ([#16637](https://github.com/RocketChat/Rocket.Chat/pull/16637))
- Block user option inside admin view ([#16626](https://github.com/RocketChat/Rocket.Chat/pull/16626))
- Data converters overriding fields added by apps ([#16639](https://github.com/RocketChat/Rocket.Chat/pull/16639))
- Admin height if the blue banner is opened ([#16629](https://github.com/RocketChat/Rocket.Chat/pull/16629))
### 👩💻👨💻 Core Team 🤓
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@d-gubert](https://github.com/d-gubert)
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.0.0
`2020-02-14 · 7 · 10 🎉 · 11 🚀 · 32 🐛 · 43 🔍 · 21 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.0.0"
"version": "3.0.1"
}

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save