Skip to content

Commit 83b174e

Browse files
chore(release): 1.0.1-beta.2 [skip ci]
# [@rxjs-collection/playground-v1.0.1-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/playground-v1.0.1-beta.1...@rxjs-collection/playground-v1.0.1-beta.2) (2025-09-26) ### Bug Fixes * enhance response handling in operators ([845962e](845962e))
1 parent 4cf9748 commit 83b174e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/playground/CHANGELOG.md

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

3+
# [@rxjs-collection/playground-v1.0.1-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/playground-v1.0.1-beta.1...@rxjs-collection/playground-v1.0.1-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+
310
# [@rxjs-collection/playground-v1.0.1-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/playground-v1.0.0...@rxjs-collection/playground-v1.0.1-beta.1) (2024-12-06)
411

512

packages/playground/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/playground",
3-
"version": "1.0.1-beta.1",
3+
"version": "1.0.1-beta.2",
44
"description": "rxjs playground",
55
"license": "MIT",
66
"private": true,
@@ -31,4 +31,4 @@
3131
"devDependencies": {
3232
"tsx": "4.20.5"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)