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 0c1edd4568 chore: Bump @apache-superset/core (0.0.1-rc9) (#36953)
0c1edd4568 is described below

commit 0c1edd45688b069a6ff609d2917bae86c30ccf33
Author: Michael S. Molina <[email protected]>
AuthorDate: Wed Jan 7 15:16:22 2026 -0300

    chore: Bump @apache-superset/core (0.0.1-rc9) (#36953)
---
 superset-frontend/package-lock.json                   | 2 +-
 superset-frontend/packages/superset-core/package.json | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 030fdad4ee..732baef77f 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -60852,7 +60852,7 @@
     },
     "packages/superset-core": {
       "name": "@apache-superset/core",
-      "version": "0.0.1-rc6",
+      "version": "0.0.1-rc9",
       "license": "ISC",
       "devDependencies": {
         "@babel/cli": "^7.28.3",
diff --git a/superset-frontend/packages/superset-core/package.json 
b/superset-frontend/packages/superset-core/package.json
index ebbb8153cf..f7d31223e8 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-rc6",
+  "version": "0.0.1-rc9",
   "description": "This package contains UI elements, APIs, and utility 
functions used by Superset.",
   "sideEffects": false,
   "main": "lib/index.js",
@@ -46,8 +46,9 @@
     "antd": "^5.26.0"
   },
   "scripts": {
-    "build": "babel src --out-dir lib --extensions \".ts,.tsx\" && tsc 
--emitDeclarationOnly",
-    "type": "tsc --noEmit"
+    "clean": "rm -rf lib tsconfig.tsbuildinfo",
+    "build": "npm run clean && npx tsc --build",
+    "type": "npx tsc --noEmit"
   },
   "publishConfig": {
     "access": "public"

Reply via email to