@looker/api-explorer 0.9.33 → 0.9.34

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.34](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.33...api-explorer-v0.9.34) (2022-07-13)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
16
+ * @looker/run-it bumped from ^0.9.33 to ^0.9.34
17
+ * @looker/sdk bumped from ^22.6.0 to ^22.8.0
18
+ * devDependencies
19
+ * @looker/sdk-codegen-scripts bumped from ^21.3.4 to ^21.4.0
20
+ * @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
21
+
8
22
  ### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.32...api-explorer-v0.9.33) (2022-07-07)
9
23
 
10
24
 
@@ -690,4 +704,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
690
704
  - Response types now have nested types correctly documented
691
705
  - The response type processing functions now have arguments for the number of levels to expand nested types
692
706
  - API explorer's default expansion depth is one level deep
693
- - 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
707
+ - 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