@next-core/brick-utils 2.37.14 → 2.37.17

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
+ ## [2.37.17](https://github.com/easyops-cn/next-core/compare/@next-core/brick-utils@2.37.16...@next-core/brick-utils@2.37.17) (2022-06-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * collect custom template state ([8d96be3](https://github.com/easyops-cn/next-core/commit/8d96be331674c7e3ec57f228396080d68809fd68))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.37.16](https://github.com/easyops-cn/next-core/compare/@next-core/brick-utils@2.37.15...@next-core/brick-utils@2.37.16) (2022-05-26)
18
+
19
+ **Note:** Version bump only for package @next-core/brick-utils
20
+
21
+
22
+
23
+
24
+
25
+ ## [2.37.15](https://github.com/easyops-cn/next-core/compare/@next-core/brick-utils@2.37.14...@next-core/brick-utils@2.37.15) (2022-05-10)
26
+
27
+ **Note:** Version bump only for package @next-core/brick-utils
28
+
29
+
30
+
31
+
32
+
6
33
  ## [2.37.14](https://github.com/easyops-cn/next-core/compare/@next-core/brick-utils@2.37.13...@next-core/brick-utils@2.37.14) (2022-05-09)
7
34
 
8
35
  **Note:** Version bump only for package @next-core/brick-utils
@@ -836,6 +836,7 @@
836
836
  customTemplates.forEach(tpl => {
837
837
  selfDefined.add(tpl.name);
838
838
  collectBricksInBrickConfs(tpl.bricks, collection);
839
+ collectBricksInContext(tpl.state, collection);
839
840
  });
840
841
  }
841
842
  }