From 936a057d16a045e5a9bb1c2d8058acae83bf0dcd Mon Sep 17 00:00:00 2001 From: Tyler Slaton Date: Wed, 6 Aug 2025 09:26:34 -0400 Subject: [PATCH] chore(mastra): release 0.0.7 Signed-off-by: Tyler Slaton --- typescript-sdk/integrations/mastra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/integrations/mastra/package.json b/typescript-sdk/integrations/mastra/package.json index 3a3429771..2fbe53ba2 100644 --- a/typescript-sdk/integrations/mastra/package.json +++ b/typescript-sdk/integrations/mastra/package.json @@ -1,6 +1,6 @@ { "name": "@ag-ui/mastra", - "version": "0.0.5", + "version": "0.0.7", "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs",