Skip to content

Commit 7c16796

Browse files
chore(release): 1.6.0-beta.2 [skip ci]
## [1.6.0-beta.2](v1.6.0-beta.1...v1.6.0-beta.2) (2022-07-02) ### 🐛 Bug Fixes * **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([fef6b3f](fef6b3f))
1 parent eac16d1 commit 7c16796

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.0-beta.2](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2022-07-02)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([fef6b3f](https://github.com/kaciakmaciak/react-query-subscription/commit/fef6b3fd8cb54615fd6b7eb153266b5696f0318b))
7+
18
## [1.6.0-beta.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.1...v1.6.0-beta.1) (2022-07-02)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query-subscription",
3-
"version": "1.6.0-beta.1",
3+
"version": "1.6.0-beta.2",
44
"engines": {
55
"node": ">=10.13.0"
66
},

0 commit comments

Comments
 (0)