@next-core/brick-kit 2.117.0 → 2.117.1

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.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.117.0...@next-core/brick-kit@2.117.1) (2022-04-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * use an empty placeholder for template preview ([b24c623](https://github.com/easyops-cn/next-core/commit/b24c623f6d7f6405808f385297612e17afb362af))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.117.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.116.1...@next-core/brick-kit@2.117.0) (2022-04-06)
7
18
 
8
19
 
@@ -10162,7 +10162,7 @@
10162
10162
  storyboard.routes.concat({
10163
10163
  path: "${APP.homepage}/_dev_only_/template-preview/:templateId",
10164
10164
  bricks: [{
10165
- brick: "next-previewer.template-preview-loader"
10165
+ brick: "span"
10166
10166
  }]
10167
10167
  }), undefined, mountRoutesResult);
10168
10168
  } catch (error) {