Skip to content

Commit

Permalink
chore: release main (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot authored Dec 16, 2021
1 parent 25cef47 commit cde39cf
Show file tree
Hide file tree
Showing 31 changed files with 232 additions and 54 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "1.19.0",
"packages/api-explorer": "0.9.24",
"packages/code-editor": "0.1.15",
".": "1.20.0",
"packages/api-explorer": "0.9.25",
"packages/code-editor": "0.1.16",
"packages/extension-api-explorer": "21.20.0",
"packages/extension-sdk": "21.20.0",
"packages/extension-sdk-react": "21.20.0",
"packages/extension-utils": "0.1.1",
"packages/extension-utils": "0.1.2",
"packages/hackathon": "21.20.0",
"packages/run-it": "0.9.24",
"packages/run-it": "0.9.25",
"packages/sdk": "21.20.0",
"packages/sdk-codegen": "21.2.1",
"packages/sdk-codegen-scripts": "21.1.4",
"packages/sdk-codegen": "21.3.0",
"packages/sdk-codegen-scripts": "21.2.0",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.20.0",
"packages/sdk-rtl": "21.2.0",
"packages/wholly-sheet": "0.5.21",
"packages/sdk-rtl": "21.3.0",
"packages/wholly-sheet": "0.5.22",
"python": "21.20.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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)


### Features

* 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))
* 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))

## [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)


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": "1.19.0",
"version": "1.20.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
17 changes: 16 additions & 1 deletion packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.25](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.24...api-explorer-v0.9.25) (2021-12-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
* @looker/code-editor bumped from ^0.1.15 to ^0.1.16
* @looker/run-it bumped from ^0.9.24 to ^0.9.25
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0

### [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)


Expand Down Expand Up @@ -509,4 +524,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
14 changes: 7 additions & 7 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.24",
"version": "0.9.25",
"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.1.4",
"@looker/sdk-codegen-scripts": "^21.2.0",
"@looker/sdk-node": "^21.20.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
Expand Down Expand Up @@ -67,17 +67,17 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/extension-utils": "^0.1.1",
"@looker/code-editor": "^0.1.15",
"@looker/extension-utils": "^0.1.2",
"@looker/code-editor": "^0.1.16",
"@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.24",
"@looker/run-it": "^0.9.25",
"@looker/sdk": "^21.20.0",
"@looker/sdk-codegen": "^21.2.1",
"@looker/sdk-rtl": "^21.2.0",
"@looker/sdk-codegen": "^21.3.0",
"@looker/sdk-rtl": "^21.3.0",
"@reduxjs/toolkit": "^1.6.2",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^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.16](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.15...code-editor-v0.1.16) (2021-12-16)


### Dependencies

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

### [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)


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.15",
"version": "0.1.16",
"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.2.1",
"@looker/sdk-codegen": "^21.3.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.24 to ^0.9.25
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
* @looker/run-it bumped from ^0.9.24 to ^0.9.25
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0

## [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)


Expand Down Expand Up @@ -396,4 +408,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.24",
"@looker/extension-utils": "^0.1.1",
"@looker/api-explorer": "^0.9.25",
"@looker/extension-utils": "^0.1.2",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.0",
"@looker/extension-sdk-react": "^21.20.0",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.24",
"@looker/run-it": "^0.9.25",
"@looker/sdk": "^21.20.0",
"@looker/sdk-codegen": "^21.2.1",
"@looker/sdk-codegen": "^21.3.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/extension-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.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)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0

## [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)


Expand Down Expand Up @@ -252,4 +261,4 @@ in extension builds.

## [21.0.5]

Moved to the /looker-open-source/sdk-codegen github repository.
Moved to the /looker-open-source/sdk-codegen github repository.
2 changes: 1 addition & 1 deletion packages/extension-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@looker/extension-sdk": "^21.20.0",
"@looker/sdk": "^21.20.0",
"@looker/sdk-rtl": "^21.2.0",
"@looker/sdk-rtl": "^21.3.0",
"history": "^4.9.0",
"lodash": "^4.17.20"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/extension-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.0) (2021-12-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0

## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.18.1...extension-sdk-v21.20.0) (2021-11-10)


Expand Down Expand Up @@ -230,4 +239,4 @@ in extension builds.

## [21.0.5]

Moved to the /looker-open-source/sdk-codegen github repository.
Moved to the /looker-open-source/sdk-codegen github repository.
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.20.0",
"@looker/sdk-rtl": "^21.2.0",
"@looker/sdk-rtl": "^21.3.0",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
"request": "^2.88.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.1...extension-utils-v0.1.2) (2021-12-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0

### [0.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.1.2",
"description": "Looker Extension Utilities",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.0",
"@looker/extension-sdk-react": "^21.20.0",
"@looker/sdk-rtl": "^21.2.0",
"@looker/sdk-rtl": "^21.3.0",
"react": "^16.13.1"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.0...hackathon-v21.20.0) (2021-12-16)


### Features

* 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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.15 to ^0.1.16
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
* @looker/wholly-sheet bumped from ^0.5.21 to ^0.5.22

## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.0...hackathon-v21.20.0) (2021-12-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"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.15",
"@looker/code-editor": "^0.1.16",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.0",
"@looker/extension-sdk-react": "^21.20.0",
"@looker/extension-utils": "^0.1.1",
"@looker/extension-utils": "^0.1.2",
"@looker/icons": "^1.5.3",
"@looker/sdk": "^21.20.0",
"@looker/sdk-rtl": "^21.2.0",
"@looker/wholly-sheet": "^0.5.21",
"@looker/sdk-rtl": "^21.3.0",
"@looker/wholly-sheet": "^0.5.22",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.24...run-it-v0.9.25) (2021-12-16)


### Features

* 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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.15 to ^0.1.16
* @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0

### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.24) (2021-12-06)


Expand Down
10 changes: 5 additions & 5 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.24",
"version": "0.9.25",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -51,16 +51,16 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@looker/code-editor": "^0.1.15",
"@looker/code-editor": "^0.1.16",
"@looker/components": "^2.8.1",
"@looker/components-date": "^2.4.1",
"@looker/design-tokens": "^2.7.1",
"@looker/extension-utils": "^0.1.1",
"@looker/extension-utils": "^0.1.2",
"@looker/icons": "^1.5.3",
"@looker/sdk": "^21.20.0",
"@looker/sdk-codegen": "^21.2.1",
"@looker/sdk-codegen": "^21.3.0",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-rtl": "^21.2.0",
"@looker/sdk-rtl": "^21.3.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
Loading

0 comments on commit cde39cf

Please sign in to comment.