diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90efec5b8..05b1c0c5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - ".": "1.21.1", - "packages/api-explorer": "0.9.26", - "packages/code-editor": "0.1.17", - "packages/extension-api-explorer": "21.20.1", - "packages/extension-sdk": "21.20.1", - "packages/extension-sdk-react": "21.20.1", - "packages/extension-utils": "0.1.3", - "packages/hackathon": "21.20.1", - "packages/run-it": "0.9.26", - "packages/sdk": "21.20.1", - "packages/sdk-codegen": "21.3.1", - "packages/sdk-codegen-scripts": "21.2.1", + ".": "2.0.0", + "packages/api-explorer": "0.9.27", + "packages/code-editor": "0.1.18", + "packages/extension-api-explorer": "22.0.0", + "packages/extension-sdk": "22.0.0", + "packages/extension-sdk-react": "22.0.0", + "packages/extension-utils": "0.1.4", + "packages/hackathon": "22.0.0", + "packages/run-it": "0.9.27", + "packages/sdk": "22.0.0", + "packages/sdk-codegen": "21.4.0", + "packages/sdk-codegen-scripts": "21.2.2", "packages/sdk-codegen-utils": "21.0.11", - "packages/sdk-node": "21.20.1", + "packages/sdk-node": "22.0.0", "packages/sdk-rtl": "21.3.1", - "packages/wholly-sheet": "0.5.23", - "python": "21.20.0" + "packages/wholly-sheet": "0.5.24", + "python": "22.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f21b4c0..fb8c1ed37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.21.1...sdk-codegen-all-v2.0.0) (2022-02-14) + + +### ⚠ BREAKING CHANGES + +* SDK support for 22.0 + +### Features + +* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08)) +* Added unit test CI for Go SDK changes ([#965](https://www.github.com/looker-open-source/sdk-codegen/issues/965)) ([47a52dd](https://www.github.com/looker-open-source/sdk-codegen/commit/47a52dddd61cf1264ad0ea02b17e763e510bbd6c)) +* fuzzy JSON value handling for the Swift SDK ([#961](https://www.github.com/looker-open-source/sdk-codegen/issues/961)) ([0b6b696](https://www.github.com/looker-open-source/sdk-codegen/commit/0b6b696742d67d1abc0cf69dfbf820f5a28d0f86)) +* Implemented Go SDK env var handling ([#975](https://www.github.com/looker-open-source/sdk-codegen/issues/975)) ([571a817](https://www.github.com/looker-open-source/sdk-codegen/commit/571a817c710db1fb395a46187f593d77d7260e60)) +* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211)) +* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490)) + + +### Bug Fixes + +* clean up package dependencies ([#974](https://www.github.com/looker-open-source/sdk-codegen/issues/974)) ([49614f5](https://www.github.com/looker-open-source/sdk-codegen/commit/49614f5a19c7fe873e9ceed14d407d18864286f9)) +* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca)) +* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834)) +* Update go codegen to set object as interface{} ([#980](https://www.github.com/looker-open-source/sdk-codegen/issues/980)) ([007989d](https://www.github.com/looker-open-source/sdk-codegen/commit/007989d6c438fa42ec261f5b216f2d933b489742)) + ### [1.21.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.18.0...sdk-codegen-all-v1.21.1) (2022-01-27) diff --git a/package.json b/package.json index e092ee785..ba5378ac5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "name": "sdk-codegen-all", - "version": "1.21.1", + "version": "2.0.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 212df3569..e5b47ff91 100644 --- a/packages/api-explorer/CHANGELOG.md +++ b/packages/api-explorer/CHANGELOG.md @@ -5,6 +5,31 @@ 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.27](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.26...api-explorer-v0.9.27) (2022-02-14) + + +### Features + +* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08)) + + +### Bug Fixes + +* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca)) +* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4 + * @looker/code-editor bumped from ^0.1.17 to ^0.1.18 + * @looker/run-it bumped from ^0.9.26 to ^0.9.27 + * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0 + * devDependencies + * @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2 + ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.26) (2022-01-27) diff --git a/packages/api-explorer/package.json b/packages/api-explorer/package.json index 8b076f314..56fe58028 100644 --- a/packages/api-explorer/package.json +++ b/packages/api-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@looker/api-explorer", - "version": "0.9.26", + "version": "0.9.27", "description": "Looker API Explorer", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -33,7 +33,7 @@ }, "devDependencies": { "@looker/components-test-utils": "^1.5.5", - "@looker/sdk-codegen-scripts": "^21.2.1", + "@looker/sdk-codegen-scripts": "^21.2.2", "@looker/sdk-node": "^22.0.0", "@styled-icons/styled-icon": "^10.6.3", "@testing-library/jest-dom": "^5.11.6", @@ -67,16 +67,16 @@ "webpack-merge": "^5.7.3" }, "dependencies": { - "@looker/extension-utils": "^0.1.3", - "@looker/code-editor": "^0.1.17", + "@looker/extension-utils": "^0.1.4", + "@looker/code-editor": "^0.1.18", "@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.26", + "@looker/run-it": "^0.9.27", "@looker/sdk": "^22.0.0", - "@looker/sdk-codegen": "^21.3.2", + "@looker/sdk-codegen": "^21.4.0", "@looker/sdk-rtl": "^21.3.2", "@reduxjs/toolkit": "^1.6.2", "@styled-icons/material": "^10.28.0", diff --git a/packages/code-editor/CHANGELOG.md b/packages/code-editor/CHANGELOG.md index 71cd88ff6..6e36e3b8a 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.17...code-editor-v0.1.18) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0 + ### [0.1.17](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.16...code-editor-v0.1.17) (2021-12-20) diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index 9194680fc..3618153ff 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@looker/code-editor", - "version": "0.1.17", + "version": "0.1.18", "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.3.2", + "@looker/sdk-codegen": "^21.4.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 c21536fe4..b53b6fe05 100644 --- a/packages/extension-api-explorer/CHANGELOG.md +++ b/packages/extension-api-explorer/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.1...extension-api-explorer-v22.0.0) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/api-explorer bumped from ^0.9.26 to ^0.9.27 + * @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0 + * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4 + * @looker/run-it bumped from ^0.9.26 to ^0.9.27 + * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0 + ### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.0...extension-api-explorer-v21.20.1) (2022-01-27) @@ -417,4 +430,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 \ No newline at end of file + * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11 diff --git a/packages/extension-api-explorer/package.json b/packages/extension-api-explorer/package.json index 3aa605661..13c9bd863 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.20.1", + "version": "22.0.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.26", + "@looker/api-explorer": "^0.9.27", "@looker/components": "^2.8.1", "@looker/extension-sdk": "^21.20.1", - "@looker/extension-sdk-react": "^21.20.1", - "@looker/extension-utils": "^0.1.3", + "@looker/extension-sdk-react": "^22.0.0", + "@looker/extension-utils": "^0.1.4", "@looker/icons": "^1.5.3", - "@looker/run-it": "^0.9.26", + "@looker/run-it": "^0.9.27", "@looker/sdk": "^22.0.0", - "@looker/sdk-codegen": "^21.3.2", + "@looker/sdk-codegen": "^21.4.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/package.json b/packages/extension-sdk-react/package.json index 3f1e592a7..e3b483308 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.20.1", + "version": "22.0.0", "description": "Looker Extension SDK for React", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -43,7 +43,7 @@ "react-router-dom": "^5.1.2" }, "dependencies": { - "@looker/extension-sdk": "^21.20.1", + "@looker/extension-sdk": "^22.0.0", "@looker/sdk": "^22.0.0", "@looker/sdk-rtl": "^21.3.2", "history": "^4.9.0", diff --git a/packages/extension-sdk/CHANGELOG.md b/packages/extension-sdk/CHANGELOG.md index c18e71017..b7f7485a3 100644 --- a/packages/extension-sdk/CHANGELOG.md +++ b/packages/extension-sdk/CHANGELOG.md @@ -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). +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.1...extension-sdk-v22.0.0) (2022-02-14) + + +### ⚠ BREAKING CHANGES + +* SDK support for 22.0 + +### Features + +* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490)) + ### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.1) (2022-01-27) diff --git a/packages/extension-sdk/package.json b/packages/extension-sdk/package.json index dcdbec06f..65573d13c 100644 --- a/packages/extension-sdk/package.json +++ b/packages/extension-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@looker/extension-sdk", - "version": "21.20.1", + "version": "22.0.0", "description": "Looker Extension SDK", "main": "lib/index.js", "module": "lib/esm/index.js", diff --git a/packages/extension-utils/CHANGELOG.md b/packages/extension-utils/CHANGELOG.md index c1171ce4f..53704b41c 100644 --- a/packages/extension-utils/CHANGELOG.md +++ b/packages/extension-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [0.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.3...extension-utils-v0.1.4) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0 + ### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.3) (2022-01-27) @@ -64,4 +73,4 @@ * 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 \ No newline at end of file + * @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 0c15145b8..6b4b5154c 100644 --- a/packages/extension-utils/package.json +++ b/packages/extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@looker/extension-utils", - "version": "0.1.3", + "version": "0.1.4", "description": "Looker Extension Utilities", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -26,8 +26,8 @@ }, "dependencies": { "@looker/components": "^2.8.1", - "@looker/extension-sdk": "^21.20.1", - "@looker/extension-sdk-react": "^21.20.1", + "@looker/extension-sdk": "^22.0.0", + "@looker/extension-sdk-react": "^22.0.0", "@looker/sdk-rtl": "^21.3.2", "react": "^16.13.1" }, diff --git a/packages/hackathon/CHANGELOG.md b/packages/hackathon/CHANGELOG.md index b0bf40f8c..c9e8e1409 100644 --- a/packages/hackathon/CHANGELOG.md +++ b/packages/hackathon/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.1...hackathon-v22.0.0) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/code-editor bumped from ^0.1.17 to ^0.1.18 + * @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0 + * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4 + * @looker/wholly-sheet bumped from ^0.5.23 to ^0.5.24 + ### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.0...hackathon-v21.20.1) (2022-01-27) @@ -377,4 +389,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 \ No newline at end of file + * @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1 diff --git a/packages/hackathon/package.json b/packages/hackathon/package.json index b5cb00051..1c468eeca 100644 --- a/packages/hackathon/package.json +++ b/packages/hackathon/package.json @@ -1,6 +1,6 @@ { "name": "@looker/hackathon", - "version": "21.20.1", + "version": "22.0.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.17", + "@looker/code-editor": "^0.1.18", "@looker/components": "^2.8.1", - "@looker/extension-sdk": "^21.20.1", - "@looker/extension-sdk-react": "^21.20.1", - "@looker/extension-utils": "^0.1.3", + "@looker/extension-sdk": "^22.0.0", + "@looker/extension-sdk-react": "^22.0.0", + "@looker/extension-utils": "^0.1.4", "@looker/icons": "^1.5.3", "@looker/sdk": "^22.0.0", "@looker/sdk-rtl": "^21.3.2", - "@looker/wholly-sheet": "^0.5.23", + "@looker/wholly-sheet": "^0.5.24", "@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 fadd768a9..64ad1ac9a 100644 --- a/packages/run-it/CHANGELOG.md +++ b/packages/run-it/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/code-editor bumped from ^0.1.17 to ^0.1.18 + * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4 + * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0 + ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.26) (2022-01-27) @@ -415,4 +426,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 \ No newline at end of file + * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11 diff --git a/packages/run-it/package.json b/packages/run-it/package.json index 2dd705068..6363e1a92 100644 --- a/packages/run-it/package.json +++ b/packages/run-it/package.json @@ -1,6 +1,6 @@ { "name": "@looker/run-it", - "version": "0.9.26", + "version": "0.9.27", "description": "A dynamic REST request input form and response visualizer", "main": "lib/index.js", "module": "lib/esm/index.js", @@ -51,14 +51,14 @@ "webpack-dev-server": "^3.11.2" }, "dependencies": { - "@looker/code-editor": "^0.1.17", + "@looker/code-editor": "^0.1.18", "@looker/components": "^2.8.1", "@looker/components-date": "^2.4.1", "@looker/design-tokens": "^2.7.1", - "@looker/extension-utils": "^0.1.3", + "@looker/extension-utils": "^0.1.4", "@looker/icons": "^1.5.3", "@looker/sdk": "^22.0.0", - "@looker/sdk-codegen": "^21.3.2", + "@looker/sdk-codegen": "^21.4.0", "@looker/sdk-codegen-utils": "^21.0.11", "@looker/sdk-rtl": "^21.3.2", "@styled-icons/material": "^10.28.0", diff --git a/packages/sdk-codegen-scripts/CHANGELOG.md b/packages/sdk-codegen-scripts/CHANGELOG.md index f68a9fdb6..30b3ec71f 100644 --- a/packages/sdk-codegen-scripts/CHANGELOG.md +++ b/packages/sdk-codegen-scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [21.2.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.1...sdk-codegen-scripts-v21.2.2) (2022-02-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0 + ### [21.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.3...sdk-codegen-scripts-v21.2.1) (2022-01-27) @@ -335,4 +344,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 \ No newline at end of file + * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11 diff --git a/packages/sdk-codegen-scripts/package.json b/packages/sdk-codegen-scripts/package.json index f23ac9553..579d62bcf 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.2.1", + "version": "21.2.2", "description": "Looker SDK Codegen scripts", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -28,7 +28,7 @@ }, "dependencies": { "@looker/sdk": "^22.0.0", - "@looker/sdk-codegen": "^21.3.2", + "@looker/sdk-codegen": "^21.4.0", "@looker/sdk-codegen-utils": "^21.0.11", "@looker/sdk-node": "^22.0.0", "@looker/sdk-rtl": "^21.3.2", diff --git a/packages/sdk-codegen/CHANGELOG.md b/packages/sdk-codegen/CHANGELOG.md index a7e032d63..4e0fcbba0 100644 --- a/packages/sdk-codegen/CHANGELOG.md +++ b/packages/sdk-codegen/CHANGELOG.md @@ -5,6 +5,24 @@ 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.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.3.1...sdk-codegen-v21.4.0) (2022-02-14) + + +### ⚠ BREAKING CHANGES + +* SDK support for 22.0 + +### Features + +* fuzzy JSON value handling for the Swift SDK ([#961](https://www.github.com/looker-open-source/sdk-codegen/issues/961)) ([0b6b696](https://www.github.com/looker-open-source/sdk-codegen/commit/0b6b696742d67d1abc0cf69dfbf820f5a28d0f86)) +* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211)) +* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490)) + + +### Bug Fixes + +* Update go codegen to set object as interface{} ([#980](https://www.github.com/looker-open-source/sdk-codegen/issues/980)) ([007989d](https://www.github.com/looker-open-source/sdk-codegen/commit/007989d6c438fa42ec261f5b216f2d933b489742)) + ### [21.3.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.2.0...sdk-codegen-v21.3.1) (2022-01-27) diff --git a/packages/sdk-codegen/package.json b/packages/sdk-codegen/package.json index c865128c0..22679a639 100644 --- a/packages/sdk-codegen/package.json +++ b/packages/sdk-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@looker/sdk-codegen", - "version": "21.3.2", + "version": "21.4.0", "description": "Looker SDK Codegen core", "main": "lib/index.js", "module": "lib/esm/index.js", diff --git a/packages/sdk-node/CHANGELOG.md b/packages/sdk-node/CHANGELOG.md index ac6b373ba..7950b5478 100644 --- a/packages/sdk-node/CHANGELOG.md +++ b/packages/sdk-node/CHANGELOG.md @@ -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). +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.1...sdk-node-v22.0.0) (2022-02-14) + + +### ⚠ BREAKING CHANGES + +* SDK support for 22.0 + +### Features + +* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490)) + ### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.0...sdk-node-v21.20.1) (2022-01-27) @@ -271,4 +282,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [21.0.4] -- introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node \ No newline at end of file +- introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index e54ca9a19..fbc0f9e45 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.1...sdk-v22.0.0) (2022-02-14) + + +### ⚠ BREAKING CHANGES + +* SDK support for 22.0 + +### Features + +* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211)) +* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490)) + ### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2022-01-27) diff --git a/packages/wholly-sheet/package.json b/packages/wholly-sheet/package.json index 5aae69733..3a79aacd6 100644 --- a/packages/wholly-sheet/package.json +++ b/packages/wholly-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@looker/wholly-sheet", - "version": "0.5.23", + "version": "0.5.24", "description": "Google sheets API wrapper for data table mimicking", "main": "lib/esm/index.js", "typings": "lib/index.d.ts", diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 7c8e7b171..6e99b15b4 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). +## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v21.20.0...looker_sdk-v22.0.0) (2022-02-14) + + +### Features + +* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211)) + ## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v21.20.0...looker_sdk-v21.20.0) (2022-01-27)