@mastra/react 0.0.6-alpha.4 → 0.0.7-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 +32 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.7-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
8
+
9
+ - Updated dependencies []:
10
+ - @mastra/client-js@0.16.1-alpha.0
11
+
12
+ ## 0.0.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Gracefully fix errors in react-sdk when error is an object ([#8703](https://github.com/mastra-ai/mastra/pull/8703))
17
+
18
+ - Prepares some basic set of homemade components ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
19
+
20
+ - Improve the surface API of the react sdk ([#8715](https://github.com/mastra-ai/mastra/pull/8715))
21
+
22
+ - Move react and react-dom deps to peer and dev deps ([#8698](https://github.com/mastra-ai/mastra/pull/8698))
23
+
24
+ - Fix back the tripwire verification inside the new react system ([#8674](https://github.com/mastra-ai/mastra/pull/8674))
25
+
26
+ - handle error case in react sdk ([#8676](https://github.com/mastra-ai/mastra/pull/8676))
27
+
28
+ - fix maxSteps model settings not being passed to generate and stream endpoints ([#8627](https://github.com/mastra-ai/mastra/pull/8627))
29
+
30
+ - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
31
+
32
+ - Updated dependencies [[`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`78cfb6b`](https://github.com/mastra-ai/mastra/commit/78cfb6b66fe88bc848105fccb6459fd75413ec87)]:
33
+ - @mastra/client-js@0.16.0
34
+
3
35
  ## 0.0.6-alpha.4
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/react",
3
- "version": "0.0.6-alpha.4",
3
+ "version": "0.0.7-alpha.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/mastra-ai/mastra.git",
@@ -38,7 +38,7 @@
38
38
  "lucide-react": "^0.522.0",
39
39
  "shiki": "^1.29.2",
40
40
  "tailwind-merge": "^3.3.1",
41
- "@mastra/client-js": "0.16.0-alpha.4"
41
+ "@mastra/client-js": "0.16.1-alpha.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=19.0.0",
@@ -64,7 +64,7 @@
64
64
  "vitest": "^3.2.4",
65
65
  "react": ">=19.0.0",
66
66
  "react-dom": ">=19.0.0",
67
- "@mastra/core": "0.21.0-alpha.4"
67
+ "@mastra/core": "0.21.1-alpha.0"
68
68
  },
69
69
  "eslintConfig": {
70
70
  "extends": [