@rocket.chat/rest-typings 6.11.0-rc.1 → 6.11.0-rc.2

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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.11.0-rc.2
4
+
5
+ ### Patch Changes
6
+
7
+ - <details><summary>Updated dependencies []:</summary>
8
+
9
+ - @rocket.chat/core-typings@6.11.0-rc.2
10
+ </details>
11
+
3
12
  ## 6.11.0-rc.1
4
13
 
5
14
  ### Patch Changes
@@ -25,6 +34,23 @@
25
34
  - @rocket.chat/ui-kit@0.36.0-rc.0
26
35
  </details>
27
36
 
37
+ ## 6.10.2
38
+
39
+ ### Patch Changes
40
+
41
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from being updated or uninstalled in some cases
42
+
43
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from handling errors during execution in some cases
44
+
45
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Improved Apps-Engine installation to prevent start up errors on manual installation setups
46
+
47
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that caused the video conference button on rooms to not recognize a video conference provider app in some cases
48
+
49
+ - <details><summary>Updated dependencies [ca6a9d8de8, ca6a9d8de8, ca6a9d8de8, ca6a9d8de8]:</summary>
50
+
51
+ - @rocket.chat/core-typings@6.10.2
52
+ </details>
53
+
28
54
  ## 6.10.1
29
55
 
30
56
  ### 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.1",
3
+ "version": "6.11.0-rc.2",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.7.0",
6
6
  "@types/jest": "~29.5.7",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@rocket.chat/apps-engine": "alpha",
28
- "@rocket.chat/core-typings": "^6.11.0-rc.1",
28
+ "@rocket.chat/core-typings": "^6.11.0-rc.2",
29
29
  "@rocket.chat/message-parser": "^0.31.29",
30
30
  "@rocket.chat/ui-kit": "~0.36.0-rc.0",
31
31
  "ajv": "^8.11.0",