Skip to content

Commit

Permalink
chore(main): release composables 0.2.2 (#25)
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 Dec 15, 2023
1 parent dc79cc8 commit a877f59
Show file tree
Hide file tree
Showing 3 changed files with 14 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.2.1"
"libs/composables": "0.2.2"
}
12 changes: 12 additions & 0 deletions libs/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.2](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.2.1...composables-v0.2.2) (2023-12-15)


### Features

* **composables:** add defaultValue option to color scheme composable ([417398c](https://github.com/bynaryDE/angular-extensions/commit/417398c9fa0cce3d9f9479baf2bec9324207ed20))


### Bug Fixes

* **composables:** read boolean attribute value from DOM on initialization ([df316c7](https://github.com/bynaryDE/angular-extensions/commit/df316c70380fb1dafdc0efe800758418ba2f5aee))

## [0.2.1](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.2.0...composables-v0.2.1) (2023-12-12)


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

0 comments on commit a877f59

Please sign in to comment.