@stream-io/feeds-react-sdk 0.1.0 → 0.1.2

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 +14 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.2](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.1...@stream-io/feeds-react-sdk-0.1.2) (2025-09-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * properly align projectRoot ([#127](https://github.com/GetStream/stream-feeds-js/issues/127)) ([9c5f6b3](https://github.com/GetStream/stream-feeds-js/commit/9c5f6b32930f1263fa61d49086f6ae95ecb49a36))
11
+
12
+ ## [0.1.1](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.0...@stream-io/feeds-react-sdk-0.1.1) (2025-09-18)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump core packages and install shim ([#125](https://github.com/GetStream/stream-feeds-js/issues/125)) ([4659634](https://github.com/GetStream/stream-feeds-js/commit/4659634a49cd8dc6c0a04d9199e7eb3ea4e32d19))
18
+
5
19
  ## [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
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Feeds SDK for React",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,9 +34,11 @@
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE",
36
36
  "dependencies": {
37
- "@stream-io/feeds-client": "0.2.0"
37
+ "@stream-io/feeds-client": "0.2.10",
38
+ "use-sync-external-store": "^1.5.0"
38
39
  },
39
40
  "devDependencies": {
41
+ "@types/use-sync-external-store": "^1",
40
42
  "rimraf": "^6.0.1",
41
43
  "typescript": "^5.8.3"
42
44
  }