@next-core/brick-kit 2.129.1 → 2.129.2
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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.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)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-kit
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [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)
|
|
7
15
|
|
|
8
16
|
|
package/dist/index.bundle.js
CHANGED
|
@@ -4016,11 +4016,8 @@
|
|
|
4016
4016
|
content: /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4017
4017
|
style: {
|
|
4018
4018
|
whiteSpace: "pre-wrap"
|
|
4019
|
-
},
|
|
4020
|
-
dangerouslySetInnerHTML: {
|
|
4021
|
-
__html: httpErrorToString(error)
|
|
4022
4019
|
}
|
|
4023
|
-
}),
|
|
4020
|
+
}, httpErrorToString(error)),
|
|
4024
4021
|
okText: i18next__default["default"].t("".concat(NS_BRICK_KIT, ":").concat(K.MODAL_OK))
|
|
4025
4022
|
});
|
|
4026
4023
|
}
|