Skip to content

Commit

Permalink
chore: release main (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot authored Jun 16, 2021
1 parent eec853e commit 15dcae3
Show file tree
Hide file tree
Showing 29 changed files with 287 additions and 64 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.6.0",
"packages/api-explorer": "0.9.7",
"packages/code-editor": "0.1.1",
"packages/extension-api-explorer": "21.6.0",
"packages/extension-sdk": "21.6.0",
"packages/extension-sdk-react": "21.6.0",
"packages/hackathon": "21.6.0",
"packages/run-it": "0.9.7",
"packages/sdk": "21.6.0",
"packages/sdk-codegen": "21.0.16",
"packages/sdk-codegen-scripts": "21.0.16",
".": "1.7.0",
"packages/api-explorer": "0.9.8",
"packages/code-editor": "0.1.2",
"packages/extension-api-explorer": "21.6.1",
"packages/extension-sdk": "21.6.1",
"packages/extension-sdk-react": "21.6.1",
"packages/hackathon": "21.6.1",
"packages/run-it": "0.9.8",
"packages/sdk": "21.6.1",
"packages/sdk-codegen": "21.0.17",
"packages/sdk-codegen-scripts": "21.0.17",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.6.0",
"packages/sdk-node": "21.6.1",
"packages/sdk-rtl": "21.0.13",
"packages/wholly-sheet": "0.5.6",
"python": "21.6.0"
"packages/wholly-sheet": "0.5.7",
"python": "21.6.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### Features

* **New Python Examples:** Adding 2 new Python examples ([#701](https://www.github.com/looker-open-source/sdk-codegen/issues/701)) ([c4135eb](https://www.github.com/looker-open-source/sdk-codegen/commit/c4135eb962dbf05c5b1644e2ed437272eec8894d))
* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
* show original spec in API Explorer ([#686](https://www.github.com/looker-open-source/sdk-codegen/issues/686)) ([2bfb014](https://www.github.com/looker-open-source/sdk-codegen/commit/2bfb0147f2947680a784ef3118192b1e7590b296))
* two-way type references ([#684](https://www.github.com/looker-open-source/sdk-codegen/issues/684)) ([fbc0565](https://www.github.com/looker-open-source/sdk-codegen/commit/fbc0565c4c8fe3d1488bd246e244bed56f1412a9))
* upgrade react-markdown ([#681](https://www.github.com/looker-open-source/sdk-codegen/issues/681)) ([952ed30](https://www.github.com/looker-open-source/sdk-codegen/commit/952ed305347e591154413171d73cc648d3f597c5))


### Bug Fixes

* export funcs for TS SDK ([#693](https://www.github.com/looker-open-source/sdk-codegen/issues/693)) ([eec853e](https://www.github.com/looker-open-source/sdk-codegen/commit/eec853e87d35e4908d3416d6f3b1d98209ab22f5))
* font download on route change ([#678](https://www.github.com/looker-open-source/sdk-codegen/issues/678)) ([ae62914](https://www.github.com/looker-open-source/sdk-codegen/commit/ae62914faa2e93d5523ddc82973f23df2992ea2f))
* rendering of markdown tables in APIX explorer ([#687](https://www.github.com/looker-open-source/sdk-codegen/issues/687)) ([40e8640](https://www.github.com/looker-open-source/sdk-codegen/commit/40e8640872db001075c397b5d941dec535867a3d))
* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))

## [1.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.5.0...sdk-codegen-all-v1.6.0) (2021-05-05)


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


### Features

* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
* show original spec in API Explorer ([#686](https://www.github.com/looker-open-source/sdk-codegen/issues/686)) ([2bfb014](https://www.github.com/looker-open-source/sdk-codegen/commit/2bfb0147f2947680a784ef3118192b1e7590b296))
* two-way type references ([#684](https://www.github.com/looker-open-source/sdk-codegen/issues/684)) ([fbc0565](https://www.github.com/looker-open-source/sdk-codegen/commit/fbc0565c4c8fe3d1488bd246e244bed56f1412a9))
* upgrade react-markdown ([#681](https://www.github.com/looker-open-source/sdk-codegen/issues/681)) ([952ed30](https://www.github.com/looker-open-source/sdk-codegen/commit/952ed305347e591154413171d73cc648d3f597c5))


### Bug Fixes

* font download on route change ([#678](https://www.github.com/looker-open-source/sdk-codegen/issues/678)) ([ae62914](https://www.github.com/looker-open-source/sdk-codegen/commit/ae62914faa2e93d5523ddc82973f23df2992ea2f))
* rendering of markdown tables in APIX explorer ([#687](https://www.github.com/looker-open-source/sdk-codegen/issues/687)) ([40e8640](https://www.github.com/looker-open-source/sdk-codegen/commit/40e8640872db001075c397b5d941dec535867a3d))
* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.1 to ^0.1.2
* @looker/run-it bumped from ^0.9.7 to ^0.9.8
* @looker/sdk bumped from ^21.6.0 to ^21.6.1
* @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.16 to ^21.0.17
* @looker/sdk-node bumped from ^21.6.0 to ^21.6.1

### [0.9.7](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.6...api-explorer-v0.9.7) (2021-05-05)


Expand Down
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.7",
"version": "0.9.8",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.3.1",
"@looker/sdk-codegen-scripts": "^21.0.16",
"@looker/sdk-node": "^21.6.0",
"@looker/sdk-codegen-scripts": "^21.0.17",
"@looker/sdk-node": "^21.6.1",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand All @@ -54,13 +54,13 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "^0.1.1",
"@looker/code-editor": "^0.1.2",
"@looker/components": "^1.4.1",
"@looker/design-tokens": "^1.3.1",
"@looker/icons": "^1.3.0",
"@looker/run-it": "^0.9.7",
"@looker/sdk": "^21.6.0",
"@looker/sdk-codegen": "^21.0.16",
"@looker/run-it": "^0.9.8",
"@looker/sdk": "^21.6.1",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-rtl": "^21.0.13",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
Expand Down
22 changes: 21 additions & 1 deletion packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### Features

* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))


### Bug Fixes

* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
* sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))


### Dependencies

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

### [0.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.0...code-editor-v0.1.1) (2021-05-05)


Expand Down Expand Up @@ -38,4 +58,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.1",
"version": "0.1.2",
"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.16",
"@looker/sdk-codegen": "^21.0.17",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
27 changes: 26 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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


### Features

* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
* upgrade react-markdown ([#681](https://www.github.com/looker-open-source/sdk-codegen/issues/681)) ([952ed30](https://www.github.com/looker-open-source/sdk-codegen/commit/952ed305347e591154413171d73cc648d3f597c5))


### Bug Fixes

* font download on route change ([#678](https://www.github.com/looker-open-source/sdk-codegen/issues/678)) ([ae62914](https://www.github.com/looker-open-source/sdk-codegen/commit/ae62914faa2e93d5523ddc82973f23df2992ea2f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.7 to ^0.9.8
* @looker/extension-sdk bumped from ^21.6.0 to ^21.6.1
* @looker/extension-sdk-react bumped from ^21.6.0 to ^21.6.1
* @looker/run-it bumped from ^0.9.7 to ^0.9.8
* @looker/sdk bumped from ^21.6.0 to ^21.6.1
* @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.4.5...extension-api-explorer-v21.6.0) (2021-05-05)


Expand Down Expand Up @@ -112,4 +137,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
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.6.0",
"version": "21.6.1",
"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.7",
"@looker/api-explorer": "^0.9.8",
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.6.0",
"@looker/extension-sdk-react": "^21.6.0",
"@looker/extension-sdk": "^21.6.1",
"@looker/extension-sdk-react": "^21.6.1",
"@looker/icons": "1.3.0",
"@looker/run-it": "^0.9.7",
"@looker/sdk": "^21.6.0",
"@looker/sdk-codegen": "^21.0.16",
"@looker/run-it": "^0.9.8",
"@looker/sdk": "^21.6.1",
"@looker/sdk-codegen": "^21.0.17",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
17 changes: 16 additions & 1 deletion packages/extension-sdk-react/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).

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


### Features

* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.6.0 to ^21.6.1
* @looker/sdk bumped from ^21.6.0 to ^21.6.1

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.5...extension-sdk-react-v21.6.0) (2021-05-05)


Expand Down Expand Up @@ -92,4 +107,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.
6 changes: 3 additions & 3 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.6.0",
"version": "21.6.1",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^21.6.0",
"@looker/sdk": "^21.6.0",
"@looker/extension-sdk": "^21.6.1",
"@looker/sdk": "^21.6.1",
"@looker/sdk-rtl": "^21.0.13",
"history": "^4.9.0",
"lodash": "^4.17.20"
Expand Down
9 changes: 9 additions & 0 deletions 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.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.0...extension-sdk-v21.6.1) (2021-06-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.6.0 to ^21.6.1

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.5...extension-sdk-v21.6.0) (2021-05-05)


Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "21.6.1",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.6.0",
"@looker/sdk": "^21.6.1",
"@looker/sdk-rtl": "^21.0.13",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
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.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.6.0...hackathon-v21.6.1) (2021-06-16)


### Features

* reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.6.0 to ^21.6.1
* @looker/extension-sdk-react bumped from ^21.6.0 to ^21.6.1
* @looker/sdk bumped from ^21.6.0 to ^21.6.1
* @looker/wholly-sheet bumped from ^0.5.6 to ^0.5.7

## [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.5...hackathon-v21.6.0) (2021-05-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/hackathon",
"version": "21.6.0",
"version": "21.6.1",
"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.6.0",
"@looker/extension-sdk-react": "^21.6.0",
"@looker/extension-sdk": "^21.6.1",
"@looker/extension-sdk-react": "^21.6.1",
"@looker/icons": "1.3.0",
"@looker/sdk": "^21.6.0",
"@looker/sdk": "^21.6.1",
"@looker/sdk-rtl": "^21.0.13",
"@looker/wholly-sheet": "^0.5.6",
"@looker/wholly-sheet": "^0.5.7",
"@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 15dcae3

Please sign in to comment.