Skip to content

chore(embedded-sdk): bump version to 0.3.1#40838

Open
AleksandrTsimbulov wants to merge 1 commit into
apache:masterfrom
AleksandrTsimbulov:bump-embedded-sdk-0.3.1
Open

chore(embedded-sdk): bump version to 0.3.1#40838
AleksandrTsimbulov wants to merge 1 commit into
apache:masterfrom
AleksandrTsimbulov:bump-embedded-sdk-0.3.1

Conversation

@AleksandrTsimbulov

Copy link
Copy Markdown

SUMMARY

Bump @superset-ui/embedded-sdk version from 0.3.0 to 0.3.1.

The current master branch contains changes that are not available in the latest published npm package because the package version was not incremented. This change enables publishing a new SDK release that includes the current master branch updates.

TESTING INSTRUCTIONS

Verify that superset-embedded-sdk/package.json version is updated from 0.3.0 to 0.3.1.
Confirm that no source code changes are included.

ADDITIONAL INFORMATION

Fixes #40374.

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@bito-code-review

bito-code-review Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the published version of @superset-ui/embedded-sdk to 0.3.1 so the npm package can be released with changes already present on master (per #40374).

Changes:

  • Update superset-embedded-sdk/package.json version from 0.3.0 to 0.3.1.

{
"name": "@superset-ui/embedded-sdk",
"version": "0.3.0",
"version": "0.3.1",
@bito-code-review

Copy link
Copy Markdown
Contributor

The observation is correct. Updating the version in package.json without regenerating the lockfile can lead to inconsistencies. To resolve this, you should run npm install within the superset-embedded-sdk directory to update package-lock.json to reflect the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

superset-embedded-sdk npm package is outdated compared to GitHub source (missing iframeAllowExtras/fullscreen support)

3 participants