@looker/extension-sdk-react 21.20.0 → 22.2.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.
- package/CHANGELOG.md +30 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,35 @@ 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.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.0.0...extension-sdk-react-v22.2.0) (2022-02-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
|
|
16
|
+
* @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
17
|
+
|
|
18
|
+
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.20.0...extension-sdk-react-v21.20.1) (2022-01-27)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* The following workspace dependencies were updated
|
|
24
|
+
* dependencies
|
|
25
|
+
* @looker/extension-sdk bumped from ^21.20.0 to ^21.20.1
|
|
26
|
+
* @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
27
|
+
|
|
28
|
+
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.20.0...extension-sdk-react-v21.20.1) (2021-12-20)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* dependencies
|
|
35
|
+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
36
|
+
|
|
8
37
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.18.1...extension-sdk-react-v21.20.0) (2021-11-10)
|
|
9
38
|
|
|
10
39
|
|
|
@@ -252,4 +281,4 @@ in extension builds.
|
|
|
252
281
|
|
|
253
282
|
## [21.0.5]
|
|
254
283
|
|
|
255
|
-
Moved to the /looker-open-source/sdk-codegen github repository.
|
|
284
|
+
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": "
|
|
3
|
+
"version": "22.2.0",
|
|
4
4
|
"description": "Looker Extension SDK for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/looker-open-source/sdk-codegen.git",
|
|
19
|
-
"directory": "packages/sdk-
|
|
19
|
+
"directory": "packages/extension-sdk-react"
|
|
20
20
|
},
|
|
21
21
|
"author": "Looker",
|
|
22
22
|
"license": "MIT",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"react-router-dom": "^5.1.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@looker/extension-sdk": "^
|
|
47
|
-
"@looker/sdk": "^
|
|
48
|
-
"@looker/sdk-rtl": "^21.2
|
|
46
|
+
"@looker/extension-sdk": "^22.2.0",
|
|
47
|
+
"@looker/sdk": "^22.2.0",
|
|
48
|
+
"@looker/sdk-rtl": "^21.3.2",
|
|
49
49
|
"history": "^4.9.0",
|
|
50
50
|
"lodash": "^4.17.20"
|
|
51
51
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"Looker",
|
|
59
59
|
"extension-sdk"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "a2263422a52940fdc3d5d8c3f0a9de210cb1f24b"
|
|
62
62
|
}
|