@rocket.chat/core-typings 6.11.0-rc.0 → 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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.11.0-rc.2
4
+
5
+ ## 6.11.0-rc.1
6
+
3
7
  ## 6.11.0-rc.0
4
8
 
5
9
  ### Minor Changes
@@ -18,6 +22,18 @@
18
22
  - @rocket.chat/ui-kit@0.36.0-rc.0
19
23
  </details>
20
24
 
25
+ ## 6.10.2
26
+
27
+ ### Patch Changes
28
+
29
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from being updated or uninstalled in some cases
30
+
31
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from handling errors during execution in some cases
32
+
33
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Improved Apps-Engine installation to prevent start up errors on manual installation setups
34
+
35
+ - ([#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
36
+
21
37
  ## 6.10.1
22
38
 
23
39
  ## 6.10.0
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.11.0-rc.0",
4
+ "version": "6.11.0-rc.2",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.7.0",
7
7
  "eslint": "~8.45.0",