@looker/extension-sdk-react 22.6.0 → 22.10.1

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 +31 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,36 @@ 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
+ ### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.10.0...extension-sdk-react-v22.10.1) (2022-07-29)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-sdk bumped from ^22.10.0 to ^22.10.1
16
+ * @looker/sdk bumped from ^22.10.0 to ^22.10.1
17
+
18
+ ## [22.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.8.0...extension-sdk-react-v22.10.0) (2022-07-14)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @looker/extension-sdk bumped from ^22.8.0 to ^22.10.0
26
+ * @looker/sdk bumped from ^22.8.0 to ^22.10.0
27
+
28
+ ## [22.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.6.0...extension-sdk-react-v22.8.0) (2022-07-13)
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @looker/extension-sdk bumped from ^22.6.0 to ^22.8.0
36
+ * @looker/sdk bumped from ^22.6.0 to ^22.8.0
37
+
8
38
  ## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.4.2...extension-sdk-react-v22.6.0) (2022-07-07)
9
39
 
10
40
 
@@ -340,4 +370,4 @@ in extension builds.
340
370
 
341
371
  ## [21.0.5]
342
372
 
343
- Moved to the /looker-open-source/sdk-codegen github repository.
373
+ Moved to the /looker-open-source/sdk-codegen github repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/extension-sdk-react",
3
- "version": "22.6.0",
3
+ "version": "22.10.1",
4
4
  "description": "Looker Extension SDK for React",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "react-router-dom": "^5.1.2"
44
44
  },
45
45
  "dependencies": {
46
- "@looker/extension-sdk": "^22.6.0",
47
- "@looker/sdk": "^22.6.0",
46
+ "@looker/extension-sdk": "^22.10.1",
47
+ "@looker/sdk": "^22.10.1",
48
48
  "@looker/sdk-rtl": "^21.3.4",
49
49
  "history": "^4.9.0",
50
50
  "lodash": "^4.17.20"
@@ -58,5 +58,5 @@
58
58
  "Looker",
59
59
  "extension-sdk"
60
60
  ],
61
- "gitHead": "918004bc063b73364fa2a714b14157e990fc331e"
61
+ "gitHead": "a3eb0fd43de195627b1723faae1eba7c70fd43fb"
62
62
  }