-
Notifications
You must be signed in to change notification settings - Fork 202
chore: release main #1716
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
base: main
Are you sure you want to change the base?
chore: release main #1716
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 @@ | ||
| { | ||
| ".": "26.8.0", | ||
| "packages/api-explorer": "0.9.86", | ||
| "packages/code-editor": "0.1.53", | ||
| "packages/extension-api-explorer": "22.21.43", | ||
| "packages/extension-sdk": "26.8.0", | ||
| "packages/extension-sdk-react": "26.8.0", | ||
| "packages/extension-utils": "0.1.63", | ||
| "packages/hackathon": "22.21.45", | ||
| "packages/run-it": "0.9.86", | ||
| "packages/sdk": "26.8.0", | ||
| "packages/sdk-codegen": "21.11.3", | ||
| "packages/sdk-codegen-scripts": "21.5.43", | ||
| "packages/sdk-codegen-utils": "21.0.33", | ||
| "packages/sdk-node": "26.8.0", | ||
| ".": "26.8.1", | ||
| "packages/api-explorer": "0.9.87", | ||
| "packages/code-editor": "0.1.54", | ||
| "packages/extension-api-explorer": "22.21.44", | ||
| "packages/extension-sdk": "26.8.1", | ||
| "packages/extension-sdk-react": "26.8.1", | ||
| "packages/extension-utils": "0.1.64", | ||
| "packages/hackathon": "22.21.46", | ||
| "packages/run-it": "0.9.87", | ||
| "packages/sdk": "26.8.1", | ||
| "packages/sdk-codegen": "21.11.4", | ||
| "packages/sdk-codegen-scripts": "21.5.44", | ||
| "packages/sdk-codegen-utils": "21.0.34", | ||
| "packages/sdk-node": "26.8.1", | ||
| "packages/sdk-rtl": "21.6.5", | ||
| "packages/wholly-artifact": "0.1.44", | ||
| "packages/wholly-sheet": "0.5.82", | ||
| "python": "26.8.0", | ||
| "packages/extension-playground": "1.0.43", | ||
| "packages/extension-tile-playground": "1.1.30", | ||
| "packages/embed-services": "26.8.0", | ||
| "packages/embed-components": "26.8.0" | ||
| "packages/wholly-artifact": "0.1.45", | ||
| "packages/wholly-sheet": "0.5.83", | ||
| "python": "26.8.1", | ||
| "packages/extension-playground": "1.0.44", | ||
| "packages/extension-tile-playground": "1.1.31", | ||
| "packages/embed-services": "26.8.1", | ||
| "packages/embed-components": "26.8.1" | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -132,6 +132,12 @@ | |||||||||
| * devDependencies | ||||||||||
| * @looker/sdk-codegen bumped from 21.11.2 to 21.11.3 | ||||||||||
|
|
||||||||||
| ### Dependencies | ||||||||||
|
Contributor
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. The version header for
Suggested change
|
||||||||||
|
|
||||||||||
| * The following workspace dependencies were updated | ||||||||||
| * devDependencies | ||||||||||
| * @looker/sdk-codegen bumped from 21.11.3 to 21.11.4 | ||||||||||
|
|
||||||||||
| ## [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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -451,6 +451,18 @@ | |||||||||
| * @looker/sdk bumped from 26.6.1 to 26.8.0 | ||||||||||
| * @looker/sdk-codegen bumped from 21.11.2 to 21.11.3 | ||||||||||
|
|
||||||||||
| ### Dependencies | ||||||||||
|
Contributor
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. The version header for
Suggested change
|
||||||||||
|
|
||||||||||
| * The following workspace dependencies were updated | ||||||||||
| * dependencies | ||||||||||
| * @looker/api-explorer bumped from 0.9.86 to 0.9.87 | ||||||||||
| * @looker/extension-sdk bumped from 26.8.0 to 26.8.1 | ||||||||||
| * @looker/extension-sdk-react bumped from 26.8.0 to 26.8.1 | ||||||||||
| * @looker/extension-utils bumped from 0.1.63 to 0.1.64 | ||||||||||
| * @looker/run-it bumped from 0.9.86 to 0.9.87 | ||||||||||
| * @looker/sdk bumped from 26.8.0 to 26.8.1 | ||||||||||
| * @looker/sdk-codegen bumped from 21.11.3 to 21.11.4 | ||||||||||
|
|
||||||||||
| ## [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) | ||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
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 version header for
0.9.87is missing. This appears to be a systemic issue in the release automation where dependency-only updates do not trigger the creation of a version header, leading to an unorganized changelog where multiple releases are grouped together without clear separation.