@next-core/brick-kit 2.92.1 → 2.92.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,17 @@
|
|
|
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.92.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.92.1...@next-core/brick-kit@2.92.2) (2021-12-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* pass data through tpl in useBrick ([3b6538c](https://github.com/easyops-cn/next-core/commit/3b6538cd37b8267f6a279f3b14c3a2fdefcb2ba9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.92.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.92.0...@next-core/brick-kit@2.92.1) (2021-12-06)
|
|
7
18
|
|
|
8
19
|
|
package/dist/index.bundle.js
CHANGED
|
@@ -10164,7 +10164,7 @@
|
|
|
10164
10164
|
return /*#__PURE__*/React__default["default"].createElement(SingleBrickAsComponent, {
|
|
10165
10165
|
key: index,
|
|
10166
10166
|
useBrick: item,
|
|
10167
|
-
data:
|
|
10167
|
+
data: data
|
|
10168
10168
|
});
|
|
10169
10169
|
}));
|
|
10170
10170
|
} else {
|
|
@@ -10384,7 +10384,7 @@
|
|
|
10384
10384
|
return /*#__PURE__*/React__default["default"].createElement(SingleBrickAsComponent, {
|
|
10385
10385
|
key: index,
|
|
10386
10386
|
useBrick: item,
|
|
10387
|
-
data:
|
|
10387
|
+
data: data
|
|
10388
10388
|
});
|
|
10389
10389
|
}));
|
|
10390
10390
|
} else {
|