From 14abb10dd8a0574d47a6bc7a6194f4942277639b Mon Sep 17 00:00:00 2001 From: changepacks Date: Wed, 8 Apr 2026 14:07:44 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_woHPUj5wH9fxS-ueBRZed.json | 1 - bindings/devup-ui-wasm/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .changepacks/changepack_log_woHPUj5wH9fxS-ueBRZed.json diff --git a/.changepacks/changepack_log_woHPUj5wH9fxS-ueBRZed.json b/.changepacks/changepack_log_woHPUj5wH9fxS-ueBRZed.json deleted file mode 100644 index 03e6045c..00000000 --- a/.changepacks/changepack_log_woHPUj5wH9fxS-ueBRZed.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"bindings/devup-ui-wasm/package.json":"Patch"},"note":"Fix selector variable issue","date":"2026-04-08T12:05:26.100136600Z"} \ No newline at end of file diff --git a/bindings/devup-ui-wasm/package.json b/bindings/devup-ui-wasm/package.json index 6b5276c5..237a309d 100644 --- a/bindings/devup-ui-wasm/package.json +++ b/bindings/devup-ui-wasm/package.json @@ -17,7 +17,7 @@ "react", "wasm" ], - "version": "1.0.70", + "version": "1.0.71", "scripts": { "build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js", "test": "wasm-pack test --node"