@looker/api-explorer 0.9.29 → 0.9.33-alpha.1522

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,53 @@ 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.32](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.31...api-explorer-v0.9.32) (2022-04-07)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
16
+ * @looker/code-editor bumped from ^0.1.20 to ^0.1.21
17
+ * @looker/run-it bumped from ^0.9.31 to ^0.9.32
18
+ * @looker/sdk bumped from ^22.4.1 to ^22.4.2
19
+ * @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
20
+ * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
21
+ * devDependencies
22
+ * @looker/sdk-codegen-scripts bumped from ^21.3.2 to ^21.3.3
23
+ * @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
24
+
25
+ ### [0.9.31](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.30...api-explorer-v0.9.31) (2022-04-07)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
33
+ * @looker/code-editor bumped from ^0.1.19 to ^0.1.20
34
+ * @looker/run-it bumped from ^0.9.30 to ^0.9.31
35
+ * @looker/sdk bumped from ^22.4.0 to ^22.4.1
36
+ * @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
37
+ * devDependencies
38
+ * @looker/sdk-codegen-scripts bumped from ^21.3.1 to ^21.3.2
39
+ * @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
40
+
41
+ ### [0.9.30](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.29...api-explorer-v0.9.30) (2022-03-24)
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * The following workspace dependencies were updated
47
+ * dependencies
48
+ * @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
49
+ * @looker/run-it bumped from ^0.9.29 to ^0.9.30
50
+ * @looker/sdk bumped from ^22.2.0 to ^22.4.0
51
+ * devDependencies
52
+ * @looker/sdk-codegen-scripts bumped from ^21.3.0 to ^21.3.1
53
+ * @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
54
+
8
55
  ### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.28...api-explorer-v0.9.29) (2022-03-04)
9
56
 
10
57
 
@@ -618,4 +665,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
618
665
  - Response types now have nested types correctly documented
619
666
  - The response type processing functions now have arguments for the number of levels to expand nested types
620
667
  - API explorer's default expansion depth is one level deep
621
- - 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
668
+ - 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