@looker/api-explorer 0.9.30 → 0.9.32

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 +33 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -5,6 +5,39 @@ 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
+
8
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)
9
42
 
10
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.30",
3
+ "version": "0.9.32",
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.3.1",
37
- "@looker/sdk-node": "^22.4.0",
36
+ "@looker/sdk-codegen-scripts": "^21.3.3",
37
+ "@looker/sdk-node": "^22.4.2",
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",
@@ -67,17 +67,17 @@
67
67
  "webpack-merge": "^5.7.3"
68
68
  },
69
69
  "dependencies": {
70
- "@looker/code-editor": "^0.1.19",
70
+ "@looker/code-editor": "^0.1.21",
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.7",
74
+ "@looker/extension-utils": "^0.1.9",
75
75
  "@looker/icons": "^1.5.3",
76
76
  "@looker/redux": "0.0.0",
77
- "@looker/run-it": "^0.9.30",
78
- "@looker/sdk": "^22.4.0",
79
- "@looker/sdk-codegen": "^21.5.0",
80
- "@looker/sdk-rtl": "^21.3.2",
77
+ "@looker/run-it": "^0.9.32",
78
+ "@looker/sdk": "^22.4.2",
79
+ "@looker/sdk-codegen": "^21.5.2",
80
+ "@looker/sdk-rtl": "^21.3.3",
81
81
  "@reduxjs/toolkit": "^1.6.2",
82
82
  "@styled-icons/material": "^10.28.0",
83
83
  "@styled-icons/material-outlined": "^10.28.0",
@@ -96,5 +96,5 @@
96
96
  "ts-jest": "^26.2.0",
97
97
  "typed-redux-saga": "^1.3.1"
98
98
  },
99
- "gitHead": "02ce8785abc5a1ba4b10627d5d9758150842410f"
99
+ "gitHead": "79b245fdf08c08faf46e120f0961bc820199dccd"
100
100
  }