"description":"Fixes slash command previews not being showed",
"milestone":"5.0.0",
"contributors":[
"d-gubert"
]
},
{
"pr":"26205",
"title":"Chore: Change Apps-Engine version source for info",
"userLogin":"d-gubert",
"description":"Now that we're using `yarn`, the version stored in the `package.json` is no longer the resolved one, but it matches the input. This means that when we ran `yarn add @rocket.chat/apps-engine@alpha`, yarn saves `\"alpha\"` as the version of the package, while NPM added the resolved version for the tag, e.g. `\"1.33.0-alpha.6507\"`. This ends up breaking a few places where we need the Apps-Engine version for communication with the Marketplace.\r\n\r\nWith this PR we change the source of that info so the problem doesn't happen anymore.",
"milestone":"5.0.0",
"contributors":[
"d-gubert"
]
},
{
"pr":"26148",
"title":"Regression: moving Community Watermark to `ee` folder",
"userLogin":"hugocostadev",
"description":"Due to legal reasons, the Watermark used in community Edition was moved to Enterprise folder `ee`",
"contributors":[
"hugocostadev"
]
},
{
"pr":"26136",
"title":"Regression: Send files with `enter` key",
- Chore: Change Apps-Engine version source for info ([#26205](https://github.com/RocketChat/Rocket.Chat/pull/26205))
Now that we're using `yarn`, the version stored in the `package.json` is no longer the resolved one, but it matches the input. This means that when we ran `yarn add @rocket.chat/apps-engine@alpha`, yarn saves `"alpha"` as the version of the package, while NPM added the resolved version for the tag, e.g. `"1.33.0-alpha.6507"`. This ends up breaking a few places where we need the Apps-Engine version for communication with the Marketplace.
With this PR we change the source of that info so the problem doesn't happen anymore.
- Chore: Info page ([#26201](https://github.com/RocketChat/Rocket.Chat/pull/26201))