Skip to content

Commit f886733

Browse files
chore: release main (#962)
1 parent 08426f0 commit f886733

File tree

26 files changed

+227
-56
lines changed

26 files changed

+227
-56
lines changed

.release-please-manifest.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
".": "1.21.1",
3-
"packages/api-explorer": "0.9.26",
4-
"packages/code-editor": "0.1.17",
5-
"packages/extension-api-explorer": "21.20.1",
6-
"packages/extension-sdk": "21.20.1",
7-
"packages/extension-sdk-react": "21.20.1",
8-
"packages/extension-utils": "0.1.3",
9-
"packages/hackathon": "21.20.1",
10-
"packages/run-it": "0.9.26",
11-
"packages/sdk": "21.20.1",
12-
"packages/sdk-codegen": "21.3.1",
13-
"packages/sdk-codegen-scripts": "21.2.1",
2+
".": "2.0.0",
3+
"packages/api-explorer": "0.9.27",
4+
"packages/code-editor": "0.1.18",
5+
"packages/extension-api-explorer": "22.0.0",
6+
"packages/extension-sdk": "22.0.0",
7+
"packages/extension-sdk-react": "22.0.0",
8+
"packages/extension-utils": "0.1.4",
9+
"packages/hackathon": "22.0.0",
10+
"packages/run-it": "0.9.27",
11+
"packages/sdk": "22.0.0",
12+
"packages/sdk-codegen": "21.4.0",
13+
"packages/sdk-codegen-scripts": "21.2.2",
1414
"packages/sdk-codegen-utils": "21.0.11",
15-
"packages/sdk-node": "21.20.1",
15+
"packages/sdk-node": "22.0.0",
1616
"packages/sdk-rtl": "21.3.1",
17-
"packages/wholly-sheet": "0.5.23",
18-
"python": "21.20.0"
17+
"packages/wholly-sheet": "0.5.24",
18+
"python": "22.0.0"
1919
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.21.1...sdk-codegen-all-v2.0.0) (2022-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* SDK support for 22.0
9+
10+
### Features
11+
12+
* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))
13+
* Added unit test CI for Go SDK changes ([#965](https://www.github.com/looker-open-source/sdk-codegen/issues/965)) ([47a52dd](https://www.github.com/looker-open-source/sdk-codegen/commit/47a52dddd61cf1264ad0ea02b17e763e510bbd6c))
14+
* fuzzy JSON value handling for the Swift SDK ([#961](https://www.github.com/looker-open-source/sdk-codegen/issues/961)) ([0b6b696](https://www.github.com/looker-open-source/sdk-codegen/commit/0b6b696742d67d1abc0cf69dfbf820f5a28d0f86))
15+
* Implemented Go SDK env var handling ([#975](https://www.github.com/looker-open-source/sdk-codegen/issues/975)) ([571a817](https://www.github.com/looker-open-source/sdk-codegen/commit/571a817c710db1fb395a46187f593d77d7260e60))
16+
* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211))
17+
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
18+
19+
20+
### Bug Fixes
21+
22+
* clean up package dependencies ([#974](https://www.github.com/looker-open-source/sdk-codegen/issues/974)) ([49614f5](https://www.github.com/looker-open-source/sdk-codegen/commit/49614f5a19c7fe873e9ceed14d407d18864286f9))
23+
* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
24+
* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))
25+
* Update go codegen to set object as interface{} ([#980](https://www.github.com/looker-open-source/sdk-codegen/issues/980)) ([007989d](https://www.github.com/looker-open-source/sdk-codegen/commit/007989d6c438fa42ec261f5b216f2d933b489742))
26+
327
### [1.21.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.18.0...sdk-codegen-all-v1.21.1) (2022-01-27)
428

529

package.json

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

packages/api-explorer/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.27](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.26...api-explorer-v0.9.27) (2022-02-14)
9+
10+
11+
### Features
12+
13+
* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))
14+
15+
16+
### Bug Fixes
17+
18+
* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
19+
* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* dependencies
26+
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
27+
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
28+
* @looker/run-it bumped from ^0.9.26 to ^0.9.27
29+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
30+
* devDependencies
31+
* @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2
32+
833
### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.26) (2022-01-27)
934

1035

packages/api-explorer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/api-explorer",
3-
"version": "0.9.26",
3+
"version": "0.9.27",
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.2.1",
36+
"@looker/sdk-codegen-scripts": "^21.2.2",
3737
"@looker/sdk-node": "^22.0.0",
3838
"@styled-icons/styled-icon": "^10.6.3",
3939
"@testing-library/jest-dom": "^5.11.6",
@@ -67,16 +67,16 @@
6767
"webpack-merge": "^5.7.3"
6868
},
6969
"dependencies": {
70-
"@looker/extension-utils": "^0.1.3",
71-
"@looker/code-editor": "^0.1.17",
70+
"@looker/extension-utils": "^0.1.4",
71+
"@looker/code-editor": "^0.1.18",
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.26",
77+
"@looker/run-it": "^0.9.27",
7878
"@looker/sdk": "^22.0.0",
79-
"@looker/sdk-codegen": "^21.3.2",
79+
"@looker/sdk-codegen": "^21.4.0",
8080
"@looker/sdk-rtl": "^21.3.2",
8181
"@reduxjs/toolkit": "^1.6.2",
8282
"@styled-icons/material": "^10.28.0",

packages/code-editor/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.17...code-editor-v0.1.18) (2022-02-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
11+
312
### [0.1.17](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.16...code-editor-v0.1.17) (2021-12-20)
413

514

packages/code-editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/code-editor",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
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.3.2",
33+
"@looker/sdk-codegen": "^21.4.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

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.1...extension-api-explorer-v22.0.0) (2022-02-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @looker/api-explorer bumped from ^0.9.26 to ^0.9.27
11+
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
12+
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
13+
* @looker/run-it bumped from ^0.9.26 to ^0.9.27
14+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
15+
316
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.0...extension-api-explorer-v21.20.1) (2022-01-27)
417

518

@@ -417,4 +430,4 @@
417430
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
418431
* @looker/run-it bumped from ^0.9.0 to ^0.9.1
419432
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
420-
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
433+
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11

packages/extension-api-explorer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/extension-api-explorer",
3-
"version": "21.20.1",
3+
"version": "22.0.0",
44
"description": "Looker API Explorer extension",
55
"main": "dist/bundle.js",
66
"sideEffects": false,
@@ -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.26",
18+
"@looker/api-explorer": "^0.9.27",
1919
"@looker/components": "^2.8.1",
2020
"@looker/extension-sdk": "^21.20.1",
21-
"@looker/extension-sdk-react": "^21.20.1",
22-
"@looker/extension-utils": "^0.1.3",
21+
"@looker/extension-sdk-react": "^22.0.0",
22+
"@looker/extension-utils": "^0.1.4",
2323
"@looker/icons": "^1.5.3",
24-
"@looker/run-it": "^0.9.26",
24+
"@looker/run-it": "^0.9.27",
2525
"@looker/sdk": "^22.0.0",
26-
"@looker/sdk-codegen": "^21.3.2",
26+
"@looker/sdk-codegen": "^21.4.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/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/extension-sdk-react",
3-
"version": "21.20.1",
3+
"version": "22.0.0",
44
"description": "Looker Extension SDK for React",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",
@@ -43,7 +43,7 @@
4343
"react-router-dom": "^5.1.2"
4444
},
4545
"dependencies": {
46-
"@looker/extension-sdk": "^21.20.1",
46+
"@looker/extension-sdk": "^22.0.0",
4747
"@looker/sdk": "^22.0.0",
4848
"@looker/sdk-rtl": "^21.3.2",
4949
"history": "^4.9.0",

packages/extension-sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.1...extension-sdk-v22.0.0) (2022-02-14)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* SDK support for 22.0
14+
15+
### Features
16+
17+
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
18+
819
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.1) (2022-01-27)
920

1021

packages/extension-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/extension-sdk",
3-
"version": "21.20.1",
3+
"version": "22.0.0",
44
"description": "Looker Extension SDK",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",

packages/extension-utils/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.3...extension-utils-v0.1.4) (2022-02-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
11+
312
### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.3) (2022-01-27)
413

514

@@ -64,4 +73,4 @@
6473
* The following workspace dependencies were updated
6574
* dependencies
6675
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
67-
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
76+
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0

packages/extension-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/extension-utils",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Looker Extension Utilities",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@looker/components": "^2.8.1",
29-
"@looker/extension-sdk": "^21.20.1",
30-
"@looker/extension-sdk-react": "^21.20.1",
29+
"@looker/extension-sdk": "^22.0.0",
30+
"@looker/extension-sdk-react": "^22.0.0",
3131
"@looker/sdk-rtl": "^21.3.2",
3232
"react": "^16.13.1"
3333
},

packages/hackathon/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.1...hackathon-v22.0.0) (2022-02-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
11+
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
12+
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
13+
* @looker/wholly-sheet bumped from ^0.5.23 to ^0.5.24
14+
315
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.0...hackathon-v21.20.1) (2022-01-27)
416

517

@@ -377,4 +389,4 @@
377389
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
378390
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
379391
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
380-
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1
392+
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1

packages/hackathon/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/hackathon",
3-
"version": "21.20.1",
3+
"version": "22.0.0",
44
"description": "Looker Hackathon extension",
55
"main": "lib/esm/index.js",
66
"typings": "lib/index.d.ts",
@@ -34,15 +34,15 @@
3434
"watch": "yarn lerna exec --scope @looker/wholly-sheet --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
3535
},
3636
"dependencies": {
37-
"@looker/code-editor": "^0.1.17",
37+
"@looker/code-editor": "^0.1.18",
3838
"@looker/components": "^2.8.1",
39-
"@looker/extension-sdk": "^21.20.1",
40-
"@looker/extension-sdk-react": "^21.20.1",
41-
"@looker/extension-utils": "^0.1.3",
39+
"@looker/extension-sdk": "^22.0.0",
40+
"@looker/extension-sdk-react": "^22.0.0",
41+
"@looker/extension-utils": "^0.1.4",
4242
"@looker/icons": "^1.5.3",
4343
"@looker/sdk": "^22.0.0",
4444
"@looker/sdk-rtl": "^21.3.2",
45-
"@looker/wholly-sheet": "^0.5.23",
45+
"@looker/wholly-sheet": "^0.5.24",
4646
"@styled-icons/material": "^10.28.0",
4747
"@styled-icons/material-outlined": "^10.28.0",
4848
"@styled-icons/material-rounded": "^10.28.0",

packages/run-it/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
11+
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
12+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
13+
314
### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.26) (2022-01-27)
415

516

@@ -415,4 +426,4 @@
415426
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
416427
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
417428
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
418-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
429+
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11

0 commit comments

Comments
 (0)