@looker/api-explorer 0.9.27 → 0.9.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/package.json +7 -7
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.28](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.27...api-explorer-v0.9.28) (2022-02-18)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
16
+ * @looker/run-it bumped from ^0.9.27 to ^0.9.28
17
+ * @looker/sdk bumped from ^22.0.0 to ^22.2.0
18
+ * devDependencies
19
+ * @looker/sdk-codegen-scripts bumped from ^21.2.2 to ^21.2.3
20
+ * @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
21
+
8
22
  ### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.26...api-explorer-v0.9.27) (2022-02-14)
9
23
 
10
24
 
@@ -585,4 +599,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
585
599
  - Response types now have nested types correctly documented
586
600
  - The response type processing functions now have arguments for the number of levels to expand nested types
587
601
  - API explorer's default expansion depth is one level deep
588
- - 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
602
+ - 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.27",
3
+ "version": "0.9.28",
4
4
  "description": "Looker API Explorer",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@looker/components-test-utils": "^1.5.5",
36
- "@looker/sdk-codegen-scripts": "^21.2.2",
37
- "@looker/sdk-node": "^22.0.0",
36
+ "@looker/sdk-codegen-scripts": "^21.2.3",
37
+ "@looker/sdk-node": "^22.2.0",
38
38
  "@styled-icons/styled-icon": "^10.6.3",
39
39
  "@testing-library/jest-dom": "^5.11.6",
40
40
  "@testing-library/react": "^11.2.2",
@@ -71,11 +71,11 @@
71
71
  "@looker/components": "^2.8.1",
72
72
  "@looker/components-date": "^2.4.1",
73
73
  "@looker/design-tokens": "^2.7.1",
74
- "@looker/extension-utils": "^0.1.4",
74
+ "@looker/extension-utils": "^0.1.5",
75
75
  "@looker/icons": "^1.5.3",
76
76
  "@looker/redux": "0.0.0",
77
- "@looker/run-it": "^0.9.27",
78
- "@looker/sdk": "^22.0.0",
77
+ "@looker/run-it": "^0.9.28",
78
+ "@looker/sdk": "^22.2.0",
79
79
  "@looker/sdk-codegen": "^21.4.0",
80
80
  "@looker/sdk-rtl": "^21.3.2",
81
81
  "@reduxjs/toolkit": "^1.6.2",
@@ -96,5 +96,5 @@
96
96
  "ts-jest": "^26.2.0",
97
97
  "typed-redux-saga": "^1.3.1"
98
98
  },
99
- "gitHead": "f8867339965baf85c26b3beaee8e4621e3cff3a8"
99
+ "gitHead": "a2263422a52940fdc3d5d8c3f0a9de210cb1f24b"
100
100
  }