@rocket.chat/rest-typings 6.5.0-rc.7 → 6.5.0-rc.8

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.5.0-rc.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @rocket.chat/core-typings@6.5.0-rc.8
8
+ - @rocket.chat/license@0.1.0-rc.8
9
+
3
10
  ## 6.5.0-rc.7
4
11
 
5
12
  ### Patch Changes
@@ -77,6 +84,24 @@
77
84
  - @rocket.chat/core-typings@6.5.0-rc.0
78
85
  - @rocket.chat/license@0.1.0-rc.0
79
86
 
87
+ ## 6.4.8
88
+
89
+ ### Patch Changes
90
+
91
+ - @rocket.chat/core-typings@6.4.8
92
+
93
+ ## 6.4.7
94
+
95
+ ### Patch Changes
96
+
97
+ - @rocket.chat/core-typings@6.4.7
98
+
99
+ ## 6.4.6
100
+
101
+ ### Patch Changes
102
+
103
+ - @rocket.chat/core-typings@6.4.6
104
+
80
105
  ## 6.4.5
81
106
 
82
107
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.5.0-rc.7",
3
+ "version": "6.5.0-rc.8",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.6.0",
6
6
  "@types/jest": "~29.5.7",
@@ -25,10 +25,10 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@rocket.chat/apps-engine": "1.41.0-alpha.290",
28
- "@rocket.chat/core-typings": "^6.5.0-rc.7",
29
- "@rocket.chat/license": "^0.1.0-rc.7",
30
- "@rocket.chat/message-parser": "next",
31
- "@rocket.chat/ui-kit": "^0.32.1",
28
+ "@rocket.chat/core-typings": "^6.5.0-rc.8",
29
+ "@rocket.chat/license": "^0.1.0-rc.8",
30
+ "@rocket.chat/message-parser": "~0.31.26",
31
+ "@rocket.chat/ui-kit": "~0.32.1",
32
32
  "ajv": "^8.11.0",
33
33
  "ajv-formats": "^2.1.1"
34
34
  },