@ai-sdk/react 3.0.180 → 3.0.184

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 3.0.184
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e76a29a]
8
+ - ai@6.0.182
9
+
10
+ ## 3.0.183
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [538974a]
15
+ - ai@6.0.181
16
+
17
+ ## 3.0.182
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [253bd5a]
22
+ - Updated dependencies [57ec10f]
23
+ - ai@6.0.180
24
+
25
+ ## 3.0.181
26
+
27
+ ### Patch Changes
28
+
29
+ - ai@6.0.179
30
+
3
31
  ## 3.0.180
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "3.0.180",
3
+ "version": "3.0.184",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "swr": "^2.2.5",
30
30
  "throttleit": "2.1.0",
31
31
  "@ai-sdk/provider-utils": "4.0.27",
32
- "ai": "6.0.178"
32
+ "ai": "6.0.182"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@testing-library/jest-dom": "^6.6.3",