@looker/extension-sdk 23.12.1-alpha.1674 → 23.16.0

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 +3 -3
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
+ ## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.14.1...extension-sdk-v23.16.0) (2023-09-21)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **extension-sdk:** Synchronize undefined versions
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @looker/sdk bumped from ^23.14.1 to ^23.16.0
21
+
22
+ ## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.12.0...extension-sdk-v23.14.1) (2023-08-15)
23
+
24
+
25
+ ### Features
26
+
27
+ * Send message on visConfig extension update ([#1348](https://github.com/looker-open-source/sdk-codegen/issues/1348)) ([20295d3](https://github.com/looker-open-source/sdk-codegen/commit/20295d318aa7aa59083342038f0c5168959ef3fd))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * change visconfig types to reflect new getter ([#1350](https://github.com/looker-open-source/sdk-codegen/issues/1350)) ([c7648d9](https://github.com/looker-open-source/sdk-codegen/commit/c7648d9792bf976e2ea0ab0e94dfa0d45de83e66))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @looker/sdk bumped from ^23.12.0 to ^23.14.1
40
+
8
41
  ## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.10.0...extension-sdk-v23.12.0) (2023-07-17)
9
42
 
10
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/extension-sdk",
3
- "version": "23.12.1-alpha.1674+b528e389",
3
+ "version": "23.16.0",
4
4
  "description": "Looker Extension SDK",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@looker/chatty": "2.3.9",
43
- "@looker/sdk": "^0.3.0-alpha.849+b528e389",
43
+ "@looker/sdk": "^23.16.0",
44
44
  "@looker/sdk-rtl": "^21.6.1",
45
45
  "deepmerge": "^4.2.2",
46
46
  "readable-stream": "^3.4.0",
@@ -52,5 +52,5 @@
52
52
  "Looker",
53
53
  "extension-sdk"
54
54
  ],
55
- "gitHead": "b528e3895fc4b5c7b864627fcfb9d421233f12a1"
55
+ "gitHead": "0cac0ae0947fe5ac7a902f853ab236dd19c8e896"
56
56
  }