Skip to content

Commit

Permalink
chore: release main (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dodge <joeldodge@google.com>
  • Loading branch information
1 parent 47ea87c commit d3129b6
Show file tree
Hide file tree
Showing 31 changed files with 237 additions and 71 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.9.1",
"packages/api-explorer": "0.9.11",
"packages/code-editor": "0.1.4",
"packages/extension-api-explorer": "21.8.1",
"packages/extension-sdk": "21.8.2",
"packages/extension-sdk-react": "21.8.2",
"packages/hackathon": "21.8.1",
"packages/run-it": "0.9.11",
"packages/sdk": "21.8.2",
"packages/sdk-codegen": "21.0.19",
"packages/sdk-codegen-scripts": "21.0.20",
".": "1.9.2",
"packages/api-explorer": "0.9.12",
"packages/code-editor": "0.1.5",
"packages/extension-api-explorer": "21.8.2",
"packages/extension-sdk": "21.8.3",
"packages/extension-sdk-react": "21.8.3",
"packages/hackathon": "21.8.2",
"packages/run-it": "0.9.12",
"packages/sdk": "21.8.3",
"packages/sdk-codegen": "21.0.20",
"packages/sdk-codegen-scripts": "21.0.21",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.8.1",
"packages/sdk-rtl": "21.0.15",
"packages/wholly-sheet": "0.5.10",
"python": "21.8.0"
"packages/sdk-node": "21.8.2",
"packages/sdk-rtl": "21.0.16",
"packages/wholly-sheet": "0.5.11",
"python": "21.8.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.9.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.9.1...sdk-codegen-all-v1.9.2) (2021-07-02)


### Bug Fixes

* explain pager and pageAll sdk param better ([#736](https://www.github.com/looker-open-source/sdk-codegen/issues/736)) ([a93a9b1](https://www.github.com/looker-open-source/sdk-codegen/commit/a93a9b1ded0acddeaf051e7a2fed5132c1cb5c0c))
* python datetime [de]serialization bug ([#734](https://www.github.com/looker-open-source/sdk-codegen/issues/734)) ([c821f2b](https://www.github.com/looker-open-source/sdk-codegen/commit/c821f2b77b99edfa2dd53aa0af82ab48081c3220))
* python remove runtime asserts ([#703](https://www.github.com/looker-open-source/sdk-codegen/issues/703)) ([9b963c3](https://www.github.com/looker-open-source/sdk-codegen/commit/9b963c3367905f907e7867df1446f56e18284c3b)), closes [#695](https://www.github.com/looker-open-source/sdk-codegen/issues/695)

### [1.9.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.9.0...sdk-codegen-all-v1.9.1) (2021-07-01)


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.9.1",
"version": "1.9.2",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.12](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.11...api-explorer-v0.9.12) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.4 to ^0.1.5
* @looker/run-it bumped from ^0.9.11 to ^0.9.12
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.20 to ^21.0.21
* @looker/sdk-node bumped from ^21.8.1 to ^21.8.2

### [0.9.11](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.10...api-explorer-v0.9.11) (2021-07-01)


Expand Down
16 changes: 8 additions & 8 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.11",
"version": "0.9.12",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.3.1",
"@looker/sdk-codegen-scripts": "^21.0.20",
"@looker/sdk-node": "^21.8.1",
"@looker/sdk-codegen-scripts": "^21.0.21",
"@looker/sdk-node": "^21.8.2",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand All @@ -57,14 +57,14 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "^0.1.4",
"@looker/code-editor": "^0.1.5",
"@looker/components": "^1.4.1",
"@looker/design-tokens": "^1.3.1",
"@looker/icons": "^1.3.0",
"@looker/run-it": "^0.9.11",
"@looker/sdk": "^21.8.2",
"@looker/sdk-codegen": "^21.0.19",
"@looker/sdk-rtl": "^21.0.15",
"@looker/run-it": "^0.9.12",
"@looker/sdk": "^21.8.3",
"@looker/sdk-codegen": "^21.0.20",
"@looker/sdk-rtl": "^21.0.16",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^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.5](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.4...code-editor-v0.1.5) (2021-07-02)


### Dependencies

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

### [0.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.3...code-editor-v0.1.4) (2021-07-01)


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.4",
"version": "0.1.5",
"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.3.1",
"@looker/sdk-codegen": "^21.0.19",
"@looker/sdk-codegen": "^21.0.20",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.8.1...extension-api-explorer-v21.8.2) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.11 to ^0.9.12
* @looker/extension-sdk bumped from ^21.8.2 to ^21.8.3
* @looker/extension-sdk-react bumped from ^21.8.2 to ^21.8.3
* @looker/run-it bumped from ^0.9.11 to ^0.9.12
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20

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


Expand Down
14 changes: 7 additions & 7 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": "21.8.1",
"version": "21.8.2",
"description": "Looker API Explorer extension version ",
"main": "dist/bundle.js",
"sideEffects": false,
Expand All @@ -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.11",
"@looker/api-explorer": "^0.9.12",
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.8.2",
"@looker/extension-sdk-react": "^21.8.2",
"@looker/extension-sdk": "^21.8.3",
"@looker/extension-sdk-react": "^21.8.3",
"@looker/icons": "1.3.0",
"@looker/run-it": "^0.9.11",
"@looker/sdk": "^21.8.2",
"@looker/sdk-codegen": "^21.0.19",
"@looker/run-it": "^0.9.12",
"@looker/sdk": "^21.8.3",
"@looker/sdk-codegen": "^21.0.20",
"@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.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.8.2...extension-sdk-react-v21.8.3) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16

### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.8.1...extension-sdk-react-v21.8.2) (2021-07-01)


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.2",
"version": "21.8.3",
"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.2",
"@looker/sdk": "^21.8.2",
"@looker/sdk-rtl": "^21.0.15",
"@looker/extension-sdk": "^21.8.3",
"@looker/sdk": "^21.8.3",
"@looker/sdk-rtl": "^21.0.16",
"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.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.2...extension-sdk-v21.8.3) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16

### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.1...extension-sdk-v21.8.2) (2021-07-01)


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.2",
"version": "21.8.3",
"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.2",
"@looker/sdk-rtl": "^21.0.15",
"@looker/sdk": "^21.8.3",
"@looker/sdk-rtl": "^21.0.16",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
"request": "^2.88.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.8.1...hackathon-v21.8.2) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.8.2 to ^21.8.3
* @looker/extension-sdk-react bumped from ^21.8.2 to ^21.8.3
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
* @looker/wholly-sheet bumped from ^0.5.10 to ^0.5.11

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


Expand Down
12 changes: 6 additions & 6 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/hackathon",
"version": "21.8.1",
"version": "21.8.2",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.8.2",
"@looker/extension-sdk-react": "^21.8.2",
"@looker/extension-sdk": "^21.8.3",
"@looker/extension-sdk-react": "^21.8.3",
"@looker/icons": "1.3.0",
"@looker/sdk": "^21.8.2",
"@looker/sdk-rtl": "^21.0.15",
"@looker/wholly-sheet": "^0.5.10",
"@looker/sdk": "^21.8.3",
"@looker/sdk-rtl": "^21.0.16",
"@looker/wholly-sheet": "^0.5.11",
"@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/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [0.9.12](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.11...run-it-v0.9.12) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
* @looker/code-editor bumped from ^0.1.4 to ^0.1.5
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16

### [0.9.11](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.10...run-it-v0.9.11) (2021-07-01)


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.11",
"version": "0.9.12",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -57,11 +57,11 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/sdk": "^21.8.2",
"@looker/sdk-codegen": "^21.0.19",
"@looker/sdk": "^21.8.3",
"@looker/sdk-codegen": "^21.0.20",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.1.4",
"@looker/sdk-rtl": "^21.0.15",
"@looker/code-editor": "^0.1.5",
"@looker/sdk-rtl": "^21.0.16",
"@types/readable-stream": "^2.3.5",
"lodash": "^4.17.19",
"papaparse": "^5.3.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/sdk-codegen-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [21.0.21](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.20...sdk-codegen-scripts-v21.0.21) (2021-07-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.8.2 to ^21.8.3
* @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
* @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
* @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16

### [21.0.20](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.19...sdk-codegen-scripts-v21.0.20) (2021-07-01)


Expand Down Expand Up @@ -150,4 +162,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
Loading

0 comments on commit d3129b6

Please sign in to comment.