@looker/api-explorer 0.9.37 → 0.9.38

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
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ### [0.9.38](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.37...api-explorer-v0.9.38) (2022-09-21)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
16
+ * @looker/run-it bumped from ^0.9.37 to ^0.9.38
17
+ * @looker/sdk bumped from ^22.12.1 to ^22.14.0
18
+ * devDependencies
19
+ * @looker/sdk-codegen-scripts bumped from ^21.4.3 to ^21.4.4
20
+ * @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
21
+
8
22
  ### [0.9.37](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.36...api-explorer-v0.9.37) (2022-09-21)
9
23
 
10
24
 
@@ -773,4 +787,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
773
787
  - Response types now have nested types correctly documented
774
788
  - The response type processing functions now have arguments for the number of levels to expand nested types
775
789
  - API explorer's default expansion depth is one level deep
776
- - Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
790
+ - Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page