Skip to content

Commit

Permalink
chore(main): release composables 0.1.4 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 20, 2023
1 parent 2c42140 commit ea16e49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"libs/composables": "0.1.3"
"libs/composables": "0.1.4"
}
7 changes: 7 additions & 0 deletions libs/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.1.3...composables-v0.1.4) (2023-11-20)


### Features

* **composables:** add ngxs composables ([#15](https://github.com/bynaryDE/angular-extensions/issues/15)) ([2c42140](https://github.com/bynaryDE/angular-extensions/commit/2c421400fd9b2d7df7abff36d6f3943e95b0de25))

## [0.1.3](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.1.2...composables-v0.1.3) (2023-11-19)


Expand Down
2 changes: 1 addition & 1 deletion libs/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bynary/composables",
"description": "A set of composable functions to help you build Angular applications faster. Based on signals",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"author": "bynary GmbH (https://www.bynary.io)",
"contributors": [
Expand Down

0 comments on commit ea16e49

Please sign in to comment.