Skip to content

Commit

Permalink
Merge pull request #55 from basics/feature/readme
Browse files Browse the repository at this point in the history
Feature/readme
  • Loading branch information
StephanGerbeth authored Oct 1, 2024
2 parents 1674337 + a49dc02 commit 318fecf
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![Renovate - Status][renovate-status-src]][renovate-status-href]
[![License][license-src]][license-href]

[![Open in StackBlitz][stackblitz-src]][stackblitz-href]
[![Coverage Report][vitest-coverage-src]][vitest-coverage-href]

---
Expand Down Expand Up @@ -132,5 +133,8 @@
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-booster.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/nuxt-booster

[stackblitz-src]: https://developer.stackblitz.com/img/open_in_stackblitz.svg
[stackblitz-href]: https://stackblitz.com/~/github.com/basics/rxjs-collection?workspace=vscode-remote%3A%2F%2Fwebcontainer%2Fhome%2Fbasics%2Frxjs-collection%2Frxjs-collection.code-workspace

[vitest-coverage-src]: https://img.shields.io/badge/Coverage_Report-2ea44f?logo=vitest&logoColor=%23fff
[vitest-coverage-href]: https://basics.github.io/rxjs-collection/
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/observables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Project Changelog

# [@rxjs-collection/observables-v1.0.3](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.2...@rxjs-collection/observables-v1.0.3) (2024-09-20)


### Bug Fixes

* **config:** update ([94101a4](https://github.com/basics/rxjs-collection/commit/94101a4c3b41b1b0d9c99bd8b98b8f8d8e67b1b2))
* **release:** reduced artifact of each package ([b7b00cd](https://github.com/basics/rxjs-collection/commit/b7b00cd92b5f6d009a01fe00d8a9d72b9cb8d1be))
* **test:** test ([7fe8f10](https://github.com/basics/rxjs-collection/commit/7fe8f109c227b8c29fda4710cdb5713e0e1a041f))
* **test:** test ([e63da46](https://github.com/basics/rxjs-collection/commit/e63da46be81fe6e1109ead1aa41155ec73fc96db))
* **test:** test ([fdc55ef](https://github.com/basics/rxjs-collection/commit/fdc55ef1b142d98bc58f8c7808354e00b02cd79c))

# [@rxjs-collection/observables-v1.0.3-beta.5](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.3-beta.4...@rxjs-collection/observables-v1.0.3-beta.5) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/observables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-collection/observables",
"version": "1.0.3-beta.5",
"version": "1.0.3",
"description": "rxjs observables",
"license": "MIT",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions packages/operators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Project Changelog

# [@rxjs-collection/operators-v1.0.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.1...@rxjs-collection/operators-v1.0.2) (2024-09-20)


### Bug Fixes

* **config:** update ([94101a4](https://github.com/basics/rxjs-collection/commit/94101a4c3b41b1b0d9c99bd8b98b8f8d8e67b1b2))
* **release:** reduced artifact of each package ([b7b00cd](https://github.com/basics/rxjs-collection/commit/b7b00cd92b5f6d009a01fe00d8a9d72b9cb8d1be))
* **test:** test ([e63da46](https://github.com/basics/rxjs-collection/commit/e63da46be81fe6e1109ead1aa41155ec73fc96db))
* **test:** test ([fdc55ef](https://github.com/basics/rxjs-collection/commit/fdc55ef1b142d98bc58f8c7808354e00b02cd79c))

# [@rxjs-collection/operators-v1.0.2-beta.4](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.2-beta.3...@rxjs-collection/operators-v1.0.2-beta.4) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/operators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-collection/operators",
"version": "1.0.2-beta.4",
"version": "1.0.2",
"description": "rxjs operators",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 318fecf

Please sign in to comment.