@rocket.chat/core-typings 6.11.0-rc.1 → 6.11.0-rc.3

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