@rocket.chat/core-typings 6.9.0-rc.2 → 6.9.1

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.1
4
+
5
+ ## 6.9.0
6
+
7
+ ### Minor Changes
8
+
9
+ - ([#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.
10
+
11
+ - ([#32298](https://github.com/RocketChat/Rocket.Chat/pull/32298)) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page
12
+
13
+ ### Patch Changes
14
+
15
+ - <details><summary>Updated dependencies [ee5cdfc367]:</summary>
16
+
17
+ - @rocket.chat/ui-kit@0.34.0
18
+ </details>
19
+
3
20
  ## 6.9.0-rc.2
4
21
 
5
22
  ## 6.9.0-rc.1
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.2",
4
+ "version": "6.9.1",
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"