@next-core/editor-bricks-helper 0.39.15 → 0.39.18

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,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
+ ## [0.39.18](https://github.com/easyops-cn/next-core/compare/@next-core/editor-bricks-helper@0.39.17...@next-core/editor-bricks-helper@0.39.18) (2022-04-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * override mount point for snippets ([1e855ae](https://github.com/easyops-cn/next-core/commit/1e855aec866ccdfefb412b811edf0de10cf1138a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.39.17](https://github.com/easyops-cn/next-core/compare/@next-core/editor-bricks-helper@0.39.16...@next-core/editor-bricks-helper@0.39.17) (2022-04-21)
18
+
19
+ **Note:** Version bump only for package @next-core/editor-bricks-helper
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.39.16](https://github.com/easyops-cn/next-core/compare/@next-core/editor-bricks-helper@0.39.15...@next-core/editor-bricks-helper@0.39.16) (2022-04-19)
26
+
27
+ **Note:** Version bump only for package @next-core/editor-bricks-helper
28
+
29
+
30
+
31
+
32
+
6
33
  ## [0.39.15](https://github.com/easyops-cn/next-core/compare/@next-core/editor-bricks-helper@0.39.14...@next-core/editor-bricks-helper@0.39.15) (2022-04-19)
7
34
 
8
35
  **Note:** Version bump only for package @next-core/editor-bricks-helper
@@ -592,6 +592,7 @@
592
592
  switch (builderNode.type) {
593
593
  case "bricks":
594
594
  case "custom-template":
595
+ case "snippet":
595
596
  overrideChildrenMountPoint = "bricks";
596
597
  break;
597
598