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