Skip to content

Commit 2a4d556

Browse files
chore: release main (#880)
* chore: release main * Update .release-please-manifest.json Release please accidentally set `packages/extension-utils` to 21.20.0 * Update CHANGELOG.md Fix extension-utils version * Update package.json fix extension-utils version Co-authored-by: Dr. Strangelove <drstrangelove@google.com>
1 parent 304d0d0 commit 2a4d556

File tree

33 files changed

+348
-79
lines changed

33 files changed

+348
-79
lines changed

.release-please-manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
".": "1.17.1",
3-
"packages/api-explorer": "0.9.22",
4-
"packages/code-editor": "0.1.13",
5-
"packages/extension-api-explorer": "21.18.1",
6-
"packages/extension-sdk": "21.18.1",
7-
"packages/extension-sdk-react": "21.18.1",
2+
".": "1.18.0",
3+
"packages/api-explorer": "0.9.23",
4+
"packages/code-editor": "0.1.14",
5+
"packages/extension-api-explorer": "21.20.0",
6+
"packages/extension-sdk": "21.20.0",
7+
"packages/extension-sdk-react": "21.20.0",
88
"packages/extension-utils": "0.1.0",
9-
"packages/hackathon": "21.18.1",
10-
"packages/run-it": "0.9.22",
11-
"packages/sdk": "21.18.1",
12-
"packages/sdk-codegen": "21.1.1",
13-
"packages/sdk-codegen-scripts": "21.1.2",
9+
"packages/hackathon": "21.20.0",
10+
"packages/run-it": "0.9.23",
11+
"packages/sdk": "21.20.0",
12+
"packages/sdk-codegen": "21.2.0",
13+
"packages/sdk-codegen-scripts": "21.1.3",
1414
"packages/sdk-codegen-utils": "21.0.11",
15-
"packages/sdk-node": "21.18.1",
16-
"packages/sdk-rtl": "21.1.1",
17-
"packages/wholly-sheet": "0.5.19",
18-
"python": "21.18.0"
15+
"packages/sdk-node": "21.20.0",
16+
"packages/sdk-rtl": "21.2.0",
17+
"packages/wholly-sheet": "0.5.20",
18+
"python": "21.20.0"
1919
}

CHANGELOG.md

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

3+
## [1.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.17.1...sdk-codegen-all-v1.18.0) (2021-11-10)
4+
5+
6+
### Features
7+
8+
* Add JPN agenda.ts and add yarn command in readme.md for hackathon app ([#889](https://www.github.com/looker-open-source/sdk-codegen/issues/889)) ([16528bc](https://www.github.com/looker-open-source/sdk-codegen/commit/16528bc245f6e447be3d862a4a0115a50aa1a16a))
9+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
10+
* disable "Add Project" when judging starts ([#894](https://www.github.com/looker-open-source/sdk-codegen/issues/894)) ([d3386ae](https://www.github.com/looker-open-source/sdk-codegen/commit/d3386ae034dd5bacd067de791fe5ba5f3ed06ac4))
11+
* enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826))
12+
* judging view for Hackathon app ([#891](https://www.github.com/looker-open-source/sdk-codegen/issues/891)) ([ff9f9f6](https://www.github.com/looker-open-source/sdk-codegen/commit/ff9f9f6240b54abf0a295bead5317489658ec068))
13+
* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d))
14+
* markdown, link click support, and project view for hackathon projects ([#877](https://www.github.com/looker-open-source/sdk-codegen/issues/877)) ([c55b221](https://www.github.com/looker-open-source/sdk-codegen/commit/c55b22101f3be2b8f172841dc3964dcc18825e47))
15+
* Python SDK Example: Gsheet / Cloud Functions / Looker SDK integration ([#874](https://www.github.com/looker-open-source/sdk-codegen/issues/874)) ([0ec156a](https://www.github.com/looker-open-source/sdk-codegen/commit/0ec156a210e7aa1e23bc33bbc3555ba90e166332))
16+
17+
18+
### Bug Fixes
19+
20+
* add hackathon resource ([#900](https://www.github.com/looker-open-source/sdk-codegen/issues/900)) ([c092c93](https://www.github.com/looker-open-source/sdk-codegen/commit/c092c933b01ba61cb285782a4dd5cbf97d249f6f))
21+
* Add hackathon resources and refactor to use enums ([#887](https://www.github.com/looker-open-source/sdk-codegen/issues/887)) ([59faaab](https://www.github.com/looker-open-source/sdk-codegen/commit/59faaaba3875c60c88bb1aa7adea2ef16a94705c))
22+
* api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d))
23+
* Hackathon styling and resource update ([#884](https://www.github.com/looker-open-source/sdk-codegen/issues/884)) ([7e07abb](https://www.github.com/looker-open-source/sdk-codegen/commit/7e07abb46213b9c7fd3170f1d75788a621e6bbd8))
24+
* optimize scripts for parallel startup of Looker docker image ([#881](https://www.github.com/looker-open-source/sdk-codegen/issues/881)) ([5624c72](https://www.github.com/looker-open-source/sdk-codegen/commit/5624c72e3e65159bd8ae306c3eca4176ebee3675))
25+
* show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298))
26+
* Update CI to include Looker 21.20 ([#895](https://www.github.com/looker-open-source/sdk-codegen/issues/895)) ([3defa5b](https://www.github.com/looker-open-source/sdk-codegen/commit/3defa5bbacb0269230bbdbe91b2d6acf71fde1f3))
27+
* Updated and corrected agenda and resources page ([#892](https://www.github.com/looker-open-source/sdk-codegen/issues/892)) ([db5000c](https://www.github.com/looker-open-source/sdk-codegen/commit/db5000ced51deddfc0fbb64161283770868a2cd2))
28+
* Updated hackathon readme landing page path and cleanup ([#893](https://www.github.com/looker-open-source/sdk-codegen/issues/893)) ([382a9f0](https://www.github.com/looker-open-source/sdk-codegen/commit/382a9f0e41716a8b1adc9858ad60a88b6e0b5343))
29+
* Updated hackathon resources and project description ([#898](https://www.github.com/looker-open-source/sdk-codegen/issues/898)) ([9581b20](https://www.github.com/looker-open-source/sdk-codegen/commit/9581b20d27530d0a2d0e4327bdf2b9daf0e4e35a))
30+
331
### [1.17.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.17.0...sdk-codegen-all-v1.17.1) (2021-10-27)
432

533

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.17.1",
4+
"version": "1.18.0",
55
"description": "All workspaces for SDK code generation",
66
"author": "Looker",
77
"private": true,

packages/api-explorer/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.23](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.22...api-explorer-v0.9.23) (2021-11-10)
9+
10+
11+
### Features
12+
13+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
14+
15+
16+
### Bug Fixes
17+
18+
* api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @looker/code-editor bumped from ^0.1.13 to ^0.1.14
26+
* @looker/run-it bumped from ^0.9.22 to ^0.9.23
27+
* @looker/sdk bumped from ^21.18.1 to ^21.20.0
28+
* @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
29+
* @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
30+
* devDependencies
31+
* @looker/sdk-codegen-scripts bumped from ^21.1.2 to ^21.1.3
32+
* @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
33+
834
### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.21...api-explorer-v0.9.22) (2021-10-27)
935

1036

packages/api-explorer/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/api-explorer",
3-
"version": "0.9.22",
3+
"version": "0.9.23",
44
"description": "Looker API Explorer",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@looker/components-test-utils": "^1.5.5",
36-
"@looker/sdk-codegen-scripts": "^21.1.2",
37-
"@looker/sdk-node": "^21.18.1",
36+
"@looker/sdk-codegen-scripts": "^21.1.3",
37+
"@looker/sdk-node": "^21.20.0",
3838
"@styled-icons/styled-icon": "^10.6.3",
3939
"@testing-library/jest-dom": "^5.11.6",
4040
"@testing-library/react": "^11.2.2",
@@ -68,16 +68,16 @@
6868
},
6969
"dependencies": {
7070
"@looker/extension-utils": "0.1.0",
71-
"@looker/code-editor": "^0.1.13",
71+
"@looker/code-editor": "^0.1.14",
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.22",
78-
"@looker/sdk": "^21.18.1",
79-
"@looker/sdk-codegen": "^21.1.1",
80-
"@looker/sdk-rtl": "^21.1.1",
77+
"@looker/run-it": "^0.9.23",
78+
"@looker/sdk": "^21.20.0",
79+
"@looker/sdk-codegen": "^21.2.0",
80+
"@looker/sdk-rtl": "^21.2.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: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
### [0.1.14](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.13...code-editor-v0.1.14) (2021-11-10)
4+
5+
6+
### Features
7+
8+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
16+
317
### [0.1.13](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.12...code-editor-v0.1.13) (2021-10-27)
418

519

@@ -176,4 +190,4 @@
176190

177191
* The following workspace dependencies were updated
178192
* dependencies
179-
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
193+
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14

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.13",
3+
"version": "0.1.14",
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.1.1",
33+
"@looker/sdk-codegen": "^21.2.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: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.18.1...extension-api-explorer-v21.20.0) (2021-11-10)
4+
5+
6+
### Features
7+
8+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @looker/api-explorer bumped from ^0.9.22 to ^0.9.23
16+
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
17+
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
18+
* @looker/run-it bumped from ^0.9.22 to ^0.9.23
19+
* @looker/sdk bumped from ^21.18.1 to ^21.20.0
20+
* @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
21+
322
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.18.0...extension-api-explorer-v21.18.1) (2021-10-27)
423

524

@@ -360,4 +379,4 @@
360379
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
361380
* @looker/run-it bumped from ^0.9.0 to ^0.9.1
362381
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
363-
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
382+
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11

packages/extension-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/extension-api-explorer",
3-
"version": "21.18.1",
3+
"version": "21.20.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.22",
18+
"@looker/api-explorer": "^0.9.23",
1919
"@looker/extension-utils": "0.1.0",
2020
"@looker/components": "^2.8.1",
21-
"@looker/extension-sdk": "^21.18.1",
22-
"@looker/extension-sdk-react": "^21.18.1",
21+
"@looker/extension-sdk": "^21.20.0",
22+
"@looker/extension-sdk-react": "^21.20.0",
2323
"@looker/icons": "^1.5.3",
24-
"@looker/run-it": "^0.9.22",
25-
"@looker/sdk": "^21.18.1",
26-
"@looker/sdk-codegen": "^21.1.1",
24+
"@looker/run-it": "^0.9.23",
25+
"@looker/sdk": "^21.20.0",
26+
"@looker/sdk-codegen": "^21.2.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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.18.1...extension-sdk-react-v21.20.0) (2021-11-10)
9+
10+
11+
### Features
12+
13+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
21+
* @looker/sdk bumped from ^21.18.1 to ^21.20.0
22+
* @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
23+
824
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.18.0...extension-sdk-react-v21.18.1) (2021-10-27)
925

1026

@@ -236,4 +252,4 @@ in extension builds.
236252

237253
## [21.0.5]
238254

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

0 commit comments

Comments
 (0)