Skip to content

Commit 6aae835

Browse files
chore(release): 1.2.0-beta.2 [skip ci]
# [@rxjs-collection/operators-v1.2.0-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.2.0-beta.1...@rxjs-collection/operators-v1.2.0-beta.2) (2025-09-26) ### Bug Fixes * enhance response handling in operators ([845962e](845962e)) * handle null requests in autoPagination and improve error handling ([0cdb8e9](0cdb8e9))
1 parent 74610c9 commit 6aae835

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/operators/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Project Changelog
22

3+
# [@rxjs-collection/operators-v1.2.0-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.2.0-beta.1...@rxjs-collection/operators-v1.2.0-beta.2) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* enhance response handling in operators ([845962e](https://github.com/basics/rxjs-collection/commit/845962e633846373024d4cd16f880e0ed55434e5))
9+
* handle null requests in autoPagination and improve error handling ([0cdb8e9](https://github.com/basics/rxjs-collection/commit/0cdb8e9134ca37cb201c19a21708db0ab0c336f5))
10+
311
# [@rxjs-collection/operators-v1.2.0-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.1.2-beta.2...@rxjs-collection/operators-v1.2.0-beta.1) (2025-09-05)
412

513

packages/operators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxjs-collection/operators",
3-
"version": "1.2.0-beta.1",
3+
"version": "1.2.0-beta.2",
44
"description": "rxjs operators",
55
"license": "MIT",
66
"private": true,
@@ -49,4 +49,4 @@
4949
"unbuild": "3.6.1",
5050
"typescript": "5.9.2"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)