@looker/extension-utils 0.1.27-alpha.1724 → 0.1.28-alpha.1674
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 +16 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -33,6 +33,22 @@
|
|
|
33
33
|
* @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
34
34
|
* @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
35
35
|
|
|
36
|
+
## [0.1.27](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.26...extension-utils-v0.1.27) (2023-07-17)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* Add sagas to OAuth Form ([#1330](https://github.com/looker-open-source/sdk-codegen/issues/1330)) ([3095a48](https://github.com/looker-open-source/sdk-codegen/commit/3095a488d578bf5496f6e1622271bc568a4512f9))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* The following workspace dependencies were updated
|
|
47
|
+
* dependencies
|
|
48
|
+
* @looker/extension-sdk bumped from ^23.10.0 to ^23.12.0
|
|
49
|
+
* @looker/extension-sdk-react bumped from ^23.10.0 to ^23.12.0
|
|
50
|
+
* @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
51
|
+
|
|
36
52
|
## [0.1.24](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.23...extension-utils-v0.1.24) (2023-05-11)
|
|
37
53
|
|
|
38
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28-alpha.1674+b528e389",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@looker/code-editor": "^0.1.29",
|
|
29
29
|
"@looker/components": "^4.1.1",
|
|
30
|
-
"@looker/extension-sdk": "^23.
|
|
31
|
-
"@looker/extension-sdk-react": "^23.
|
|
30
|
+
"@looker/extension-sdk": "^23.12.1-alpha.1674+b528e389",
|
|
31
|
+
"@looker/extension-sdk-react": "^23.12.1-alpha.1674+b528e389",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "^
|
|
33
|
+
"@looker/sdk": "^0.3.0-alpha.849+b528e389",
|
|
34
34
|
"@looker/sdk-rtl": "^21.6.1",
|
|
35
35
|
"@reduxjs/toolkit": "^1.9.3",
|
|
36
36
|
"@styled-icons/material": "^10.47.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"webpack-cli": "^4.6.0",
|
|
54
54
|
"webpack-merge": "^5.7.3"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "b528e3895fc4b5c7b864627fcfb9d421233f12a1"
|
|
57
57
|
}
|