@stream-io/feeds-react-sdk 0.0.3 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [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)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * API naming review (#92)
11
+
12
+ ### Features
13
+
14
+ * API naming review ([#92](https://github.com/GetStream/stream-feeds-js/issues/92)) ([2c12445](https://github.com/GetStream/stream-feeds-js/commit/2c124451a098e739e7dd803a3ca7923dacd07db3))
15
+
5
16
  ## [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
17
 
7
18
 
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.0",
4
4
  "description": "Feeds SDK for React",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,7 +34,7 @@
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.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "rimraf": "^6.0.1",