@rocket.chat/core-typings 6.3.0-rc.9 → 6.3.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 48ac55f4ea: Created new endpoints for creating users in bulk
8
+
9
+ ### Patch Changes
10
+
11
+ - e14ec50816: Added and Improved Custom Fields form to Registration Flow
12
+ - 9da856cc67: fix: Resume on-hold chat not working with max-chat's allowed per agent config
13
+ - 12d97e16c2: feat: Allow Incoming Webhooks to override destination channel
14
+
15
+ ## 6.3.0-rc.10
16
+
3
17
  ## 6.3.0-rc.9
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/core-typings",
3
- "version": "6.3.0-rc.9",
3
+ "version": "6.3.0",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.5.0",
6
6
  "eslint": "~8.43.0",