Skip to content

Commit 4cf9748

Browse files
chore(release): 1.0.9-beta.1 [skip ci]
# [@rxjs-collection/observables-v1.0.9-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.8...@rxjs-collection/observables-v1.0.9-beta.1) (2025-09-26) ### Bug Fixes * correct global reference in connectionObservable for event handling ([1c1d5ea](1c1d5ea)) * use globalThis for event listeners in connectionObservable ([83b771b](83b771b))
1 parent 6aae835 commit 4cf9748

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/observables/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/observables-v1.0.9-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.8...@rxjs-collection/observables-v1.0.9-beta.1) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* correct global reference in connectionObservable for event handling ([1c1d5ea](https://github.com/basics/rxjs-collection/commit/1c1d5ea0c5d774ff72aa507cb48a5a5bd86cdd67))
9+
* use globalThis for event listeners in connectionObservable ([83b771b](https://github.com/basics/rxjs-collection/commit/83b771b4f716a2f70af40a6c54027a40b20e51b5))
10+
311
# [@rxjs-collection/observables-v1.0.8](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.7...@rxjs-collection/observables-v1.0.8) (2024-11-28)
412

513

packages/observables/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/observables",
3-
"version": "1.0.8",
3+
"version": "1.0.9-beta.1",
44
"description": "rxjs observables",
55
"license": "MIT",
66
"private": true,
@@ -35,4 +35,4 @@
3535
"dependencies": {
3636
"rxjs": "7.8.2"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)