Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot committed May 27, 2022
1 parent a37aa50 commit 4bfb57f
Show file tree
Hide file tree
Showing 19 changed files with 155 additions and 33 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "2.3.2",
"packages/api-explorer": "0.9.32",
"packages/code-editor": "0.1.21",
".": "2.4.0",
"packages/api-explorer": "0.9.33",
"packages/code-editor": "0.1.22",
"packages/extension-api-explorer": "22.4.2",
"packages/extension-sdk": "22.4.2",
"packages/extension-sdk-react": "22.4.2",
"packages/extension-utils": "0.1.9",
"packages/extension-utils": "0.1.10",
"packages/hackathon": "22.4.2",
"packages/run-it": "0.9.32",
"packages/run-it": "0.9.33",
"packages/sdk": "22.4.2",
"packages/sdk-codegen": "21.5.2",
"packages/sdk-codegen-scripts": "21.3.3",
"packages/sdk-codegen": "21.5.3",
"packages/sdk-codegen-scripts": "21.3.4",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "22.4.2",
"packages/sdk-rtl": "21.3.3",
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v2.3.2...sdk-codegen-all-v2.4.0) (2022-05-27)


### Features

* Add ExtensionProvider40 component ([#1068](https://www.github.com/looker-open-source/sdk-codegen/issues/1068)) ([425aee5](https://www.github.com/looker-open-source/sdk-codegen/commit/425aee5097361b580b3ff7e93f227d6d34f21eb3))


### Bug Fixes

* add children property to ExtensionProvider type ([#1070](https://www.github.com/looker-open-source/sdk-codegen/issues/1070)) ([9524583](https://www.github.com/looker-open-source/sdk-codegen/commit/9524583fd99f0b46bba443a1dfa59cc6f42d081c))
* description sync issues in diff scene ([#1086](https://www.github.com/looker-open-source/sdk-codegen/issues/1086)) ([a37aa50](https://www.github.com/looker-open-source/sdk-codegen/commit/a37aa50064bb41ca5af2c9d19371e2ef7973e6d9))
* example miner github permalinks do not use `.git` in the repository name ([#1063](https://www.github.com/looker-open-source/sdk-codegen/issues/1063)) ([e150b33](https://www.github.com/looker-open-source/sdk-codegen/commit/e150b33ff974575d731f48f2f1488bdbeeb9118c))
* package refs for API Explorer extension ([#1055](https://www.github.com/looker-open-source/sdk-codegen/issues/1055)) ([5fcf358](https://www.github.com/looker-open-source/sdk-codegen/commit/5fcf3588e1f4e87fc6d1d5789e00f66cf4fe92d9))
* Refactored Go SDK to use Go oauth2 client, added `x-looker-appid` header to Go requests ([#1069](https://www.github.com/looker-open-source/sdk-codegen/issues/1069)) ([d51a675](https://www.github.com/looker-open-source/sdk-codegen/commit/d51a6750f7d5f22efa84278492a71336e39d92e1))
* Register Go Fuzzy JSON Decoders once on init ([#1054](https://www.github.com/looker-open-source/sdk-codegen/issues/1054)) ([350d32d](https://www.github.com/looker-open-source/sdk-codegen/commit/350d32dfecb42679cff06e0c4508bebcf7fa6809))
* remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
* replacing unimported exception ([#1066](https://www.github.com/looker-open-source/sdk-codegen/issues/1066)) ([d85b1b8](https://www.github.com/looker-open-source/sdk-codegen/commit/d85b1b889c9d27e337a5e8d38fc3f32e013cc4d8))
* Update prod entrypoint to match dev entrypoint (pull [#1059](https://www.github.com/looker-open-source/sdk-codegen/issues/1059)) ([0e4c3f4](https://www.github.com/looker-open-source/sdk-codegen/commit/0e4c3f47782d23f6c8e5509bd2942b0934e44ea2))

### [2.3.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v2.3.1...sdk-codegen-all-v2.3.2) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "2.3.2",
"version": "2.4.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
23 changes: 22 additions & 1 deletion packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.32...api-explorer-v0.9.33) (2022-05-27)


### Bug Fixes

* description sync issues in diff scene ([#1086](https://www.github.com/looker-open-source/sdk-codegen/issues/1086)) ([a37aa50](https://www.github.com/looker-open-source/sdk-codegen/commit/a37aa50064bb41ca5af2c9d19371e2ef7973e6d9))
* remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
* Update prod entrypoint to match dev entrypoint (pull [#1059](https://www.github.com/looker-open-source/sdk-codegen/issues/1059)) ([0e4c3f4](https://www.github.com/looker-open-source/sdk-codegen/commit/0e4c3f47782d23f6c8e5509bd2942b0934e44ea2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
* @looker/code-editor bumped from ^0.1.21 to ^0.1.22
* @looker/run-it bumped from ^0.9.32 to ^0.9.33
* @looker/sdk-codegen bumped from ^21.5.2 to ^21.5.3
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.3.3 to ^21.3.4

### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.31...api-explorer-v0.9.32) (2022-04-07)


Expand Down Expand Up @@ -665,4 +686,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Response types now have nested types correctly documented
- The response type processing functions now have arguments for the number of levels to expand nested types
- API explorer's default expansion depth is one level deep
- 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
- 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
12 changes: 6 additions & 6 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/api-explorer",
"version": "0.9.32",
"version": "0.9.33",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.5",
"@looker/sdk-codegen-scripts": "^21.3.3",
"@looker/sdk-codegen-scripts": "^21.3.4",
"@looker/sdk-node": "^22.4.2",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
Expand Down Expand Up @@ -67,16 +67,16 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/extension-utils": "^0.1.9",
"@looker/code-editor": "^0.1.21",
"@looker/extension-utils": "^0.1.10",
"@looker/code-editor": "^0.1.22",
"@looker/components": "^2.8.1",
"@looker/components-date": "^2.4.1",
"@looker/design-tokens": "^2.7.1",
"@looker/icons": "^1.5.3",
"@looker/redux": "0.0.0",
"@looker/run-it": "^0.9.32",
"@looker/run-it": "^0.9.33",
"@looker/sdk": "^22.4.2",
"@looker/sdk-codegen": "^21.5.2",
"@looker/sdk-codegen": "^21.5.3",
"@looker/sdk-rtl": "^21.3.3",
"@reduxjs/toolkit": "^1.6.2",
"@styled-icons/material": "^10.28.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.22](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.21...code-editor-v0.1.22) (2022-05-27)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @looker/sdk-codegen bumped from ^21.5.2 to ^21.5.3

### [0.1.21](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.20...code-editor-v0.1.21) (2022-04-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/code-editor",
"version": "0.1.21",
"version": "0.1.22",
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.5",
"@looker/sdk-codegen": "^21.5.2",
"@looker/sdk-codegen": "^21.5.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.4.2...extension-api-explorer-v22.4.2) (2022-05-27)


### Bug Fixes

* package refs for API Explorer extension ([#1055](https://www.github.com/looker-open-source/sdk-codegen/issues/1055)) ([5fcf358](https://www.github.com/looker-open-source/sdk-codegen/commit/5fcf3588e1f4e87fc6d1d5789e00f66cf4fe92d9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.32 to ^0.9.33
* @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
* @looker/run-it bumped from ^0.9.32 to ^0.9.33
* @looker/sdk-codegen bumped from ^21.5.2 to ^21.5.3

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.4.1...extension-api-explorer-v22.4.2) (2022-04-07)


Expand Down Expand Up @@ -497,4 +514,4 @@
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
* @looker/run-it bumped from ^0.9.0 to ^0.9.1
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
8 changes: 4 additions & 4 deletions packages/extension-api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"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'"
},
"dependencies": {
"@looker/api-explorer": "^0.9.32",
"@looker/api-explorer": "^0.9.33",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^22.4.2",
"@looker/extension-sdk-react": "^22.4.2",
"@looker/extension-utils": "^0.1.9",
"@looker/extension-utils": "^0.1.10",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.32",
"@looker/run-it": "^0.9.33",
"@looker/sdk": "^22.4.2",
"@looker/sdk-codegen": "^21.5.2",
"@looker/sdk-codegen": "^21.5.3",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/extension-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.4.2...extension-sdk-react-v22.4.2) (2022-05-27)


### Features

* Add ExtensionProvider40 component ([#1068](https://www.github.com/looker-open-source/sdk-codegen/issues/1068)) ([425aee5](https://www.github.com/looker-open-source/sdk-codegen/commit/425aee5097361b580b3ff7e93f227d6d34f21eb3))


### Bug Fixes

* add children property to ExtensionProvider type ([#1070](https://www.github.com/looker-open-source/sdk-codegen/issues/1070)) ([9524583](https://www.github.com/looker-open-source/sdk-codegen/commit/9524583fd99f0b46bba443a1dfa59cc6f42d081c))

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.4.1...extension-sdk-react-v22.4.2) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-utils",
"version": "0.1.9",
"version": "0.1.10",
"description": "Looker Extension Utilities",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v22.4.2...hackathon-v22.4.2) (2022-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.21 to ^0.1.22
* @looker/extension-utils bumped from ^0.1.9 to ^0.1.10

### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v22.4.1...hackathon-v22.4.2) (2022-04-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"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'"
},
"dependencies": {
"@looker/code-editor": "^0.1.21",
"@looker/code-editor": "^0.1.22",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^22.4.2",
"@looker/extension-sdk-react": "^22.4.2",
"@looker/extension-utils": "^0.1.9",
"@looker/extension-utils": "^0.1.10",
"@looker/icons": "^1.5.3",
"@looker/sdk": "^22.4.2",
"@looker/sdk-rtl": "^21.3.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.32...run-it-v0.9.33) (2022-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.21 to ^0.1.22
* @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
* @looker/sdk-codegen bumped from ^21.5.2 to ^21.5.3

### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.31...run-it-v0.9.32) (2022-04-07)


Expand Down
8 changes: 4 additions & 4 deletions packages/run-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/run-it",
"version": "0.9.32",
"version": "0.9.33",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -51,14 +51,14 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@looker/code-editor": "^0.1.21",
"@looker/code-editor": "^0.1.22",
"@looker/components": "^2.8.1",
"@looker/components-date": "^2.4.1",
"@looker/design-tokens": "^2.7.1",
"@looker/extension-utils": "^0.1.9",
"@looker/extension-utils": "^0.1.10",
"@looker/icons": "^1.5.3",
"@looker/sdk": "^22.4.2",
"@looker/sdk-codegen": "^21.5.2",
"@looker/sdk-codegen": "^21.5.3",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-rtl": "^21.3.3",
"@styled-icons/material": "^10.28.0",
Expand Down
17 changes: 16 additions & 1 deletion packages/sdk-codegen-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [21.3.4](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.3...sdk-codegen-scripts-v21.3.4) (2022-05-27)


### Bug Fixes

* example miner github permalinks do not use `.git` in the repository name ([#1063](https://www.github.com/looker-open-source/sdk-codegen/issues/1063)) ([e150b33](https://www.github.com/looker-open-source/sdk-codegen/commit/e150b33ff974575d731f48f2f1488bdbeeb9118c))
* remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-codegen bumped from ^21.5.2 to ^21.5.3

### [21.3.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.2...sdk-codegen-scripts-v21.3.3) (2022-04-07)


Expand Down Expand Up @@ -406,4 +421,4 @@
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
4 changes: 2 additions & 2 deletions packages/sdk-codegen-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk-codegen-scripts",
"version": "21.3.3",
"version": "21.3.4",
"description": "Looker SDK Codegen scripts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@looker/sdk": "^22.4.2",
"@looker/sdk-codegen": "^21.5.2",
"@looker/sdk-codegen": "^21.5.3",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-node": "^22.4.2",
"@looker/sdk-rtl": "^21.3.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [21.5.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.5.2...sdk-codegen-v21.5.3) (2022-05-27)


### Bug Fixes

* remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))

### [21.5.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.5.1...sdk-codegen-v21.5.2) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk-codegen",
"version": "21.5.2",
"version": "21.5.3",
"description": "Looker SDK Codegen core",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 4bfb57f

Please sign in to comment.