@stream-io/feeds-react-sdk 0.1.55 → 0.1.56

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,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.56](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.55...@stream-io/feeds-react-sdk-0.1.56) (2026-02-03)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/feeds-client` updated to version `0.3.41`
5
10
  ## [0.1.55](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.54...@stream-io/feeds-react-sdk-0.1.55) (2026-01-29)
6
11
 
7
12
  ### Dependency Updates
package/README.md CHANGED
@@ -7,7 +7,7 @@ Supported React versions: ^17 || ^18 || ^19
7
7
  ## **Quick Links**
8
8
 
9
9
  - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Feeds
10
- - [Sample apps](../../#react-sample-apps)
10
+ - [Sample apps](../../#react-demo-app)
11
11
  - [Docs](https://getstream.io/activity-feeds/docs/)
12
12
 
13
13
  ## What is Stream?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
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.40",
36
+ "@stream-io/feeds-client": "0.3.41",
37
37
  "use-sync-external-store": "^1.5.0"
38
38
  },
39
39
  "devDependencies": {