@stream-io/feeds-react-sdk 0.1.48 → 0.1.50

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,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.50](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.49...@stream-io/feeds-react-sdk-0.1.50) (2026-01-21)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/feeds-client` updated to version `0.3.35`
10
+ ## [0.1.49](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.48...@stream-io/feeds-react-sdk-0.1.49) (2026-01-19)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `@stream-io/feeds-client` updated to version `0.3.34`
15
+
16
+ * add tutorial link to readme ([280287b](https://github.com/GetStream/stream-feeds-js/commit/280287bc478a25bd4bee84d979be57edef9ffa7c))
17
+
5
18
  ## [0.1.48](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.47...@stream-io/feeds-react-sdk-0.1.48) (2026-01-08)
6
19
 
7
20
  ### Dependency Updates
package/README.md CHANGED
@@ -14,9 +14,7 @@ Supported React versions: ^17 || ^18 || ^19
14
14
 
15
15
  Stream allows developers to rapidly deploy scalable feeds, chat messaging and video with an industry leading 99.999% uptime SLA guarantee.
16
16
 
17
- Stream's Activity Feed V3 SDK enables teams of all sizes to build scalable activity feeds. The best place to get started is to follow the tutorial:
18
-
19
- TODO
17
+ Stream's Activity Feed V3 SDK enables teams of all sizes to build scalable activity feeds. The best place to get started is to [follow the tutorial](https://getstream.io/activity-feeds/sdk/react/).
20
18
 
21
19
  ## 👩‍💻 Free for Makers 👨‍💻
22
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "description": "Feeds SDK for React",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "license": "SEE LICENSE IN LICENSE",
35
35
  "dependencies": {
36
- "@stream-io/feeds-client": "0.3.33",
36
+ "@stream-io/feeds-client": "0.3.35",
37
37
  "use-sync-external-store": "^1.5.0"
38
38
  },
39
39
  "devDependencies": {