Skip to content

Commit 7704ae0

Browse files
chore(release): 1.0.0 [skip ci]
# @rxjs-collection/observables-v1.0.0 (2024-09-16) ### Bug Fixes * **dom/window:** fixed mockreset status ([cdc5dae](cdc5dae)) * **git-workflow:** added yml for main and beta ([8fda8d9](8fda8d9)) * **mocha:** added async event marble test ([f8e5bdb](f8e5bdb)) * **mocha:** first test with mocked data ([e1344d9](e1344d9)) * **mocha:** fixed async prob in first test ([a5ba14e](a5ba14e)) * **mocha:** renamed mockFunctions ([f59866f](f59866f)) * **mocha:** updated setup ([793c14f](793c14f)) * **packages:** removed private attr in package.json ([ed66028](ed66028)) * **security-hotspot:** cleanup ([#21](#21)) ([d96c3dc](d96c3dc)) * **semver:** implemented monorepo config & workflow ([d73a02b](d73a02b)) * **semver:** prevent npm publish ([1c3e233](1c3e233)) * **test:** added successful empty run in package json ([6c237cf](6c237cf)) * **test:** switched from mocha to vitest ([52425e1](52425e1)) * **vitest:** added test cases ([7c3a090](7c3a090)) ### Features * **setup:** init ([a01e5e3](a01e5e3))
1 parent 444e939 commit 7704ae0

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/observables/CHANGELOG.md

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

3+
# @rxjs-collection/observables-v1.0.0 (2024-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **dom/window:** fixed mockreset status ([cdc5dae](https://github.com/basics/rxjs-collection/commit/cdc5dae2fe8f386b2477a177febafba6a256f2b3))
9+
* **git-workflow:** added yml for main and beta ([8fda8d9](https://github.com/basics/rxjs-collection/commit/8fda8d9e1553e1d1a1684895d563aa67164e922b))
10+
* **mocha:** added async event marble test ([f8e5bdb](https://github.com/basics/rxjs-collection/commit/f8e5bdbc5d7f0fd2498f9a16f851bdbda4ae7a79))
11+
* **mocha:** first test with mocked data ([e1344d9](https://github.com/basics/rxjs-collection/commit/e1344d9600a2e95281e7ac1a0ada6bc1de6c598b))
12+
* **mocha:** fixed async prob in first test ([a5ba14e](https://github.com/basics/rxjs-collection/commit/a5ba14eb69563ece06518a7ba4403e77d71200fa))
13+
* **mocha:** renamed mockFunctions ([f59866f](https://github.com/basics/rxjs-collection/commit/f59866f0427ce0f46bb588c2e69d85ec61dfc22c))
14+
* **mocha:** updated setup ([793c14f](https://github.com/basics/rxjs-collection/commit/793c14fe9a87e209894da30d5ccaeb7dfd0ffdc3))
15+
* **packages:** removed private attr in package.json ([ed66028](https://github.com/basics/rxjs-collection/commit/ed660284cef613a71527f510039d6988c32a2735))
16+
* **security-hotspot:** cleanup ([#21](https://github.com/basics/rxjs-collection/issues/21)) ([d96c3dc](https://github.com/basics/rxjs-collection/commit/d96c3dc061e40210475f86c06a5c8a431aedf44e))
17+
* **semver:** implemented monorepo config & workflow ([d73a02b](https://github.com/basics/rxjs-collection/commit/d73a02b2211fe81c82bc0baf686945dc1bc77237))
18+
* **semver:** prevent npm publish ([1c3e233](https://github.com/basics/rxjs-collection/commit/1c3e233135bcf56335c9fd39a53b20b15bf07112))
19+
* **test:** added successful empty run in package json ([6c237cf](https://github.com/basics/rxjs-collection/commit/6c237cfa30a82184a958f0c61a9301b224f9ae83))
20+
* **test:** switched from mocha to vitest ([52425e1](https://github.com/basics/rxjs-collection/commit/52425e1c7a73d066bdcd8fbfa44cb994bc93835c))
21+
* **vitest:** added test cases ([7c3a090](https://github.com/basics/rxjs-collection/commit/7c3a090f1e80b015bfbcdd7214334528d5701eb6))
22+
23+
24+
### Features
25+
26+
* **setup:** init ([a01e5e3](https://github.com/basics/rxjs-collection/commit/a01e5e3e444717bf0de8031e32001a4af6386afb))
27+
328
# [@rxjs-collection/observables-v1.0.0-beta.5](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.0-beta.4...@rxjs-collection/observables-v1.0.0-beta.5) (2024-09-16)
429

530

packages/observables/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/observables",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0",
44
"description": "rxjs observables",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)