This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch v0.25.0
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/v0.25.0 by this push:
     new 13012485fa [RELEASE] Bump web npm version to 0.25.0 (#19684)
13012485fa is described below

commit 13012485faefa346868ecc8c267a54e2c4eac367
Author: Ruihang Lai <[email protected]>
AuthorDate: Mon Jun 8 16:02:23 2026 -0400

    [RELEASE] Bump web npm version to 0.25.0 (#19684)
    
    This commit bumps the version numbers under `web/` for v0.25.0.
    
    Signed-off-by: Ruihang Lai <[email protected]>
---
 web/package-lock.json | 4 ++--
 web/package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/package-lock.json b/web/package-lock.json
index 4f0ad97ef9..5bf98aad80 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tvmjs",
-  "version": "0.25.0-dev0",
+  "version": "0.25.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "tvmjs",
-      "version": "0.25.0-dev0",
+      "version": "0.25.0",
       "license": "Apache-2.0",
       "dependencies": {
         "audit": "^0.0.6",
diff --git a/web/package.json b/web/package.json
index 7ef3c170de..3507ade32e 100644
--- a/web/package.json
+++ b/web/package.json
@@ -3,7 +3,7 @@
   "description": "TVM WASM/WebGPU runtime for JS/TS",
   "license": "Apache-2.0",
   "homepage": "https://github.com/apache/tvm/tree/main/web";,
-  "version": "0.25.0-dev0",
+  "version": "0.25.0",
   "files": [
     "lib"
   ],

Reply via email to