This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 6a6b9b53864 chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
6a6b9b53864 is described below
commit 6a6b9b53864371702a4b4d1c908c41506978cdef
Author: Michael S. Molina <[email protected]>
AuthorDate: Tue Feb 10 16:37:07 2026 -0300
chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
---
superset-core/pyproject.toml | 2 +-
superset-frontend/package-lock.json | 2 +-
superset-frontend/packages/superset-core/package.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/superset-core/pyproject.toml b/superset-core/pyproject.toml
index ff8a1400eb7..9ae5281aaef 100644
--- a/superset-core/pyproject.toml
+++ b/superset-core/pyproject.toml
@@ -18,7 +18,7 @@
[project]
name = "apache-superset-core"
-version = "0.0.1rc3"
+version = "0.0.1rc4"
description = "Core Python package for building Apache Superset backend
extensions and integrations"
readme = "README.md"
authors = [
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 3c56d90a230..1598048c5b8 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -55317,7 +55317,7 @@
},
"packages/superset-core": {
"name": "@apache-superset/core",
- "version": "0.0.1-rc10",
+ "version": "0.0.1-rc11",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.28.6",
diff --git a/superset-frontend/packages/superset-core/package.json
b/superset-frontend/packages/superset-core/package.json
index 6d75d70c8d0..5a03d0780b9 100644
--- a/superset-frontend/packages/superset-core/package.json
+++ b/superset-frontend/packages/superset-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@apache-superset/core",
- "version": "0.0.1-rc10",
+ "version": "0.0.1-rc11",
"description": "This package contains UI elements, APIs, and utility
functions used by Superset.",
"sideEffects": false,
"main": "lib/index.js",