@stream-io/feeds-react-sdk 0.1.62 → 0.1.64
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 +10 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.1.64](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.63...@stream-io/feeds-react-sdk-0.1.64) (2026-02-25)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/feeds-client` updated to version `0.3.49`
|
|
10
|
+
## [0.1.63](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.62...@stream-io/feeds-react-sdk-0.1.63) (2026-02-18)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `@stream-io/feeds-client` updated to version `0.3.48`
|
|
5
15
|
## [0.1.62](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.61...@stream-io/feeds-react-sdk-0.1.62) (2026-02-17)
|
|
6
16
|
|
|
7
17
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Bring users together through personalized feeds, threaded discussions, and real-
|
|
|
4
4
|
|
|
5
5
|
Supported React versions: ^17 || ^18 || ^19
|
|
6
6
|
|
|
7
|
-
## **Quick Links
|
|
7
|
+
## **Quick Links 🔗**
|
|
8
8
|
|
|
9
9
|
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Feeds
|
|
10
10
|
- [Sample apps](../../#react-demo-app)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/feeds-react-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.64",
|
|
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.
|
|
36
|
+
"@stream-io/feeds-client": "0.3.49",
|
|
37
37
|
"use-sync-external-store": "^1.5.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|