Skip to content

Commit 74610c9

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# @rxjs-collection/mocks-v1.0.0-beta.1 (2025-09-26) ### Bug Fixes * **deps:** pin dependencies ([f432aed](f432aed)) * **operators:** refactored request workflow and tests ([b1559aa](b1559aa)) * **operators:** restructured and added aliases ([1e53881](1e53881)) * **request:** added stats test and optimized stats ([9c3668e](9c3668e)) * **unit-test:** updated operator tests ([05ab39b](05ab39b)) ### Features * **json:** add sync-promise-js dependency and mock implementation for Promise ([f660406](f660406))
1 parent f8e5d31 commit 74610c9

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/mocks/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Project Changelog
2+
3+
# @rxjs-collection/mocks-v1.0.0-beta.1 (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin dependencies ([f432aed](https://github.com/basics/rxjs-collection/commit/f432aed833bc4f1e3dbf13382708ad65fcf51277))
9+
* **operators:** refactored request workflow and tests ([b1559aa](https://github.com/basics/rxjs-collection/commit/b1559aacc619d6b9cc387d2cc1e0816f95ad030e))
10+
* **operators:** restructured and added aliases ([1e53881](https://github.com/basics/rxjs-collection/commit/1e5388145a60f7cdb8c2ff1a980df204ad64b4f3))
11+
* **request:** added stats test and optimized stats ([9c3668e](https://github.com/basics/rxjs-collection/commit/9c3668e45c5d62f09135a3dfa806d14bbadb4f50))
12+
* **unit-test:** updated operator tests ([05ab39b](https://github.com/basics/rxjs-collection/commit/05ab39b28b780061c732f279daa3714c9cd58e5f))
13+
14+
15+
### Features
16+
17+
* **json:** add sync-promise-js dependency and mock implementation for Promise ([f660406](https://github.com/basics/rxjs-collection/commit/f66040639e5069ba2679c6caf8625336a54c0802))

packages/mocks/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/mocks",
3-
"version": "0.0.0",
3+
"version": "1.0.0-beta.1",
44
"description": "rxjs mocks",
55
"license": "MIT",
66
"private": true,
@@ -22,4 +22,4 @@
2222
"rxjs": "7.8.2",
2323
"sync-promise-js": "1.0.0"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)