@rocket.chat/core-typings 6.13.0-rc.0 → 6.13.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.13.0-rc.1
|
4
|
+
|
3
5
|
## 6.13.0-rc.0
|
4
6
|
|
5
7
|
### Minor Changes
|
@@ -17,6 +19,15 @@
|
|
17
19
|
- @rocket.chat/message-parser@0.31.30-rc.0
|
18
20
|
</details>
|
19
21
|
|
22
|
+
## 6.12.1
|
23
|
+
|
24
|
+
### Patch Changes
|
25
|
+
|
26
|
+
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
|
27
|
+
|
28
|
+
- @rocket.chat/message-parser@0.31.30
|
29
|
+
</details>
|
30
|
+
|
20
31
|
## 6.12.0
|
21
32
|
|
22
33
|
### Minor Changes
|
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.13.0-rc.
|
4
|
+
"version": "6.13.0-rc.1",
|
5
5
|
"devDependencies": {
|
6
6
|
"@rocket.chat/eslint-config": "^0.7.0",
|
7
7
|
"eslint": "~8.45.0",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"@rocket.chat/apps-engine": "1.45.0-alpha.868",
|
26
26
|
"@rocket.chat/icons": "~0.38.0",
|
27
|
-
"@rocket.chat/message-parser": "^0.31.
|
27
|
+
"@rocket.chat/message-parser": "^0.31.31-rc.0",
|
28
28
|
"@rocket.chat/ui-kit": "~0.36.1",
|
29
29
|
"@types/express": "^4.17.21"
|
30
30
|
},
|