@builder.io/sdk 6.0.1 → 6.0.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
@@ -1,5 +1,12 @@
1
1
  # @builder.io/sdk
2
2
 
3
+ ## 6.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 306f8d5: Fix: add missing `folded` and `keysHelperText` types to custom component `Input`
8
+ - 306f8d5: Types: add `firstPublished` to BuilderContent
9
+
3
10
  ## 6.0.1
4
11
 
5
12
  ### Patch Changes
@@ -15,7 +22,7 @@
15
22
 
16
23
  ### Patch Changes
17
24
 
18
- - 06b1124: Fix: Content API invocations will have `includeRefs` set to `true` by default.
25
+ - 06b1124: Fix: remove `enrich=true` default option passed to the API and instead use `includeRefs=true` as default
19
26
  - 409aec9: Feat: add `meta` type to custom components
20
27
  - 40d572d: Renders Symbol correctly when apiEndpoint is 'content'
21
28
  - 2fc9fc5: Fix: `onChange` functions passed to builder inputs can now receive async functions
@@ -1052,7 +1052,7 @@
1052
1052
 
1053
1053
  var DEFAULT_API_VERSION = 'v3';
1054
1054
 
1055
- var SDK_VERSION = '6.0.1';
1055
+ var SDK_VERSION = '6.0.2';
1056
1056
 
1057
1057
  function datePlusMinutes(minutes) {
1058
1058
  if (minutes === void 0) { minutes = 30; }