diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5423c6898..960b19471 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - ".": "1.17.1", - "packages/api-explorer": "0.9.22", - "packages/code-editor": "0.1.13", - "packages/extension-api-explorer": "21.18.1", - "packages/extension-sdk": "21.18.1", - "packages/extension-sdk-react": "21.18.1", + ".": "1.18.0", + "packages/api-explorer": "0.9.23", + "packages/code-editor": "0.1.14", + "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.0", - "packages/hackathon": "21.18.1", - "packages/run-it": "0.9.22", - "packages/sdk": "21.18.1", - "packages/sdk-codegen": "21.1.1", - "packages/sdk-codegen-scripts": "21.1.2", + "packages/hackathon": "21.20.0", + "packages/run-it": "0.9.23", + "packages/sdk": "21.20.0", + "packages/sdk-codegen": "21.2.0", + "packages/sdk-codegen-scripts": "21.1.3", "packages/sdk-codegen-utils": "21.0.11", - "packages/sdk-node": "21.18.1", - "packages/sdk-rtl": "21.1.1", - "packages/wholly-sheet": "0.5.19", - "python": "21.18.0" + "packages/sdk-node": "21.20.0", + "packages/sdk-rtl": "21.2.0", + "packages/wholly-sheet": "0.5.20", + "python": "21.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92421f10a..ad07b1b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.17.1...sdk-codegen-all-v1.18.0) (2021-11-10) + + +### Features + +* Add JPN agenda.ts and add yarn command in readme.md for hackathon app ([#889](https://www.github.com/looker-open-source/sdk-codegen/issues/889)) ([16528bc](https://www.github.com/looker-open-source/sdk-codegen/commit/16528bc245f6e447be3d862a4a0115a50aa1a16a)) +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) +* disable "Add Project" when judging starts ([#894](https://www.github.com/looker-open-source/sdk-codegen/issues/894)) ([d3386ae](https://www.github.com/looker-open-source/sdk-codegen/commit/d3386ae034dd5bacd067de791fe5ba5f3ed06ac4)) +* enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826)) +* judging view for Hackathon app ([#891](https://www.github.com/looker-open-source/sdk-codegen/issues/891)) ([ff9f9f6](https://www.github.com/looker-open-source/sdk-codegen/commit/ff9f9f6240b54abf0a295bead5317489658ec068)) +* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d)) +* markdown, link click support, and project view for hackathon projects ([#877](https://www.github.com/looker-open-source/sdk-codegen/issues/877)) ([c55b221](https://www.github.com/looker-open-source/sdk-codegen/commit/c55b22101f3be2b8f172841dc3964dcc18825e47)) +* Python SDK Example: Gsheet / Cloud Functions / Looker SDK integration ([#874](https://www.github.com/looker-open-source/sdk-codegen/issues/874)) ([0ec156a](https://www.github.com/looker-open-source/sdk-codegen/commit/0ec156a210e7aa1e23bc33bbc3555ba90e166332)) + + +### Bug Fixes + +* add hackathon resource ([#900](https://www.github.com/looker-open-source/sdk-codegen/issues/900)) ([c092c93](https://www.github.com/looker-open-source/sdk-codegen/commit/c092c933b01ba61cb285782a4dd5cbf97d249f6f)) +* Add hackathon resources and refactor to use enums ([#887](https://www.github.com/looker-open-source/sdk-codegen/issues/887)) ([59faaab](https://www.github.com/looker-open-source/sdk-codegen/commit/59faaaba3875c60c88bb1aa7adea2ef16a94705c)) +* api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d)) +* Hackathon styling and resource update ([#884](https://www.github.com/looker-open-source/sdk-codegen/issues/884)) ([7e07abb](https://www.github.com/looker-open-source/sdk-codegen/commit/7e07abb46213b9c7fd3170f1d75788a621e6bbd8)) +* optimize scripts for parallel startup of Looker docker image ([#881](https://www.github.com/looker-open-source/sdk-codegen/issues/881)) ([5624c72](https://www.github.com/looker-open-source/sdk-codegen/commit/5624c72e3e65159bd8ae306c3eca4176ebee3675)) +* show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298)) +* Update CI to include Looker 21.20 ([#895](https://www.github.com/looker-open-source/sdk-codegen/issues/895)) ([3defa5b](https://www.github.com/looker-open-source/sdk-codegen/commit/3defa5bbacb0269230bbdbe91b2d6acf71fde1f3)) +* Updated and corrected agenda and resources page ([#892](https://www.github.com/looker-open-source/sdk-codegen/issues/892)) ([db5000c](https://www.github.com/looker-open-source/sdk-codegen/commit/db5000ced51deddfc0fbb64161283770868a2cd2)) +* Updated hackathon readme landing page path and cleanup ([#893](https://www.github.com/looker-open-source/sdk-codegen/issues/893)) ([382a9f0](https://www.github.com/looker-open-source/sdk-codegen/commit/382a9f0e41716a8b1adc9858ad60a88b6e0b5343)) +* Updated hackathon resources and project description ([#898](https://www.github.com/looker-open-source/sdk-codegen/issues/898)) ([9581b20](https://www.github.com/looker-open-source/sdk-codegen/commit/9581b20d27530d0a2d0e4327bdf2b9daf0e4e35a)) + ### [1.17.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.17.0...sdk-codegen-all-v1.17.1) (2021-10-27) diff --git a/package.json b/package.json index 298840c4a..7f4c4219e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "name": "sdk-codegen-all", - "version": "1.17.1", + "version": "1.18.0", "description": "All workspaces for SDK code generation", "author": "Looker", "private": true, diff --git a/packages/api-explorer/CHANGELOG.md b/packages/api-explorer/CHANGELOG.md index a707ef275..92417292e 100644 --- a/packages/api-explorer/CHANGELOG.md +++ b/packages/api-explorer/CHANGELOG.md @@ -5,6 +5,32 @@ 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.23](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.22...api-explorer-v0.9.23) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + +### Bug Fixes + +* api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/code-editor bumped from ^0.1.13 to ^0.1.14 + * @looker/run-it bumped from ^0.9.22 to ^0.9.23 + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + * devDependencies + * @looker/sdk-codegen-scripts bumped from ^21.1.2 to ^21.1.3 + * @looker/sdk-node bumped from ^21.18.1 to ^21.20.0 + ### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.21...api-explorer-v0.9.22) (2021-10-27) diff --git a/packages/api-explorer/package.json b/packages/api-explorer/package.json index 73d5c5569..740299d1c 100644 --- a/packages/api-explorer/package.json +++ b/packages/api-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@looker/api-explorer", - "version": "0.9.22", + "version": "0.9.23", "description": "Looker API Explorer", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -33,8 +33,8 @@ }, "devDependencies": { "@looker/components-test-utils": "^1.5.5", - "@looker/sdk-codegen-scripts": "^21.1.2", - "@looker/sdk-node": "^21.18.1", + "@looker/sdk-codegen-scripts": "^21.1.3", + "@looker/sdk-node": "^21.20.0", "@styled-icons/styled-icon": "^10.6.3", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", @@ -68,16 +68,16 @@ }, "dependencies": { "@looker/extension-utils": "0.1.0", - "@looker/code-editor": "^0.1.13", + "@looker/code-editor": "^0.1.14", "@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.22", - "@looker/sdk": "^21.18.1", - "@looker/sdk-codegen": "^21.1.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/run-it": "^0.9.23", + "@looker/sdk": "^21.20.0", + "@looker/sdk-codegen": "^21.2.0", + "@looker/sdk-rtl": "^21.2.0", "@reduxjs/toolkit": "^1.6.2", "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.28.0", diff --git a/packages/code-editor/CHANGELOG.md b/packages/code-editor/CHANGELOG.md index e13d1adeb..ee8c6f273 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [0.1.14](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.13...code-editor-v0.1.14) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0 + ### [0.1.13](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.12...code-editor-v0.1.13) (2021-10-27) @@ -176,4 +190,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 \ No newline at end of file diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index ac406dfd3..2300759ae 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@looker/code-editor", - "version": "0.1.13", + "version": "0.1.14", "description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -30,7 +30,7 @@ }, "devDependencies": { "@looker/components-test-utils": "^1.5.5", - "@looker/sdk-codegen": "^21.1.1", + "@looker/sdk-codegen": "^21.2.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", diff --git a/packages/extension-api-explorer/CHANGELOG.md b/packages/extension-api-explorer/CHANGELOG.md index 1fcfa44c6..57b6dc397 100644 --- a/packages/extension-api-explorer/CHANGELOG.md +++ b/packages/extension-api-explorer/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.18.1...extension-api-explorer-v21.20.0) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/api-explorer bumped from ^0.9.22 to ^0.9.23 + * @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/run-it bumped from ^0.9.22 to ^0.9.23 + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.18.0...extension-api-explorer-v21.18.1) (2021-10-27) @@ -360,4 +379,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 \ No newline at end of file diff --git a/packages/extension-api-explorer/package.json b/packages/extension-api-explorer/package.json index f3d21de36..3fb3e41e1 100644 --- a/packages/extension-api-explorer/package.json +++ b/packages/extension-api-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@looker/extension-api-explorer", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker API Explorer extension", "main": "dist/bundle.js", "sideEffects": false, @@ -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.22", + "@looker/api-explorer": "^0.9.23", "@looker/extension-utils": "0.1.0", "@looker/components": "^2.8.1", - "@looker/extension-sdk": "^21.18.1", - "@looker/extension-sdk-react": "^21.18.1", + "@looker/extension-sdk": "^21.20.0", + "@looker/extension-sdk-react": "^21.20.0", "@looker/icons": "^1.5.3", - "@looker/run-it": "^0.9.22", - "@looker/sdk": "^21.18.1", - "@looker/sdk-codegen": "^21.1.1", + "@looker/run-it": "^0.9.23", + "@looker/sdk": "^21.20.0", + "@looker/sdk-codegen": "^21.2.0", "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.28.0", "@styled-icons/material-rounded": "^10.28.0", diff --git a/packages/extension-sdk-react/CHANGELOG.md b/packages/extension-sdk-react/CHANGELOG.md index 456eb8a11..52de1e6c2 100644 --- a/packages/extension-sdk-react/CHANGELOG.md +++ b/packages/extension-sdk-react/CHANGELOG.md @@ -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). +## [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) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.18.0...extension-sdk-react-v21.18.1) (2021-10-27) @@ -236,4 +252,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. \ No newline at end of file diff --git a/packages/extension-sdk-react/package.json b/packages/extension-sdk-react/package.json index 9ddcaa455..1b71a3a4f 100644 --- a/packages/extension-sdk-react/package.json +++ b/packages/extension-sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@looker/extension-sdk-react", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker Extension SDK for React", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -43,9 +43,9 @@ "react-router-dom": "^5.1.2" }, "dependencies": { - "@looker/extension-sdk": "^21.18.1", - "@looker/sdk": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/extension-sdk": "^21.20.0", + "@looker/sdk": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", "history": "^4.9.0", "lodash": "^4.17.20" }, diff --git a/packages/extension-sdk/CHANGELOG.md b/packages/extension-sdk/CHANGELOG.md index e28764c2f..6536ebee3 100644 --- a/packages/extension-sdk/CHANGELOG.md +++ b/packages/extension-sdk/CHANGELOG.md @@ -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.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) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.18.0...extension-sdk-v21.18.1) (2021-10-27) @@ -215,4 +230,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. \ No newline at end of file diff --git a/packages/extension-sdk/package.json b/packages/extension-sdk/package.json index f7155f798..63a71e46d 100644 --- a/packages/extension-sdk/package.json +++ b/packages/extension-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@looker/extension-sdk", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker Extension SDK", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -40,8 +40,8 @@ }, "dependencies": { "@looker/chatty": "^2.3.0", - "@looker/sdk": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", "deepmerge": "^4.2.2", "readable-stream": "^3.4.0", "request": "^2.88.0", diff --git a/packages/extension-utils/CHANGELOG.md b/packages/extension-utils/CHANGELOG.md index 825c32f0d..a6f58735d 100644 --- a/packages/extension-utils/CHANGELOG.md +++ b/packages/extension-utils/CHANGELOG.md @@ -1 +1,17 @@ # Changelog + +## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.0) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + + + +### Dependencies + +* 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 diff --git a/packages/extension-utils/package.json b/packages/extension-utils/package.json index 90529358d..0b6e16543 100644 --- a/packages/extension-utils/package.json +++ b/packages/extension-utils/package.json @@ -21,8 +21,8 @@ }, "dependencies": { "@looker/components": "^2.8.1", - "@looker/extension-sdk": "^21.18.1", - "@looker/extension-sdk-react": "^21.18.1", + "@looker/extension-sdk": "^21.20.0", + "@looker/extension-sdk-react": "^21.20.0", "react": "^16.13.1" }, "devDependencies": { diff --git a/packages/hackathon/CHANGELOG.md b/packages/hackathon/CHANGELOG.md index c05a7ecef..fbd6a3a8e 100644 --- a/packages/hackathon/CHANGELOG.md +++ b/packages/hackathon/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.18.1...hackathon-v21.20.0) (2021-11-10) + + +### Features + +* Add JPN agenda.ts and add yarn command in readme.md for hackathon app ([#889](https://www.github.com/looker-open-source/sdk-codegen/issues/889)) ([16528bc](https://www.github.com/looker-open-source/sdk-codegen/commit/16528bc245f6e447be3d862a4a0115a50aa1a16a)) +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) +* disable "Add Project" when judging starts ([#894](https://www.github.com/looker-open-source/sdk-codegen/issues/894)) ([d3386ae](https://www.github.com/looker-open-source/sdk-codegen/commit/d3386ae034dd5bacd067de791fe5ba5f3ed06ac4)) +* judging view for Hackathon app ([#891](https://www.github.com/looker-open-source/sdk-codegen/issues/891)) ([ff9f9f6](https://www.github.com/looker-open-source/sdk-codegen/commit/ff9f9f6240b54abf0a295bead5317489658ec068)) +* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d)) +* markdown, link click support, and project view for hackathon projects ([#877](https://www.github.com/looker-open-source/sdk-codegen/issues/877)) ([c55b221](https://www.github.com/looker-open-source/sdk-codegen/commit/c55b22101f3be2b8f172841dc3964dcc18825e47)) + + +### Bug Fixes + +* add hackathon resource ([#900](https://www.github.com/looker-open-source/sdk-codegen/issues/900)) ([c092c93](https://www.github.com/looker-open-source/sdk-codegen/commit/c092c933b01ba61cb285782a4dd5cbf97d249f6f)) +* Add hackathon resources and refactor to use enums ([#887](https://www.github.com/looker-open-source/sdk-codegen/issues/887)) ([59faaab](https://www.github.com/looker-open-source/sdk-codegen/commit/59faaaba3875c60c88bb1aa7adea2ef16a94705c)) +* Hackathon styling and resource update ([#884](https://www.github.com/looker-open-source/sdk-codegen/issues/884)) ([7e07abb](https://www.github.com/looker-open-source/sdk-codegen/commit/7e07abb46213b9c7fd3170f1d75788a621e6bbd8)) +* Updated and corrected agenda and resources page ([#892](https://www.github.com/looker-open-source/sdk-codegen/issues/892)) ([db5000c](https://www.github.com/looker-open-source/sdk-codegen/commit/db5000ced51deddfc0fbb64161283770868a2cd2)) +* Updated hackathon readme landing page path and cleanup ([#893](https://www.github.com/looker-open-source/sdk-codegen/issues/893)) ([382a9f0](https://www.github.com/looker-open-source/sdk-codegen/commit/382a9f0e41716a8b1adc9858ad60a88b6e0b5343)) +* Updated hackathon resources and project description ([#898](https://www.github.com/looker-open-source/sdk-codegen/issues/898)) ([9581b20](https://www.github.com/looker-open-source/sdk-codegen/commit/9581b20d27530d0a2d0e4327bdf2b9daf0e4e35a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/code-editor bumped from ^0.1.13 to ^0.1.14 + * @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/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + * @looker/wholly-sheet bumped from ^0.5.19 to ^0.5.20 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.18.0...hackathon-v21.18.1) (2021-10-27) @@ -294,4 +328,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 \ No newline at end of file diff --git a/packages/hackathon/package.json b/packages/hackathon/package.json index e0a4e5174..a75455b31 100644 --- a/packages/hackathon/package.json +++ b/packages/hackathon/package.json @@ -1,6 +1,6 @@ { "name": "@looker/hackathon", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker Hackathon extension", "main": "lib/esm/index.js", "typings": "lib/index.d.ts", @@ -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.13", + "@looker/code-editor": "^0.1.14", "@looker/components": "^2.8.1", - "@looker/extension-sdk": "^21.18.1", - "@looker/extension-sdk-react": "^21.18.1", + "@looker/extension-sdk": "^21.20.0", + "@looker/extension-sdk-react": "^21.20.0", "@looker/extension-utils": "^0.1.0", "@looker/icons": "^1.5.3", - "@looker/sdk": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", - "@looker/wholly-sheet": "^0.5.19", + "@looker/sdk": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", + "@looker/wholly-sheet": "^0.5.20", "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.28.0", "@styled-icons/material-rounded": "^10.28.0", diff --git a/packages/run-it/CHANGELOG.md b/packages/run-it/CHANGELOG.md index 234630cbc..f2c81f920 100644 --- a/packages/run-it/CHANGELOG.md +++ b/packages/run-it/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +### [0.9.23](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.22...run-it-v0.9.23) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) +* enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826)) + + +### Bug Fixes + +* show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0 + * @looker/code-editor bumped from ^0.1.13 to ^0.1.14 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.21...run-it-v0.9.22) (2021-10-27) @@ -322,4 +345,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 \ No newline at end of file diff --git a/packages/run-it/package.json b/packages/run-it/package.json index 4769a70a7..a50921520 100644 --- a/packages/run-it/package.json +++ b/packages/run-it/package.json @@ -1,6 +1,6 @@ { "name": "@looker/run-it", - "version": "0.9.22", + "version": "0.9.23", "description": "A dynamic REST request input form and response visualizer", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -58,11 +58,11 @@ "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.28.0", "@styled-icons/material-rounded": "^10.28.0", - "@looker/sdk": "^21.18.1", - "@looker/sdk-codegen": "^21.1.1", + "@looker/sdk": "^21.20.0", + "@looker/sdk-codegen": "^21.2.0", "@looker/sdk-codegen-utils": "^21.0.11", - "@looker/code-editor": "^0.1.13", - "@looker/sdk-rtl": "^21.1.1", + "@looker/code-editor": "^0.1.14", + "@looker/sdk-rtl": "^21.2.0", "@types/readable-stream": "^2.3.5", "lodash": "^4.17.19", "papaparse": "^5.3.0", diff --git a/packages/sdk-codegen-scripts/CHANGELOG.md b/packages/sdk-codegen-scripts/CHANGELOG.md index 523222dcf..2fb13a269 100644 --- a/packages/sdk-codegen-scripts/CHANGELOG.md +++ b/packages/sdk-codegen-scripts/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [21.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.2...sdk-codegen-scripts-v21.1.3) (2021-11-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0 + * @looker/sdk-node bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.1.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.1...sdk-codegen-scripts-v21.1.2) (2021-10-27) diff --git a/packages/sdk-codegen-scripts/package.json b/packages/sdk-codegen-scripts/package.json index 1b4582e58..906e4d0b7 100644 --- a/packages/sdk-codegen-scripts/package.json +++ b/packages/sdk-codegen-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk-codegen-scripts", - "version": "21.1.2", + "version": "21.1.3", "description": "Looker SDK Codegen scripts", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -27,11 +27,11 @@ "watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'" }, "dependencies": { - "@looker/sdk": "^21.18.1", - "@looker/sdk-codegen": "^21.1.1", + "@looker/sdk": "^21.20.0", + "@looker/sdk-codegen": "^21.2.0", "@looker/sdk-codegen-utils": "^21.0.11", - "@looker/sdk-node": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk-node": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", "config": "^3.3.1", "cross-env": "^7.0.2" }, diff --git a/packages/sdk-codegen/CHANGELOG.md b/packages/sdk-codegen/CHANGELOG.md index f2ca45021..634014c4d 100644 --- a/packages/sdk-codegen/CHANGELOG.md +++ b/packages/sdk-codegen/CHANGELOG.md @@ -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.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.1.1...sdk-codegen-v21.2.0) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) +* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.1.0...sdk-codegen-v21.1.1) (2021-10-27) diff --git a/packages/sdk-codegen/package.json b/packages/sdk-codegen/package.json index 8344071fb..fe5e634ab 100644 --- a/packages/sdk-codegen/package.json +++ b/packages/sdk-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk-codegen", - "version": "21.1.1", + "version": "21.2.0", "description": "Looker SDK Codegen core", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@looker/sdk-codegen-utils": "^21.0.11", - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk-rtl": "^21.2.0", "blueimp-md5": "^2.13.0", "openapi3-ts": "^1.3.0" }, diff --git a/packages/sdk-node/CHANGELOG.md b/packages/sdk-node/CHANGELOG.md index 87398f1a5..7489fbf92 100644 --- a/packages/sdk-node/CHANGELOG.md +++ b/packages/sdk-node/CHANGELOG.md @@ -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.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.18.1...sdk-node-v21.20.0) (2021-11-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.18.0...sdk-node-v21.18.1) (2021-10-27) diff --git a/packages/sdk-node/package.json b/packages/sdk-node/package.json index f2123eeae..1e495e2bb 100644 --- a/packages/sdk-node/package.json +++ b/packages/sdk-node/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk-node", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker SDK Runtime for Node Library", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -38,8 +38,8 @@ "dotenv": "^8.2.0" }, "dependencies": { - "@looker/sdk": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", "ini": "^1.3.8", "readable-stream": "^3.4.0", "request": "^2.88.0", diff --git a/packages/sdk-rtl/CHANGELOG.md b/packages/sdk-rtl/CHANGELOG.md index 39fc8672f..b7babadac 100644 --- a/packages/sdk-rtl/CHANGELOG.md +++ b/packages/sdk-rtl/CHANGELOG.md @@ -5,6 +5,13 @@ 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.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-rtl-v21.1.1...sdk-rtl-v21.2.0) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) + ### [21.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-rtl-v21.1.0...sdk-rtl-v21.1.1) (2021-10-27) diff --git a/packages/sdk-rtl/package.json b/packages/sdk-rtl/package.json index 461039c89..43d8f0efd 100644 --- a/packages/sdk-rtl/package.json +++ b/packages/sdk-rtl/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk-rtl", - "version": "21.1.1", + "version": "21.2.0", "description": "Looker SDK Runtime Library", "main": "lib/index.js", "module": "lib/esm/index.js", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f82b30199..1f6db6f74 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -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.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.1...sdk-v21.20.0) (2021-11-10) + + +### Features + +* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f)) +* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + ### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.0...sdk-v21.18.1) (2021-10-27) @@ -259,4 +274,4 @@ See the [README](README.md#streaming-api-responses) for more information. ### Added -- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348) +- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348) \ No newline at end of file diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 41846056c..d05152983 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk", - "version": "21.18.1", + "version": "21.20.0", "description": "Looker SDK", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -41,7 +41,7 @@ "@types/request-promise-native": "^1.0.17" }, "dependencies": { - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk-rtl": "^21.2.0", "ini": "^1.3.8", "readable-stream": "^3.4.0", "request": "^2.88.0", diff --git a/packages/wholly-sheet/CHANGELOG.md b/packages/wholly-sheet/CHANGELOG.md index 58ccbb5f0..f684d5bed 100644 --- a/packages/wholly-sheet/CHANGELOG.md +++ b/packages/wholly-sheet/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [0.5.20](https://www.github.com/looker-open-source/sdk-codegen/compare/wholly-sheet-v0.5.19...wholly-sheet-v0.5.20) (2021-11-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk bumped from ^21.18.1 to ^21.20.0 + * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0 + * devDependencies + * @looker/sdk-node bumped from ^21.18.1 to ^21.20.0 + ### [0.5.19](https://www.github.com/looker-open-source/sdk-codegen/compare/wholly-sheet-v0.5.18...wholly-sheet-v0.5.19) (2021-10-27) diff --git a/packages/wholly-sheet/package.json b/packages/wholly-sheet/package.json index dc1ce232b..2f9b386a9 100644 --- a/packages/wholly-sheet/package.json +++ b/packages/wholly-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@looker/wholly-sheet", - "version": "0.5.19", + "version": "0.5.20", "description": "Google sheets API wrapper for data table mimicking", "main": "lib/esm/index.js", "typings": "lib/index.d.ts", @@ -31,13 +31,13 @@ "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/sdk": "^21.18.1", - "@looker/sdk-rtl": "^21.1.1", + "@looker/sdk": "^21.20.0", + "@looker/sdk-rtl": "^21.2.0", "lodash": "^4.17.20", "uuid": "^8.3.1" }, "devDependencies": { - "@looker/sdk-node": "^21.18.1", + "@looker/sdk-node": "^21.20.0", "@types/uuid": "^8.3.0", "google-auth-library": "^6.1.0" } diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index a76a98fdc..3fb605a03 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -5,6 +5,13 @@ 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/looker_sdk-v21.18.0...looker_sdk-v21.20.0) (2021-11-10) + + +### Features + +* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d)) + ## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v21.16.0...looker_sdk-v21.18.0) (2021-10-24) diff --git a/python/looker_sdk/version.py b/python/looker_sdk/version.py index 47cd5f187..6a0933de4 100644 --- a/python/looker_sdk/version.py +++ b/python/looker_sdk/version.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = "21.18.0" +__version__ = "21.20.0"