Skip to content

Commit fc37e48

Browse files
chore(release): 1.0.3 [skip ci]
# [@rxjs-collection/operators-v1.0.3](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.2...@rxjs-collection/operators-v1.0.3) (2024-10-24) ### Bug Fixes * **deps:** pin dependencies ([dfd1950](dfd1950)) * **fetch:** added fetch operators ([e248db8](e248db8)) * **fetch:** added logs and cleanup ([025ea93](025ea93)) * **fetch:** added logs to test and cleanup ([3ef05aa](3ef05aa)) * **fetch:** cleanup ([522f2ca](522f2ca)) * **fetch:** cleanup ([c56babb](c56babb)) * **fetch:** cleanup tests ([3d20b2e](3d20b2e)) * **fetch:** polling completed and cleanup of operators ([cc64c16](cc64c16))
1 parent 5f33569 commit fc37e48

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/operators/CHANGELOG.md

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

3+
# [@rxjs-collection/operators-v1.0.3](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.2...@rxjs-collection/operators-v1.0.3) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin dependencies ([dfd1950](https://github.com/basics/rxjs-collection/commit/dfd1950821e2a1436bcd0dfde45b5b07c63dd2b8))
9+
* **fetch:** added fetch operators ([e248db8](https://github.com/basics/rxjs-collection/commit/e248db81cd681366c0654f30a2b0f664e1e30a5c))
10+
* **fetch:** added logs and cleanup ([025ea93](https://github.com/basics/rxjs-collection/commit/025ea930df68d7eb1cc28cd64c642e51f498c69c))
11+
* **fetch:** added logs to test and cleanup ([3ef05aa](https://github.com/basics/rxjs-collection/commit/3ef05aa55345da1dd4dec416bb17554d5c457743))
12+
* **fetch:** cleanup ([522f2ca](https://github.com/basics/rxjs-collection/commit/522f2ca06ea0d1141d596f31e9b626cfb71e8f31))
13+
* **fetch:** cleanup ([c56babb](https://github.com/basics/rxjs-collection/commit/c56babbc77214eb589f5c0ef2e4ed8e854f0892c))
14+
* **fetch:** cleanup tests ([3d20b2e](https://github.com/basics/rxjs-collection/commit/3d20b2e2daa5d64b708418dc7a694ad3ec47f0be))
15+
* **fetch:** polling completed and cleanup of operators ([cc64c16](https://github.com/basics/rxjs-collection/commit/cc64c1631007c1ab659a4f559b4e946dc3f682ab))
16+
317
# [@rxjs-collection/operators-v1.0.3-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.3-beta.1...@rxjs-collection/operators-v1.0.3-beta.2) (2024-10-24)
418

519

packages/operators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxjs-collection/operators",
3-
"version": "1.0.3-beta.2",
3+
"version": "1.0.3",
44
"description": "rxjs operators",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)