-
Notifications
You must be signed in to change notification settings - Fork 198
chore: release main #1613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release main #1613
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,24 @@ | ||
| { | ||
| ".": "25.18.0", | ||
| "packages/api-explorer": "0.9.79", | ||
| "packages/code-editor": "0.1.46", | ||
| "packages/extension-api-explorer": "22.21.36", | ||
| "packages/extension-sdk": "25.18.0", | ||
| "packages/extension-sdk-react": "25.18.0", | ||
| "packages/extension-utils": "0.1.56", | ||
| "packages/hackathon": "22.21.38", | ||
| "packages/run-it": "0.9.79", | ||
| "packages/sdk": "25.18.0", | ||
| "packages/sdk-codegen": "21.10.1", | ||
| "packages/sdk-codegen-scripts": "21.5.36", | ||
| "packages/sdk-codegen-utils": "21.0.26", | ||
| "packages/sdk-node": "25.18.0", | ||
| ".": "25.20.0", | ||
| "packages/api-explorer": "0.9.80", | ||
| "packages/code-editor": "0.1.47", | ||
| "packages/extension-api-explorer": "22.21.37", | ||
| "packages/extension-sdk": "25.20.0", | ||
| "packages/extension-sdk-react": "25.20.0", | ||
| "packages/extension-utils": "0.1.57", | ||
| "packages/hackathon": "22.21.39", | ||
| "packages/run-it": "0.9.80", | ||
| "packages/sdk": "25.20.0", | ||
| "packages/sdk-codegen": "21.10.2", | ||
| "packages/sdk-codegen-scripts": "21.5.37", | ||
| "packages/sdk-codegen-utils": "21.0.27", | ||
| "packages/sdk-node": "25.20.0", | ||
| "packages/sdk-rtl": "21.6.4", | ||
| "packages/wholly-artifact": "0.1.37", | ||
| "packages/wholly-sheet": "0.5.75", | ||
| "python": "25.18.0", | ||
| "packages/extension-playground": "1.0.36", | ||
| "packages/extension-tile-playground": "1.1.23", | ||
| "packages/embed-services": "25.18.0", | ||
| "packages/embed-components": "25.18.0" | ||
| "packages/wholly-artifact": "0.1.38", | ||
| "packages/wholly-sheet": "0.5.76", | ||
| "python": "25.20.0", | ||
| "packages/extension-playground": "1.0.37", | ||
| "packages/extension-tile-playground": "1.1.24", | ||
| "packages/embed-services": "25.20.0", | ||
| "packages/embed-components": "25.20.0" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| # Changelog | ||
|
|
||
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v25.18.0...sdk-codegen-all-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * generate SDKs for Looker 25.20 ([#1612](https://github.com/looker-open-source/sdk-codegen/issues/1612)) ([89c707d](https://github.com/looker-open-source/sdk-codegen/commit/89c707da1c5aeac8df305f5460618f31f524f722)) | ||
|
|
||
|
Comment on lines
+3
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [25.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v25.16.0...sdk-codegen-all-v25.18.0) (2025-10-28) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -375,6 +375,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
| * @looker/sdk-codegen-scripts bumped from 21.5.35 to 21.5.36 | ||
| * @looker/sdk-node bumped from 25.16.0 to 25.18.0 | ||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/code-editor bumped from 0.1.46 to 0.1.47 | ||
| * @looker/extension-utils bumped from 0.1.56 to 0.1.57 | ||
| * @looker/run-it bumped from 0.9.79 to 0.9.80 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2 | ||
| * devDependencies | ||
| * @looker/sdk-codegen-scripts bumped from 21.5.36 to 21.5.37 | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
||
|
Comment on lines
+378
to
+390
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [0.9.74](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.73...api-explorer-v0.9.74) (2025-03-11) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,6 +90,12 @@ | |
| * devDependencies | ||
| * @looker/sdk-codegen bumped from 21.10.0 to 21.10.1 | ||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * devDependencies | ||
| * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2 | ||
|
|
||
|
Comment on lines
+93
to
+98
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [0.1.39](https://github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.38...code-editor-v0.1.39) (2025-02-06) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,22 @@ | ||
| # Changelog | ||
|
|
||
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/embed-components-v25.18.0...embed-components-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Miscellaneous Chores | ||
|
|
||
| * **embed-components:** Synchronize undefined versions | ||
|
|
||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/embed-services bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * devDependencies | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
||
|
Comment on lines
+3
to
+19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [25.18.0](https://github.com/looker-open-source/sdk-codegen/compare/embed-components-v25.16.0...embed-components-v25.18.0) (2025-10-28) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,21 @@ | ||
| # Changelog | ||
|
|
||
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/embed-services-v25.18.0...embed-services-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Miscellaneous Chores | ||
|
|
||
| * **embed-services:** Synchronize undefined versions | ||
|
|
||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * devDependencies | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
||
|
Comment on lines
+3
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [25.18.0](https://github.com/looker-open-source/sdk-codegen/compare/embed-services-v25.16.0...embed-services-v25.18.0) (2025-10-28) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -367,6 +367,18 @@ | |
| * @looker/sdk bumped from 25.16.0 to 25.18.0 | ||
| * @looker/sdk-codegen bumped from 21.10.0 to 21.10.1 | ||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/api-explorer bumped from 0.9.79 to 0.9.80 | ||
| * @looker/extension-sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/extension-sdk-react bumped from 25.18.0 to 25.20.0 | ||
| * @looker/extension-utils bumped from 0.1.56 to 0.1.57 | ||
| * @looker/run-it bumped from 0.9.79 to 0.9.80 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2 | ||
|
|
||
|
Comment on lines
+370
to
+381
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [22.21.29](https://github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.21.28...extension-api-explorer-v22.21.29) (2025-02-06) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -264,6 +264,14 @@ | |
| * @looker/extension-sdk-react bumped from 25.16.0 to 25.18.0 | ||
| * @looker/sdk bumped from 25.16.0 to 25.18.0 | ||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/extension-sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/extension-sdk-react bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
|
|
||
|
Comment on lines
+267
to
+274
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [1.0.29](https://github.com/looker-open-source/sdk-codegen/compare/extension-playground-v1.0.28...extension-playground-v1.0.29) (2025-02-06) | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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). | ||
|
|
||
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v25.18.0...extension-sdk-react-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Miscellaneous Chores | ||
|
|
||
| * **extension-sdk-react:** Synchronize undefined versions | ||
|
|
||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/extension-sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
|
|
||
|
Comment on lines
+8
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ## [25.18.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v25.16.0...extension-sdk-react-v25.18.0) (2025-10-28) | ||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys in this JSON file are not sorted alphabetically. Sorting them would improve readability and make it easier to find specific packages in the future. This is particularly helpful as the number of packages grows.