@hi-ui/check-tree-select 4.4.0-alpha.0 → 4.4.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hi-ui/check-tree-select
2
2
 
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2737](https://github.com/XiaoMi/hiui/pull/2737) [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add customRender api
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56)]:
12
+ - @hi-ui/tag-input@4.1.0
13
+ - @hi-ui/tree-utils@4.1.6
14
+
3
15
  ## 4.3.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-tree-select",
3
- "version": "4.4.0-alpha.0",
3
+ "version": "4.4.0",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,9 +52,9 @@
52
52
  "@hi-ui/icons": "^4.0.18",
53
53
  "@hi-ui/picker": "^4.1.5",
54
54
  "@hi-ui/popper": "^4.1.4",
55
- "@hi-ui/tag-input": "^4.0.10",
55
+ "@hi-ui/tag-input": "^4.1.0",
56
56
  "@hi-ui/tree": "^4.5.8",
57
- "@hi-ui/tree-utils": "^4.1.4",
57
+ "@hi-ui/tree-utils": "^4.1.6",
58
58
  "@hi-ui/type-assertion": "^4.0.4",
59
59
  "@hi-ui/use-check": "^4.0.5",
60
60
  "@hi-ui/use-data-source": "^4.0.4",