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