@rocket.chat/rest-typings 6.11.0-rc.6 → 6.11.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ([#32800](https://github.com/RocketChat/Rocket.Chat/pull/32800)) Added the ability to filter chats by `queued` on the Current Chats Omnichannel page
8
+
9
+ ### Patch Changes
10
+
11
+ - ([#32719](https://github.com/RocketChat/Rocket.Chat/pull/32719)) Added the `user` param to apps-engine update method call, allowing apps' new `onUpdate` hook to know who triggered the update.
12
+
13
+ - <details><summary>Updated dependencies [2d89a0c448, 24f7df4894, b8e5887fb9]:</summary>
14
+
15
+ - @rocket.chat/core-typings@6.11.0
16
+ - @rocket.chat/ui-kit@0.36.0
17
+ </details>
18
+
3
19
  ## 6.11.0-rc.6
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.11.0-rc.6",
3
+ "version": "6.11.0",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.7.0",
6
6
  "@types/jest": "~29.5.7",
@@ -25,9 +25,9 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@rocket.chat/apps-engine": "1.44.0",
28
- "@rocket.chat/core-typings": "^6.11.0-rc.6",
28
+ "@rocket.chat/core-typings": "^6.11.0",
29
29
  "@rocket.chat/message-parser": "^0.31.29",
30
- "@rocket.chat/ui-kit": "~0.36.0-rc.0",
30
+ "@rocket.chat/ui-kit": "~0.36.0",
31
31
  "ajv": "^8.11.0",
32
32
  "ajv-formats": "^2.1.1"
33
33
  },