@hi-ui/highlighter 5.0.0-experimental.0 → 5.0.0-rc.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.
- package/CHANGELOG.md +8 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @hi-ui/highlighter
|
|
2
2
|
|
|
3
|
-
## 5.0.0-
|
|
3
|
+
## 5.0.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -8,18 +8,21 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- eb17c4697: style: 修复 UI/样式问题 (5.0)
|
|
12
12
|
- 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
|
|
13
|
+
- Updated dependencies [eb17c4697]
|
|
13
14
|
- Updated dependencies [8c0ee78f0]
|
|
14
15
|
- Updated dependencies [8f3aa85e4]
|
|
15
16
|
- Updated dependencies [fd4c20bbd]
|
|
16
17
|
- Updated dependencies [79ea480f3]
|
|
17
18
|
- Updated dependencies [f1ab51725]
|
|
19
|
+
- Updated dependencies [d91a8bb0f]
|
|
18
20
|
- Updated dependencies [33da3144e]
|
|
19
21
|
- Updated dependencies [58ad82e94]
|
|
20
|
-
|
|
21
|
-
- @hi-ui/
|
|
22
|
-
- @hi-ui/
|
|
22
|
+
- Updated dependencies [95d930354]
|
|
23
|
+
- @hi-ui/core@5.0.0-rc.0
|
|
24
|
+
- @hi-ui/classname@5.0.0-rc.0
|
|
25
|
+
- @hi-ui/env@5.0.0-rc.0
|
|
23
26
|
|
|
24
27
|
## 4.1.2
|
|
25
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/highlighter",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-rc.0",
|
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@hi-ui/classname": "^5.0.0-
|
|
48
|
-
"@hi-ui/env": "^5.0.0-
|
|
47
|
+
"@hi-ui/classname": "^5.0.0-rc.0",
|
|
48
|
+
"@hi-ui/env": "^5.0.0-rc.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@hi-ui/core": ">=5.0.0-
|
|
51
|
+
"@hi-ui/core": ">=5.0.0-rc.0",
|
|
52
52
|
"react": ">=16.8.6",
|
|
53
53
|
"react-dom": ">=16.8.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@hi-ui/core": "^5.0.0-
|
|
57
|
-
"@hi-ui/core-css": "^5.0.0-
|
|
56
|
+
"@hi-ui/core": "^5.0.0-rc.0",
|
|
57
|
+
"@hi-ui/core-css": "^5.0.0-rc.0",
|
|
58
58
|
"react": "^17.0.1",
|
|
59
59
|
"react-dom": "^17.0.1"
|
|
60
60
|
}
|