@stream-io/feeds-react-sdk 0.0.3 → 0.1.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.1](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.0...@stream-io/feeds-react-sdk-0.1.1) (2025-09-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump core packages and install shim ([#125](https://github.com/GetStream/stream-feeds-js/issues/125)) ([4659634](https://github.com/GetStream/stream-feeds-js/commit/4659634a49cd8dc6c0a04d9199e7eb3ea4e32d19))
11
+
12
+ ## [0.1.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.0.3...@stream-io/feeds-react-sdk-0.1.0) (2025-08-18)
13
+
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * API naming review (#92)
18
+
19
+ ### Features
20
+
21
+ * API naming review ([#92](https://github.com/GetStream/stream-feeds-js/issues/92)) ([2c12445](https://github.com/GetStream/stream-feeds-js/commit/2c124451a098e739e7dd803a3ca7923dacd07db3))
22
+
5
23
  ## [0.0.3](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.0.2...@stream-io/feeds-react-sdk-0.0.3) (2025-08-01)
6
24
 
7
25
 
package/README.md ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.0.3",
3
+ "version": "0.1.1",
4
4
  "description": "Feeds SDK for React",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,9 +34,11 @@
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE",
36
36
  "dependencies": {
37
- "@stream-io/feeds-client": "0.1.11"
37
+ "@stream-io/feeds-client": "0.2.9",
38
+ "use-sync-external-store": "^1.5.0"
38
39
  },
39
40
  "devDependencies": {
41
+ "@types/use-sync-external-store": "^1",
40
42
  "rimraf": "^6.0.1",
41
43
  "typescript": "^5.8.3"
42
44
  }