Skip to content

Commit cde39cf

Browse files
chore: release main (#922)
1 parent 25cef47 commit cde39cf

File tree

31 files changed

+232
-54
lines changed

31 files changed

+232
-54
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
".": "1.19.0",
3-
"packages/api-explorer": "0.9.24",
4-
"packages/code-editor": "0.1.15",
2+
".": "1.20.0",
3+
"packages/api-explorer": "0.9.25",
4+
"packages/code-editor": "0.1.16",
55
"packages/extension-api-explorer": "21.20.0",
66
"packages/extension-sdk": "21.20.0",
77
"packages/extension-sdk-react": "21.20.0",
8-
"packages/extension-utils": "0.1.1",
8+
"packages/extension-utils": "0.1.2",
99
"packages/hackathon": "21.20.0",
10-
"packages/run-it": "0.9.24",
10+
"packages/run-it": "0.9.25",
1111
"packages/sdk": "21.20.0",
12-
"packages/sdk-codegen": "21.2.1",
13-
"packages/sdk-codegen-scripts": "21.1.4",
12+
"packages/sdk-codegen": "21.3.0",
13+
"packages/sdk-codegen-scripts": "21.2.0",
1414
"packages/sdk-codegen-utils": "21.0.11",
1515
"packages/sdk-node": "21.20.0",
16-
"packages/sdk-rtl": "21.2.0",
17-
"packages/wholly-sheet": "0.5.21",
16+
"packages/sdk-rtl": "21.3.0",
17+
"packages/wholly-sheet": "0.5.22",
1818
"python": "21.20.0"
1919
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.19.0...sdk-codegen-all-v1.20.0) (2021-12-16)
4+
5+
6+
### Features
7+
8+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
9+
* Python SDK example: write query result to BigQuery using Cloud Functions ([#908](https://www.github.com/looker-open-source/sdk-codegen/issues/908)) ([53ee684](https://www.github.com/looker-open-source/sdk-codegen/commit/53ee684c7a230865d40a464d2836f653fabaa386))
10+
311
## [1.19.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.18.0...sdk-codegen-all-v1.19.0) (2021-12-06)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"name": "sdk-codegen-all",
4-
"version": "1.19.0",
4+
"version": "1.20.0",
55
"description": "All workspaces for SDK code generation",
66
"author": "Looker",
77
"private": true,

packages/api-explorer/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.24...api-explorer-v0.9.25) (2021-12-16)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
16+
* @looker/code-editor bumped from ^0.1.15 to ^0.1.16
17+
* @looker/run-it bumped from ^0.9.24 to ^0.9.25
18+
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
19+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
20+
* devDependencies
21+
* @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0
22+
823
### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.24) (2021-12-06)
924

1025

@@ -509,4 +524,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509524
- Response types now have nested types correctly documented
510525
- The response type processing functions now have arguments for the number of levels to expand nested types
511526
- API explorer's default expansion depth is one level deep
512-
- Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
527+
- Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page

packages/api-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/api-explorer",
3-
"version": "0.9.24",
3+
"version": "0.9.25",
44
"description": "Looker API Explorer",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@looker/components-test-utils": "^1.5.5",
36-
"@looker/sdk-codegen-scripts": "^21.1.4",
36+
"@looker/sdk-codegen-scripts": "^21.2.0",
3737
"@looker/sdk-node": "^21.20.0",
3838
"@styled-icons/styled-icon": "^10.6.3",
3939
"@testing-library/jest-dom": "^5.11.6",
@@ -67,17 +67,17 @@
6767
"webpack-merge": "^5.7.3"
6868
},
6969
"dependencies": {
70-
"@looker/extension-utils": "^0.1.1",
71-
"@looker/code-editor": "^0.1.15",
70+
"@looker/extension-utils": "^0.1.2",
71+
"@looker/code-editor": "^0.1.16",
7272
"@looker/components": "^2.8.1",
7373
"@looker/components-date": "^2.4.1",
7474
"@looker/design-tokens": "^2.7.1",
7575
"@looker/icons": "^1.5.3",
7676
"@looker/redux": "0.0.0",
77-
"@looker/run-it": "^0.9.24",
77+
"@looker/run-it": "^0.9.25",
7878
"@looker/sdk": "^21.20.0",
79-
"@looker/sdk-codegen": "^21.2.1",
80-
"@looker/sdk-rtl": "^21.2.0",
79+
"@looker/sdk-codegen": "^21.3.0",
80+
"@looker/sdk-rtl": "^21.3.0",
8181
"@reduxjs/toolkit": "^1.6.2",
8282
"@styled-icons/material": "^10.28.0",
8383
"@styled-icons/material-outlined": "^10.28.0",

packages/code-editor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.1.16](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.15...code-editor-v0.1.16) (2021-12-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
11+
312
### [0.1.15](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.14...code-editor-v0.1.15) (2021-12-06)
413

514

packages/code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/code-editor",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@looker/components-test-utils": "^1.5.5",
33-
"@looker/sdk-codegen": "^21.2.1",
33+
"@looker/sdk-codegen": "^21.3.0",
3434
"@testing-library/jest-dom": "^5.11.6",
3535
"@testing-library/react": "^11.2.2",
3636
"@testing-library/user-event": "^12.6.0",

packages/extension-api-explorer/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.0...extension-api-explorer-v21.20.0) (2021-12-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @looker/api-explorer bumped from ^0.9.24 to ^0.9.25
11+
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
12+
* @looker/run-it bumped from ^0.9.24 to ^0.9.25
13+
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
14+
315
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.0...extension-api-explorer-v21.20.0) (2021-12-06)
416

517

@@ -396,4 +408,4 @@
396408
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
397409
* @looker/run-it bumped from ^0.9.0 to ^0.9.1
398410
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
399-
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
411+
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11

packages/extension-api-explorer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"watch": "yarn lerna exec --scope @looker/extension-api-explorer --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
1616
},
1717
"dependencies": {
18-
"@looker/api-explorer": "^0.9.24",
19-
"@looker/extension-utils": "^0.1.1",
18+
"@looker/api-explorer": "^0.9.25",
19+
"@looker/extension-utils": "^0.1.2",
2020
"@looker/components": "^2.8.1",
2121
"@looker/extension-sdk": "^21.20.0",
2222
"@looker/extension-sdk-react": "^21.20.0",
2323
"@looker/icons": "^1.5.3",
24-
"@looker/run-it": "^0.9.24",
24+
"@looker/run-it": "^0.9.25",
2525
"@looker/sdk": "^21.20.0",
26-
"@looker/sdk-codegen": "^21.2.1",
26+
"@looker/sdk-codegen": "^21.3.0",
2727
"@styled-icons/material": "^10.28.0",
2828
"@styled-icons/material-outlined": "^10.28.0",
2929
"@styled-icons/material-rounded": "^10.28.0",

packages/extension-sdk-react/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.20.0...extension-sdk-react-v21.20.0) (2021-12-16)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
16+
817
## [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)
918

1019

@@ -252,4 +261,4 @@ in extension builds.
252261

253262
## [21.0.5]
254263

255-
Moved to the /looker-open-source/sdk-codegen github repository.
264+
Moved to the /looker-open-source/sdk-codegen github repository.

0 commit comments

Comments
 (0)