Copilot commented on code in PR #40838:
URL: https://github.com/apache/superset/pull/40838#discussion_r3382547417
##########
superset-embedded-sdk/package.json:
##########
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/embedded-sdk",
- "version": "0.3.0",
+ "version": "0.3.1",
Review Comment:
`package.json` version was bumped to 0.3.1, but
`superset-embedded-sdk/package-lock.json` still reports 0.3.0 (both top-level
and `packages[""]`). This can cause `npm ci`/release tooling to fail due to an
out-of-sync lockfile; please update the lockfile as part of the version bump
(e.g., via `npm version 0.3.1 --no-git-tag-version` or `npm install` in
`superset-embedded-sdk`).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]