Skip to content

Commit

Permalink
chore(main): release composables 0.2.0 (#17)
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 23, 2023
1 parent b35e360 commit db889f0
Show file tree
Hide file tree
Showing 3 changed files with 13 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.4"
"libs/composables": "0.2.0"
}
11 changes: 11 additions & 0 deletions libs/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/bynaryDE/angular-extensions/compare/composables-v0.1.4...composables-v0.2.0) (2023-11-23)


### ⚠ BREAKING CHANGES

* **composables/class:** remove applyBaseClass option

### Code Refactoring

* **composables/class:** remove applyBaseClass option ([187a022](https://github.com/bynaryDE/angular-extensions/commit/187a022f2cde8967a1e5f9c9b4c25a1d3d02031b))

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


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

0 comments on commit db889f0

Please sign in to comment.