@stream-io/feeds-react-sdk 0.1.65 → 1.0.0

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.66...@stream-io/feeds-react-sdk-1.0.0) (2026-03-06)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/feeds-client` updated to version `1.0.0`
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * onNewActivity filter (#251)
14
+
15
+ ### Features
16
+
17
+ * onNewActivity filter ([#251](https://github.com/GetStream/stream-feeds-js/issues/251)) ([cab4a39](https://github.com/GetStream/stream-feeds-js/commit/cab4a3962874b880cef675fc4850b6cbe7a1bf7c))
18
+
19
+ ## [0.1.66](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.65...@stream-io/feeds-react-sdk-0.1.66) (2026-03-04)
20
+
21
+ ### Dependency Updates
22
+
23
+ * `@stream-io/feeds-client` updated to version `0.3.51`
5
24
  ## [0.1.65](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.64...@stream-io/feeds-react-sdk-0.1.65) (2026-03-02)
6
25
 
7
26
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.1.65",
3
+ "version": "1.0.0",
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.50",
36
+ "@stream-io/feeds-client": "1.0.0",
37
37
  "use-sync-external-store": "^1.5.0"
38
38
  },
39
39
  "devDependencies": {