Skip to content

Commit 444e939

Browse files
chore(release): 1.0.0 [skip ci]
# @rxjs-collection/operators-v1.0.0 (2024-09-16) ### Bug Fixes * **git-workflow:** added yml for main and beta ([8fda8d9](8fda8d9)) * **mocha:** restructured test folder ([ff621f2](ff621f2)) * **mocha:** updated setup ([793c14f](793c14f)) * **operators:** added initial mocha setup ([756c589](756c589)) * **packages:** removed private attr in package.json ([ed66028](ed66028)) * **semver:** implemented monorepo config & workflow ([d73a02b](d73a02b)) * **semver:** prevent npm publish ([1c3e233](1c3e233)) * **semver:** test ([455516b](455516b)) * **test:** added forgotten successful empty runs ([7304362](7304362)) * **test:** corrected outline ([f214cd1](f214cd1)) * **test:** switched from mocha to vitest ([52425e1](52425e1)) * **vitest:** added test cases ([7c3a090](7c3a090)) * **vitest:** workspace coverage ([e2ed1ec](e2ed1ec)) ### Features * **setup:** init ([a01e5e3](a01e5e3))
1 parent b5c5840 commit 444e939

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

packages/operators/CHANGELOG.md

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

3+
# @rxjs-collection/operators-v1.0.0 (2024-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **git-workflow:** added yml for main and beta ([8fda8d9](https://github.com/basics/rxjs-collection/commit/8fda8d9e1553e1d1a1684895d563aa67164e922b))
9+
* **mocha:** restructured test folder ([ff621f2](https://github.com/basics/rxjs-collection/commit/ff621f2c817a041a590f9c12ba514028eea1e9ef))
10+
* **mocha:** updated setup ([793c14f](https://github.com/basics/rxjs-collection/commit/793c14fe9a87e209894da30d5ccaeb7dfd0ffdc3))
11+
* **operators:** added initial mocha setup ([756c589](https://github.com/basics/rxjs-collection/commit/756c589699ac590ecdc6d00c523df657baeaa1c1))
12+
* **packages:** removed private attr in package.json ([ed66028](https://github.com/basics/rxjs-collection/commit/ed660284cef613a71527f510039d6988c32a2735))
13+
* **semver:** implemented monorepo config & workflow ([d73a02b](https://github.com/basics/rxjs-collection/commit/d73a02b2211fe81c82bc0baf686945dc1bc77237))
14+
* **semver:** prevent npm publish ([1c3e233](https://github.com/basics/rxjs-collection/commit/1c3e233135bcf56335c9fd39a53b20b15bf07112))
15+
* **semver:** test ([455516b](https://github.com/basics/rxjs-collection/commit/455516b22a1cd24405aa06777a86f2e1b44fd7fb))
16+
* **test:** added forgotten successful empty runs ([7304362](https://github.com/basics/rxjs-collection/commit/7304362c7a9b79ecbb7dd6dfd12c478f5d0cdc18))
17+
* **test:** corrected outline ([f214cd1](https://github.com/basics/rxjs-collection/commit/f214cd143c0dd417798d49faca41bbbc8b55cc11))
18+
* **test:** switched from mocha to vitest ([52425e1](https://github.com/basics/rxjs-collection/commit/52425e1c7a73d066bdcd8fbfa44cb994bc93835c))
19+
* **vitest:** added test cases ([7c3a090](https://github.com/basics/rxjs-collection/commit/7c3a090f1e80b015bfbcdd7214334528d5701eb6))
20+
* **vitest:** workspace coverage ([e2ed1ec](https://github.com/basics/rxjs-collection/commit/e2ed1ec12aea8342f768b4f3fb17789ddf7a6208))
21+
22+
23+
### Features
24+
25+
* **setup:** init ([a01e5e3](https://github.com/basics/rxjs-collection/commit/a01e5e3e444717bf0de8031e32001a4af6386afb))
26+
327
# [@rxjs-collection/operators-v1.0.0-beta.5](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.0-beta.4...@rxjs-collection/operators-v1.0.0-beta.5) (2024-09-15)
428

529

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

0 commit comments

Comments
 (0)