@shelf/global-renderer 0.14.20 → 0.14.21

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,12 @@
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.14.21](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.14.20...@shelf/global-renderer@0.14.21) (2022-10-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - PREVIEWAPI-295 fix DTStepFromApi type ([82baaa3](https://github.com/shelfio/libs-frontend/commit/82baaa351dff5477095b6f2d3dcd948807a89456))
11
+
6
12
  ### [0.14.20](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.14.19...@shelf/global-renderer@0.14.20) (2022-10-27)
7
13
 
8
14
  **Note:** Version bump only for package @shelf/global-renderer
@@ -1,7 +1,7 @@
1
1
  import type { DecisionTree } from '@shelf/types-ddb';
2
2
  export declare type DTStepFromApi = DecisionTree.Step & {
3
3
  content?: string;
4
- }[];
4
+ };
5
5
  export declare type RenderDTContentData = {
6
6
  tree: DTStepFromApi[];
7
7
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/global-renderer",
3
- "version": "0.14.20",
3
+ "version": "0.14.21",
4
4
  "description": "The package exposes entrypoints with window's function(-s) to render React component",
5
5
  "license": "UNLICENSED",
6
6
  "author": {
@@ -42,5 +42,5 @@
42
42
  "lodash": "4.17.x",
43
43
  "react": "18.x.x"
44
44
  },
45
- "gitHead": "8f9df2bb341261439cd8299a437abfdb93f46fdc"
45
+ "gitHead": "df2cf21379436cf1660cb71cb748e312fa6e5a5e"
46
46
  }