@hi-ui/table 5.0.0-canary.6 → 5.0.0-canary.7

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 +38 -0
  2. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @hi-ui/table
2
2
 
3
+ ## 5.0.0-canary.7
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: rebase master (5.0)
8
+ - Updated dependencies
9
+ - @hi-ui/core@5.0.0-canary.2
10
+ - @hi-ui/use-cache@5.0.0-canary.2
11
+ - @hi-ui/use-check@5.0.0-canary.2
12
+ - @hi-ui/use-check-state@5.0.0-canary.2
13
+ - @hi-ui/use-drag-sorter@5.0.0-canary.2
14
+ - @hi-ui/use-latest@5.0.0-canary.2
15
+ - @hi-ui/use-toggle@5.0.0-canary.2
16
+ - @hi-ui/use-uncontrolled-state@5.0.0-canary.2
17
+ - @hi-ui/use-update-effect@5.0.0-canary.2
18
+ - @hi-ui/icons@5.0.0-canary.2
19
+ - @hi-ui/button@5.0.0-canary.5
20
+ - @hi-ui/checkbox@5.0.0-canary.2
21
+ - @hi-ui/drawer@5.0.0-canary.4
22
+ - @hi-ui/empty-state@5.0.0-canary.2
23
+ - @hi-ui/icon-button@5.0.0-canary.2
24
+ - @hi-ui/loading@5.0.0-canary.2
25
+ - @hi-ui/pagination@5.0.0-canary.4
26
+ - @hi-ui/popper@5.0.0-canary.3
27
+ - @hi-ui/scrollbar@5.0.0-canary.2
28
+ - @hi-ui/select@5.0.0-canary.7
29
+ - @hi-ui/spinner@5.0.0-canary.2
30
+ - @hi-ui/array-utils@5.0.0-canary.2
31
+ - @hi-ui/classname@5.0.0-canary.2
32
+ - @hi-ui/dom-utils@5.0.0-canary.2
33
+ - @hi-ui/env@5.0.0-canary.2
34
+ - @hi-ui/func-utils@5.0.0-canary.2
35
+ - @hi-ui/object-utils@5.0.0-canary.2
36
+ - @hi-ui/react-utils@5.0.0-canary.2
37
+ - @hi-ui/times@5.0.0-canary.2
38
+ - @hi-ui/tree-utils@5.0.0-canary.2
39
+ - @hi-ui/type-assertion@5.0.0-canary.2
40
+
3
41
  ## 5.0.0-canary.6
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/table",
3
- "version": "5.0.0-canary.6",
3
+ "version": "5.0.0-canary.7",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -44,47 +44,47 @@
44
44
  "url": "https://github.com/XiaoMi/hiui/issues"
45
45
  },
46
46
  "dependencies": {
47
- "@hi-ui/array-utils": "^5.0.0-canary.1",
48
- "@hi-ui/button": "^5.0.0-canary.4",
49
- "@hi-ui/checkbox": "^5.0.0-canary.1",
50
- "@hi-ui/classname": "^5.0.0-canary.1",
51
- "@hi-ui/dom-utils": "^5.0.0-canary.1",
52
- "@hi-ui/drawer": "^5.0.0-canary.3",
53
- "@hi-ui/empty-state": "^5.0.0-canary.1",
54
- "@hi-ui/env": "^5.0.0-canary.1",
55
- "@hi-ui/func-utils": "^5.0.0-canary.1",
56
- "@hi-ui/icon-button": "^5.0.0-canary.1",
57
- "@hi-ui/icons": "^5.0.0-canary.1",
58
- "@hi-ui/loading": "^5.0.0-canary.1",
59
- "@hi-ui/object-utils": "^5.0.0-canary.1",
60
- "@hi-ui/pagination": "^5.0.0-canary.3",
61
- "@hi-ui/popper": "^5.0.0-canary.2",
62
- "@hi-ui/react-utils": "^5.0.0-canary.1",
63
- "@hi-ui/scrollbar": "^5.0.0-canary.1",
64
- "@hi-ui/select": "^5.0.0-canary.6",
65
- "@hi-ui/spinner": "^5.0.0-canary.1",
66
- "@hi-ui/times": "^5.0.0-canary.1",
67
- "@hi-ui/tree-utils": "^5.0.0-canary.1",
68
- "@hi-ui/type-assertion": "^5.0.0-canary.1",
69
- "@hi-ui/use-cache": "^5.0.0-canary.1",
70
- "@hi-ui/use-check": "^5.0.0-canary.1",
71
- "@hi-ui/use-check-state": "^5.0.0-canary.1",
72
- "@hi-ui/use-drag-sorter": "^5.0.0-canary.1",
73
- "@hi-ui/use-latest": "^5.0.0-canary.1",
74
- "@hi-ui/use-toggle": "^5.0.0-canary.1",
75
- "@hi-ui/use-uncontrolled-state": "^5.0.0-canary.1",
76
- "@hi-ui/use-update-effect": "^5.0.0-canary.1",
47
+ "@hi-ui/array-utils": "^5.0.0-canary.2",
48
+ "@hi-ui/button": "^5.0.0-canary.5",
49
+ "@hi-ui/checkbox": "^5.0.0-canary.2",
50
+ "@hi-ui/classname": "^5.0.0-canary.2",
51
+ "@hi-ui/dom-utils": "^5.0.0-canary.2",
52
+ "@hi-ui/drawer": "^5.0.0-canary.4",
53
+ "@hi-ui/empty-state": "^5.0.0-canary.2",
54
+ "@hi-ui/env": "^5.0.0-canary.2",
55
+ "@hi-ui/func-utils": "^5.0.0-canary.2",
56
+ "@hi-ui/icon-button": "^5.0.0-canary.2",
57
+ "@hi-ui/icons": "^5.0.0-canary.2",
58
+ "@hi-ui/loading": "^5.0.0-canary.2",
59
+ "@hi-ui/object-utils": "^5.0.0-canary.2",
60
+ "@hi-ui/pagination": "^5.0.0-canary.4",
61
+ "@hi-ui/popper": "^5.0.0-canary.3",
62
+ "@hi-ui/react-utils": "^5.0.0-canary.2",
63
+ "@hi-ui/scrollbar": "^5.0.0-canary.2",
64
+ "@hi-ui/select": "^5.0.0-canary.7",
65
+ "@hi-ui/spinner": "^5.0.0-canary.2",
66
+ "@hi-ui/times": "^5.0.0-canary.2",
67
+ "@hi-ui/tree-utils": "^5.0.0-canary.2",
68
+ "@hi-ui/type-assertion": "^5.0.0-canary.2",
69
+ "@hi-ui/use-cache": "^5.0.0-canary.2",
70
+ "@hi-ui/use-check": "^5.0.0-canary.2",
71
+ "@hi-ui/use-check-state": "^5.0.0-canary.2",
72
+ "@hi-ui/use-drag-sorter": "^5.0.0-canary.2",
73
+ "@hi-ui/use-latest": "^5.0.0-canary.2",
74
+ "@hi-ui/use-toggle": "^5.0.0-canary.2",
75
+ "@hi-ui/use-uncontrolled-state": "^5.0.0-canary.2",
76
+ "@hi-ui/use-update-effect": "^5.0.0-canary.2",
77
77
  "axios": "^1.5.0",
78
78
  "react-resizable": "^3.0.4"
79
79
  },
80
80
  "peerDependencies": {
81
- "@hi-ui/core": ">=5.0.0-canary.1",
81
+ "@hi-ui/core": ">=5.0.0-canary.2",
82
82
  "react": ">=16.8.6",
83
83
  "react-dom": ">=16.8.6"
84
84
  },
85
85
  "devDependencies": {
86
- "@hi-ui/core": "^5.0.0-canary.1",
87
- "@hi-ui/core-css": "^5.0.0-canary.5",
86
+ "@hi-ui/core": "^5.0.0-canary.2",
87
+ "@hi-ui/core-css": "^5.0.0-canary.6",
88
88
  "@types/react-resizable": "^1.7.4",
89
89
  "react": "^17.0.1",
90
90
  "react-dom": "^17.0.1"