@befe/brick-comp-close-x 0.2.96 → 0.2.98
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 +28 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.2.98 (2026-06-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **close-x:** import 依赖组件的样式 ([ba20bc7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/ba20bc7c0e4d33697bd257839ce4535f9821652b))
|
|
12
|
+
* 修复各组件的 index.scss 中对依赖组件样式的引用,应引用依赖 index.scss ([b7c32eb](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b7c32eb53b575d6cbd92cf5b01e8e1cbd44ab2ba))
|
|
13
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **close-x:** initiate ([e2138c8](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/e2138c8a4c0832571f7abaac501cae2722f04483))
|
|
19
|
+
* **close-x:** 加入 size 的支持 ([72c539c](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/72c539ca0b7ef221060c516529036e5eee96907b))
|
|
20
|
+
* **style/mixins:** 提供 `[@mixin](https://icode.baidu.com/repos/mixin) fontSize($size, $base-size: 12px)` util ([359bfbe](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/359bfbe18218491a811097e864dec65e3790d5c1))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [0.2.97](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-close-x%400.2.96...%40befe%2Fbrick-comp-close-x%400.2.97) (2026-05-25)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @befe/brick-comp-close-x
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
## [0.2.96](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-close-x%400.2.95...%40befe%2Fbrick-comp-close-x%400.2.96) (2026-05-22)
|
|
7
35
|
|
|
8
36
|
**Note:** Version bump only for package @befe/brick-comp-close-x
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-close-x",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.98",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"author": "wujun07",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-comp-button": "^0.2.
|
|
29
|
-
"@befe/brick-core": "^0.2.
|
|
30
|
-
"@befe/brick-icon": "^0.2.
|
|
31
|
-
"@befe/brick-style": "^0.2.
|
|
32
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-comp-button": "^0.2.97",
|
|
29
|
+
"@befe/brick-core": "^0.2.53",
|
|
30
|
+
"@befe/brick-icon": "^0.2.27",
|
|
31
|
+
"@befe/brick-style": "^0.2.65",
|
|
32
|
+
"@befe/brick-utils": "^0.2.25"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"classnames": "^2.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react": "^16.9.0 || ^17.0.0",
|
|
38
38
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
|
|
41
41
|
}
|