Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1135

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "2.7.0",
"packages/api-explorer": "0.9.36",
"packages/code-editor": "0.1.23",
"packages/extension-api-explorer": "22.10.1",
"packages/extension-sdk": "22.10.1",
"packages/extension-sdk-react": "22.10.1",
"packages/extension-utils": "0.1.13",
"packages/hackathon": "22.10.1",
"packages/run-it": "0.9.36",
"packages/sdk": "22.10.1",
"packages/sdk-codegen": "21.7.0",
"packages/sdk-codegen-scripts": "21.4.2",
".": "2.8.0",
"packages/api-explorer": "0.9.37",
"packages/code-editor": "0.1.24",
"packages/extension-api-explorer": "22.12.1",
"packages/extension-sdk": "22.12.1",
"packages/extension-sdk-react": "22.12.1",
"packages/extension-utils": "0.1.14",
"packages/hackathon": "22.12.1",
"packages/run-it": "0.9.37",
"packages/sdk": "22.12.1",
"packages/sdk-codegen": "21.7.1",
"packages/sdk-codegen-scripts": "21.4.3",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "22.10.1",
"packages/sdk-rtl": "21.3.4",
"packages/wholly-sheet": "0.5.32",
"python": "22.10.0"
"packages/sdk-node": "22.12.1",
"packages/sdk-rtl": "21.4.0",
"packages/wholly-sheet": "0.5.33",
"python": "22.12.1"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [2.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v2.7.0...sdk-codegen-all-v2.8.0) (2022-09-21)


### Features

* ability to share a tag scene with a filter applied ([#1142](https://www.github.com/looker-open-source/sdk-codegen/issues/1142)) ([135dce3](https://www.github.com/looker-open-source/sdk-codegen/commit/135dce3a3bf75ad79525a81b2e848e118cc340e4))
* capture error details for the Kotlin SDK ([#1137](https://www.github.com/looker-open-source/sdk-codegen/issues/1137)) ([9909206](https://www.github.com/looker-open-source/sdk-codegen/commit/9909206e326b60a4465dbd50fbcf0ddb71749ae7))
* change diff scene route ([#1159](https://www.github.com/looker-open-source/sdk-codegen/issues/1159)) ([180cf20](https://www.github.com/looker-open-source/sdk-codegen/commit/180cf204f767474a76ad7de2ee6fb5171f910eb0))
* copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
* error code document retrieval ([#1136](https://www.github.com/looker-open-source/sdk-codegen/issues/1136)) ([305966b](https://www.github.com/looker-open-source/sdk-codegen/commit/305966b943e8dc6fde08d58cbb36febcbae5733f))
* error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
* error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))
* generate SDKs for Looker 22.12 ([#1175](https://www.github.com/looker-open-source/sdk-codegen/issues/1175)) ([6f427a7](https://www.github.com/looker-open-source/sdk-codegen/commit/6f427a71dd30669afc901a47418decd59b977a7a))
* generate SDKs for Looker 22.14 ([#1176](https://www.github.com/looker-open-source/sdk-codegen/issues/1176)) ([328d3e5](https://www.github.com/looker-open-source/sdk-codegen/commit/328d3e5710fc80caf5691b8d3ea3d8b8db358ad6))
* regenerate Looker 22.12 SDKs ([#1177](https://www.github.com/looker-open-source/sdk-codegen/issues/1177)) ([b3a9b7b](https://www.github.com/looker-open-source/sdk-codegen/commit/b3a9b7bfff6366abce4802b819d19d00ee00cd60))
* SDK language selection as URL search parameter ([#1123](https://www.github.com/looker-open-source/sdk-codegen/issues/1123)) ([ae59b95](https://www.github.com/looker-open-source/sdk-codegen/commit/ae59b956a5f42dcdd5aa9b4c3d0da1836129a932))


### Bug Fixes

* add error detail handling for Python SDK ([#1170](https://www.github.com/looker-open-source/sdk-codegen/issues/1170)) ([0db7157](https://www.github.com/looker-open-source/sdk-codegen/commit/0db715768deedbf3290cd29c5aa788d9546e64f0))
* add ErrorDoc class to the Kotlin SDK ([#1143](https://www.github.com/looker-open-source/sdk-codegen/issues/1143)) ([20fbd31](https://www.github.com/looker-open-source/sdk-codegen/commit/20fbd31939e0ff88b9be3fdcf260176069143925))
* add field details for SDK error ([#1134](https://www.github.com/looker-open-source/sdk-codegen/issues/1134)) ([ef1c96d](https://www.github.com/looker-open-source/sdk-codegen/commit/ef1c96d9bc1ae7c27b6ec4b07c7d33f04930d2a7))
* add field details for SDK error ([#1141](https://www.github.com/looker-open-source/sdk-codegen/issues/1141)) ([9af3092](https://www.github.com/looker-open-source/sdk-codegen/commit/9af30928417e773b6e23a539012bdf9381490a13))
* DiffScene Page Displays Accurate Number of Diff Entries ([#1163](https://www.github.com/looker-open-source/sdk-codegen/issues/1163)) ([ee46932](https://www.github.com/looker-open-source/sdk-codegen/commit/ee469326783377a4ba382e1df915a30f1c503fd6))
* IErrorDetail fields should not be null ([#1146](https://www.github.com/looker-open-source/sdk-codegen/issues/1146)) ([44274b4](https://www.github.com/looker-open-source/sdk-codegen/commit/44274b4a3974ff4b946a9a0f3209c70cd77b245e))
* rerendering issues on DiffScene options change ([#1168](https://www.github.com/looker-open-source/sdk-codegen/issues/1168)) ([a4ac3bc](https://www.github.com/looker-open-source/sdk-codegen/commit/a4ac3bcf2b03ef427fe0fd13c72d1d7e3e939f90))
* whitespace under CollapserCard child components ([#1162](https://www.github.com/looker-open-source/sdk-codegen/issues/1162)) ([89fbf29](https://www.github.com/looker-open-source/sdk-codegen/commit/89fbf2911701b598bf9d673cef00e790a1bc8207))

## [2.7.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v2.6.0...sdk-codegen-all-v2.7.0) (2022-07-29)


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.7.0",
"version": "2.8.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
34 changes: 34 additions & 0 deletions packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@ 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.37](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.36...api-explorer-v0.9.37) (2022-09-21)


### Features

* ability to share a tag scene with a filter applied ([#1142](https://www.github.com/looker-open-source/sdk-codegen/issues/1142)) ([135dce3](https://www.github.com/looker-open-source/sdk-codegen/commit/135dce3a3bf75ad79525a81b2e848e118cc340e4))
* change diff scene route ([#1159](https://www.github.com/looker-open-source/sdk-codegen/issues/1159)) ([180cf20](https://www.github.com/looker-open-source/sdk-codegen/commit/180cf204f767474a76ad7de2ee6fb5171f910eb0))
* copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
* error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
* error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))
* SDK language selection as URL search parameter ([#1123](https://www.github.com/looker-open-source/sdk-codegen/issues/1123)) ([ae59b95](https://www.github.com/looker-open-source/sdk-codegen/commit/ae59b956a5f42dcdd5aa9b4c3d0da1836129a932))


### Bug Fixes

* DiffScene Page Displays Accurate Number of Diff Entries ([#1163](https://www.github.com/looker-open-source/sdk-codegen/issues/1163)) ([ee46932](https://www.github.com/looker-open-source/sdk-codegen/commit/ee469326783377a4ba382e1df915a30f1c503fd6))
* rerendering issues on DiffScene options change ([#1168](https://www.github.com/looker-open-source/sdk-codegen/issues/1168)) ([a4ac3bc](https://www.github.com/looker-open-source/sdk-codegen/commit/a4ac3bcf2b03ef427fe0fd13c72d1d7e3e939f90))
* whitespace under CollapserCard child components ([#1162](https://www.github.com/looker-open-source/sdk-codegen/issues/1162)) ([89fbf29](https://www.github.com/looker-open-source/sdk-codegen/commit/89fbf2911701b598bf9d673cef00e790a1bc8207))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.23 to ^0.1.24
* @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
* @looker/run-it bumped from ^0.9.36 to ^0.9.37
* @looker/sdk bumped from ^22.10.1 to ^22.12.1
* @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
* @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.4.2 to ^21.4.3
* @looker/sdk-node bumped from ^22.10.1 to ^22.12.1

### [0.9.36](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.35...api-explorer-v0.9.36) (2022-07-29)


Expand Down
18 changes: 9 additions & 9 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.36",
"version": "0.9.37",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.26",
"@looker/sdk-codegen-scripts": "^21.4.2",
"@looker/sdk-node": "^22.10.1",
"@looker/sdk-codegen-scripts": "^21.4.3",
"@looker/sdk-node": "^22.12.1",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand Down Expand Up @@ -68,16 +68,16 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "^0.1.23",
"@looker/code-editor": "^0.1.24",
"@looker/components": "^3.0.8",
"@looker/design-tokens": "^2.7.21",
"@looker/extension-utils": "^0.1.13",
"@looker/extension-utils": "^0.1.14",
"@looker/icons": "^1.5.3",
"@looker/redux": "0.0.0",
"@looker/run-it": "^0.9.36",
"@looker/sdk": "^22.10.1",
"@looker/sdk-codegen": "^21.7.0",
"@looker/sdk-rtl": "^21.3.4",
"@looker/run-it": "^0.9.37",
"@looker/sdk": "^22.12.1",
"@looker/sdk-codegen": "^21.7.1",
"@looker/sdk-rtl": "^21.4.0",
"@reduxjs/toolkit": "^1.6.2",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
Expand Down
17 changes: 16 additions & 1 deletion packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [0.1.24](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.23...code-editor-v0.1.24) (2022-09-21)


### Features

* error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
* error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))


### Dependencies

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

### [0.1.23](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.22...code-editor-v0.1.23) (2022-07-29)


Expand Down Expand Up @@ -271,4 +286,4 @@

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
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.23",
"version": "0.1.24",
"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.26",
"@looker/sdk-codegen": "^21.7.0",
"@looker/sdk-codegen": "^21.7.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
22 changes: 21 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.10.1...extension-api-explorer-v22.12.1) (2022-09-21)


### Features

* error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.36 to ^0.9.37
* @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
* @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
* @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
* @looker/run-it bumped from ^0.9.36 to ^0.9.37
* @looker/sdk bumped from ^22.10.1 to ^22.12.1
* @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1

### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.10.0...extension-api-explorer-v22.10.1) (2022-07-29)


Expand Down Expand Up @@ -560,4 +580,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
16 changes: 8 additions & 8 deletions packages/extension-api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-api-explorer",
"version": "22.10.1",
"version": "22.12.1",
"description": "Looker API Explorer extension",
"main": "dist/bundle.js",
"sideEffects": false,
Expand All @@ -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.36",
"@looker/api-explorer": "^0.9.37",
"@looker/components": "^3.0.8",
"@looker/extension-sdk": "^22.10.1",
"@looker/extension-sdk-react": "^22.10.1",
"@looker/extension-utils": "^0.1.13",
"@looker/extension-sdk": "^22.12.1",
"@looker/extension-sdk-react": "^22.12.1",
"@looker/extension-utils": "^0.1.14",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.36",
"@looker/sdk": "^22.10.1",
"@looker/sdk-codegen": "^21.7.0",
"@looker/run-it": "^0.9.37",
"@looker/sdk": "^22.12.1",
"@looker/sdk-codegen": "^21.7.1",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.10.1...extension-sdk-react-v22.12.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
* @looker/sdk bumped from ^22.10.1 to ^22.12.1
* @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0

### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.10.0...extension-sdk-react-v22.10.1) (2022-07-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/extension-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-sdk-react",
"version": "22.10.1",
"version": "22.12.1",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^22.10.1",
"@looker/sdk": "^22.10.1",
"@looker/sdk-rtl": "^21.3.4",
"@looker/extension-sdk": "^22.12.1",
"@looker/sdk": "^22.12.1",
"@looker/sdk-rtl": "^21.4.0",
"history": "^4.9.0",
"lodash": "^4.17.20"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.10.1...extension-sdk-v22.12.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^22.10.1 to ^22.12.1
* @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0

### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.10.0...extension-sdk-v22.10.1) (2022-07-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-sdk",
"version": "22.10.1",
"version": "22.12.1",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^22.10.1",
"@looker/sdk-rtl": "^21.3.4",
"@looker/sdk": "^22.12.1",
"@looker/sdk-rtl": "^21.4.0",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
"request": "^2.88.0",
Expand Down
21 changes: 20 additions & 1 deletion packages/extension-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

### [0.1.14](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.13...extension-utils-v0.1.14) (2022-09-21)


### Features

* copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
* error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
* error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
* @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
* @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
* @looker/code-editor bumped from ^0.1.23 to ^0.1.24

### [0.1.13](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.12...extension-utils-v0.1.13) (2022-07-29)


Expand Down Expand Up @@ -164,4 +183,4 @@
* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
Loading