@mastra/react 0.0.3-alpha.0 → 0.0.4-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.4-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.15.1-alpha.0
9
+
10
+ ## 0.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - generateVNext into react SDK + to asistant ui message ([#8345](https://github.com/mastra-ai/mastra/pull/8345))
15
+
16
+ - distinguish between legacy and regular messages in agent chat for useChat usage ([#8409](https://github.com/mastra-ai/mastra/pull/8409))
17
+
18
+ - Updated dependencies [[`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
19
+ - @mastra/client-js@0.15.0
20
+
3
21
  ## 0.0.3-alpha.0
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/react",
3
- "version": "0.0.3-alpha.0",
3
+ "version": "0.0.4-alpha.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/mastra-ai/mastra.git",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "react": "^19.1.1",
24
24
  "react-dom": "^19.1.1",
25
- "@mastra/client-js": "0.15.0-alpha.0"
25
+ "@mastra/client-js": "0.15.1-alpha.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ai-sdk/react": "^2.0.57",
@@ -37,7 +37,7 @@
37
37
  "vite": "^7.1.7",
38
38
  "vite-plugin-dts": "^4.5.4",
39
39
  "vitest": "^3.2.4",
40
- "@mastra/core": "0.20.0-alpha.0"
40
+ "@mastra/core": "0.20.1-alpha.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "vite build",