Skip to content

Commit

Permalink
chore: release main (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot authored Jun 30, 2021
1 parent 537eb57 commit 1a835a8
Show file tree
Hide file tree
Showing 29 changed files with 250 additions and 64 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.8.0",
"packages/api-explorer": "0.9.9",
"packages/code-editor": "0.1.2",
".": "1.9.0",
"packages/api-explorer": "0.9.10",
"packages/code-editor": "0.1.3",
"packages/extension-api-explorer": "21.8.0",
"packages/extension-sdk": "21.8.0",
"packages/extension-sdk-react": "21.8.0",
"packages/extension-sdk": "21.8.1",
"packages/extension-sdk-react": "21.8.1",
"packages/hackathon": "21.8.0",
"packages/run-it": "0.9.9",
"packages/sdk": "21.8.0",
"packages/sdk-codegen": "21.0.17",
"packages/sdk-codegen-scripts": "21.0.18",
"packages/run-it": "0.9.10",
"packages/sdk": "21.8.1",
"packages/sdk-codegen": "21.0.18",
"packages/sdk-codegen-scripts": "21.0.19",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.8.0",
"packages/sdk-rtl": "21.0.13",
"packages/wholly-sheet": "0.5.8",
"packages/sdk-rtl": "21.0.14",
"packages/wholly-sheet": "0.5.9",
"python": "21.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.9.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.8.0...sdk-codegen-all-v1.9.0) (2021-06-30)


### Features

* paging results for the Typescript SDK ([#698](https://www.github.com/looker-open-source/sdk-codegen/issues/698)) ([537eb57](https://www.github.com/looker-open-source/sdk-codegen/commit/537eb579b9c6d95d600f455a187e6d7b9bf700ef))
* refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))
* syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))


### Bug Fixes

* dependabot security package upgrades ([#725](https://www.github.com/looker-open-source/sdk-codegen/issues/725)) ([15d7cb3](https://www.github.com/looker-open-source/sdk-codegen/commit/15d7cb3f70229424cc1710112683f096ccbc863c))

## [1.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.7.0...sdk-codegen-all-v1.8.0) (2021-06-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "1.8.0",
"version": "1.9.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down Expand Up @@ -213,6 +213,6 @@
"css-what": ">= 5.0.1",
"trim-newlines": ">= 3.0.1",
"glob-parent": ">= 5.1.2",
"ws": ">= 7.4.6"
"ws": ">= 7.4.6"
}
}
22 changes: 21 additions & 1 deletion packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.10](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.9...api-explorer-v0.9.10) (2021-06-30)


### Features

* refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.2 to ^0.1.3
* @looker/run-it bumped from ^0.9.9 to ^0.9.10
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.18 to ^21.0.19

### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.8...api-explorer-v0.9.9) (2021-06-17)


Expand Down Expand Up @@ -209,4 +229,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`](/packages/api-explorer/src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](/packages/api-explorer/src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
- Added [`ExploreType`](/packages/api-explorer/src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](/packages/api-explorer/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.9",
"version": "0.9.10",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.3.1",
"@looker/sdk-codegen-scripts": "^21.0.18",
"@looker/sdk-codegen-scripts": "^21.0.19",
"@looker/sdk-node": "^21.8.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
Expand All @@ -54,14 +54,14 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "^0.1.2",
"@looker/code-editor": "^0.1.3",
"@looker/components": "^1.4.1",
"@looker/design-tokens": "^1.3.1",
"@looker/icons": "^1.3.0",
"@looker/run-it": "^0.9.9",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-rtl": "^21.0.13",
"@looker/run-it": "^0.9.10",
"@looker/sdk": "^21.8.1",
"@looker/sdk-codegen": "^21.0.18",
"@looker/sdk-rtl": "^21.0.14",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.2...code-editor-v0.1.3) (2021-06-30)


### Features

* refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))


### Dependencies

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

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


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.2",
"version": "0.1.3",
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.3.1",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-codegen": "^21.0.18",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
21 changes: 20 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.8.0...extension-api-explorer-v21.8.0) (2021-06-30)


### Features

* syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.9 to ^0.9.10
* @looker/extension-sdk bumped from ^21.8.0 to ^21.8.1
* @looker/extension-sdk-react bumped from ^21.8.0 to ^21.8.1
* @looker/run-it bumped from ^0.9.9 to ^0.9.10
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.6.1...extension-api-explorer-v21.8.0) (2021-06-17)


Expand Down Expand Up @@ -150,4 +169,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
12 changes: 6 additions & 6 deletions packages/extension-api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"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.9",
"@looker/api-explorer": "^0.9.10",
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.8.0",
"@looker/extension-sdk-react": "^21.8.0",
"@looker/extension-sdk": "^21.8.1",
"@looker/extension-sdk-react": "^21.8.1",
"@looker/icons": "1.3.0",
"@looker/run-it": "^0.9.9",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@looker/run-it": "^0.9.10",
"@looker/sdk": "^21.8.1",
"@looker/sdk-codegen": "^21.0.18",
"@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).

### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.8.0...extension-sdk-react-v21.8.1) (2021-06-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.6.1...extension-sdk-react-v21.8.0) (2021-06-17)


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": "21.8.0",
"version": "21.8.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": "^21.8.0",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"@looker/extension-sdk": "^21.8.1",
"@looker/sdk": "^21.8.1",
"@looker/sdk-rtl": "^21.0.14",
"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).

### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.0...extension-sdk-v21.8.1) (2021-06-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.1...extension-sdk-v21.8.0) (2021-06-17)


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": "21.8.0",
"version": "21.8.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": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"@looker/sdk": "^21.8.1",
"@looker/sdk-rtl": "^21.0.14",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
"request": "^2.88.0",
Expand Down
21 changes: 20 additions & 1 deletion packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.8.0...hackathon-v21.8.0) (2021-06-30)


### Features

* paging results for the Typescript SDK ([#698](https://www.github.com/looker-open-source/sdk-codegen/issues/698)) ([537eb57](https://www.github.com/looker-open-source/sdk-codegen/commit/537eb579b9c6d95d600f455a187e6d7b9bf700ef))
* syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.8.0 to ^21.8.1
* @looker/extension-sdk-react bumped from ^21.8.0 to ^21.8.1
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
* @looker/wholly-sheet bumped from ^0.5.8 to ^0.5.9

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.6.1...hackathon-v21.8.0) (2021-06-17)


Expand Down Expand Up @@ -123,4 +142,4 @@
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1
10 changes: 5 additions & 5 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.8.0",
"@looker/extension-sdk-react": "^21.8.0",
"@looker/extension-sdk": "^21.8.1",
"@looker/extension-sdk-react": "^21.8.1",
"@looker/icons": "1.3.0",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"@looker/wholly-sheet": "^0.5.8",
"@looker/sdk": "^21.8.1",
"@looker/sdk-rtl": "^21.0.14",
"@looker/wholly-sheet": "^0.5.9",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
20 changes: 19 additions & 1 deletion packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### [0.9.10](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.9...run-it-v0.9.10) (2021-06-30)


### Features

* refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))
* syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.8.0 to ^21.8.1
* @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
* @looker/code-editor bumped from ^0.1.2 to ^0.1.3
* @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14

### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.8...run-it-v0.9.9) (2021-06-17)


Expand Down Expand Up @@ -140,4 +158,4 @@
* @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-utils bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
Loading

0 comments on commit 1a835a8

Please sign in to comment.