@rocket.chat/core-typings 6.9.0-rc.1 → 6.9.0

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ([#31917](https://github.com/RocketChat/Rocket.Chat/pull/31917)) Introduced a tab layout to the users page and implemented a tab called "All" that lists all users.
8
+
9
+ - ([#32298](https://github.com/RocketChat/Rocket.Chat/pull/32298)) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page
10
+
11
+ ### Patch Changes
12
+
13
+ - <details><summary>Updated dependencies [ee5cdfc367]:</summary>
14
+
15
+ - @rocket.chat/ui-kit@0.34.0
16
+ </details>
17
+
18
+ ## 6.9.0-rc.2
19
+
3
20
  ## 6.9.0-rc.1
4
21
 
5
22
  ## 6.9.0-rc.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.9.0-rc.1",
4
+ "version": "6.9.0",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.7.0",
7
7
  "eslint": "~8.45.0",
@@ -25,7 +25,7 @@
25
25
  "@rocket.chat/apps-engine": "1.42.2",
26
26
  "@rocket.chat/icons": "^0.36.0",
27
27
  "@rocket.chat/message-parser": "^0.31.29",
28
- "@rocket.chat/ui-kit": "~0.34.0-rc.0"
28
+ "@rocket.chat/ui-kit": "~0.34.0"
29
29
  },
30
30
  "volta": {
31
31
  "extends": "../../package.json"