@next-core/brick-kit 2.129.0 → 2.129.3
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 +27 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
## [2.129.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.129.2...@next-core/brick-kit@2.129.3) (2022-08-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-kit
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.129.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.129.1...@next-core/brick-kit@2.129.2) (2022-08-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @next-core/brick-kit
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.129.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.129.0...@next-core/brick-kit@2.129.1) (2022-08-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **handleHttpError:** 修复请求报错msg超出弹窗的问题 refs INSTANCE-2681 ([0944a36](https://github.com/easyops-cn/next-core/commit/0944a36f2733f4f10ae77f93391adaf5ed994cd8))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [2.129.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.128.1...@next-core/brick-kit@2.129.0) (2022-08-19)
|
|
7
34
|
|
|
8
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-kit",
|
|
3
|
-
"version": "2.129.
|
|
3
|
+
"version": "2.129.3",
|
|
4
4
|
"description": "Kernel",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-kit",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"sideEffects": false,
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ant-design/icons": "^4.5.0",
|
|
50
|
-
"@next-core/brick-http": "^2.
|
|
50
|
+
"@next-core/brick-http": "^2.6.0",
|
|
51
51
|
"@next-core/brick-utils": "^2.38.2",
|
|
52
|
-
"@next-core/easyops-analytics": "^0.7.
|
|
52
|
+
"@next-core/easyops-analytics": "^0.7.13",
|
|
53
53
|
"@next-core/illustrations": "^0.9.7",
|
|
54
54
|
"@next-core/pipes": "^1.0.6",
|
|
55
55
|
"antd": "~4.12.3",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"react-dom": "*",
|
|
82
82
|
"react-i18next": "*"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "46090b989f372411bfe54a95e32fcf2ee1955701"
|
|
85
85
|
}
|