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