@hi-ui/highlighter 5.0.0-experimental.1 → 5.0.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 +10 -24
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,35 +1,21 @@
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
14
4
 
15
5
  ### Major Changes
16
6
 
17
- - 8f3aa85e4: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
7
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
18
8
 
19
9
  ### Patch Changes
20
10
 
21
- - be5a59325: style: 修改样式问题 (5.0)
22
- - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
23
- - Updated dependencies [8c0ee78f0]
24
- - Updated dependencies [8f3aa85e4]
25
- - Updated dependencies [fd4c20bbd]
26
- - Updated dependencies [79ea480f3]
27
- - Updated dependencies [f1ab51725]
28
- - Updated dependencies [33da3144e]
29
- - 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
11
+ - [#3504](https://github.com/XiaoMi/hiui/pull/3504) [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修复 UI/样式问题 (5.0)
12
+
13
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
14
+
15
+ - Updated dependencies [[`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`8c0ee78f0`](https://github.com/XiaoMi/hiui/commit/8c0ee78f013dcd9ced94cef13a69933e039621aa), [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39), [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb), [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`d91a8bb0f`](https://github.com/XiaoMi/hiui/commit/d91a8bb0f887fa886215aa596852eef3c2ce8519), [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193), [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0), [`95d930354`](https://github.com/XiaoMi/hiui/commit/95d930354a1ab4291e98a9abccb9525d6c210795)]:
16
+ - @hi-ui/core@5.0.0
17
+ - @hi-ui/classname@5.0.0
18
+ - @hi-ui/env@5.0.0
33
19
 
34
20
  ## 4.1.2
35
21
 
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",
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",
48
+ "@hi-ui/env": "^5.0.0"
50
49
  },
51
50
  "peerDependencies": {
52
- "@hi-ui/core": ">=5.0.0-experimental.1",
51
+ "@hi-ui/core": ">=5.0.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",
57
+ "@hi-ui/core-css": "^5.0.0",
59
58
  "react": "^17.0.1",
60
59
  "react-dom": "^17.0.1"
61
60
  }