@rocket.chat/core-typings 6.13.0-rc.6 → 6.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.13.1
|
4
|
+
|
5
|
+
## 6.13.0
|
6
|
+
|
7
|
+
### Minor Changes
|
8
|
+
|
9
|
+
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
|
10
|
+
|
11
|
+
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- ([#32510](https://github.com/RocketChat/Rocket.Chat/pull/32510)) Added a new setting to enable mentions in end to end encrypted channels
|
16
|
+
|
17
|
+
- <details><summary>Updated dependencies [79c16d315a]:</summary>
|
18
|
+
|
19
|
+
- @rocket.chat/message-parser@0.31.31
|
20
|
+
</details>
|
21
|
+
|
3
22
|
## 6.13.0-rc.6
|
4
23
|
|
5
24
|
## 6.13.0-rc.5
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
3
3
|
"name": "@rocket.chat/core-typings",
|
4
|
-
"version": "6.13.
|
4
|
+
"version": "6.13.1",
|
5
5
|
"devDependencies": {
|
6
6
|
"@rocket.chat/eslint-config": "^0.7.0",
|
7
7
|
"eslint": "~8.45.0",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"@rocket.chat/apps-engine": "1.46.0",
|
26
26
|
"@rocket.chat/icons": "~0.38.0",
|
27
|
-
"@rocket.chat/message-parser": "^0.31.31
|
27
|
+
"@rocket.chat/message-parser": "^0.31.31",
|
28
28
|
"@rocket.chat/ui-kit": "~0.36.1",
|
29
29
|
"@types/express": "^4.17.21"
|
30
30
|
},
|