Skip to content

Commit

Permalink
chore(main): release composables 0.1.3 (#14)
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 19, 2023
1 parent 695591e commit 6f7df83
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.2"
"libs/composables": "0.1.3"
}
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.3](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.1.2...composables-v0.1.3) (2023-11-19)


### Bug Fixes

* **composables/class:** base modifier type fully on generic ([695591e](https://github.com/bynaryDE/angular-extensions/commit/695591ee3d4af8f0d48c049980ac923b70ab078f))

## [0.1.2](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.1.1...composables-v0.1.2) (2023-11-18)


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.2",
"version": "0.1.3",
"license": "MIT",
"author": "bynary GmbH (https://www.bynary.io)",
"contributors": [
Expand Down

0 comments on commit 6f7df83

Please sign in to comment.