chore(embedded-sdk): bump version to 0.3.1#40838
Conversation
|
Bito Automatic Review Skipped - Files Excluded |
There was a problem hiding this comment.
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.jsonversion from0.3.0to0.3.1.
| { | ||
| "name": "@superset-ui/embedded-sdk", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", |
|
The observation is correct. Updating the version in |
|
@AleksandrTsimbulov could you commit the lockfile, if you get a chance? Then we can merge this and the new version will go out. |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Done |
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.