@next-core/brick-kit 2.117.10 → 2.117.11

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.117.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.117.10...@next-core/brick-kit@2.117.11) (2022-04-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * template preview with context ([f71bc07](https://github.com/easyops-cn/next-core/commit/f71bc07d1b5b0eea719d5886a177712dcb934c4c))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.117.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.117.9...@next-core/brick-kit@2.117.10) (2022-04-14)
7
18
 
8
19
 
@@ -8080,7 +8080,7 @@
8080
8080
  path: previewPath,
8081
8081
  bricks: [_objectSpread__default["default"]({
8082
8082
  brick: templateId
8083
- }, lodash.pick(settings, "properties", "events", "lifeCycle"))],
8083
+ }, lodash.pick(settings, "properties", "events", "lifeCycle", "context"))],
8084
8084
  menu: false,
8085
8085
  exact: true
8086
8086
  };