From afa36829bc64b2c8d0a40bc7c2283b08eb6d4768 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:16:36 +0100 Subject: [PATCH] chore: release main (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- libs/composables/CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++ libs/composables/package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 libs/composables/CHANGELOG.md diff --git a/libs/composables/CHANGELOG.md b/libs/composables/CHANGELOG.md new file mode 100644 index 0000000..d7bd72e --- /dev/null +++ b/libs/composables/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## 0.1.0 (2023-11-18) + + +### ⚠ BREAKING CHANGES + +* **composabels/storage:** rename useStorageComposable +* **composables/observer:** mark useActivate as internal for now +* **composables/attribtue:** rename `host` option to `target` +* rename @bynary/angular-composables to @bynary/composables +* **signals:** rename to composables + +### Features + +* **composabels/storage:** finalize composables & add docs ([24eba72](https://github.com/bynaryDE/angular-extensions/commit/24eba7265ff637b39dc9a227f779d18f2a0e9388)) +* **composables/attribute:** add support for custom host ([7ca1826](https://github.com/bynaryDE/angular-extensions/commit/7ca1826ec07e0c120ea812a0b05b074f44e51b1a)) +* **composables/observer:** improve composables ([887cac8](https://github.com/bynaryDE/angular-extensions/commit/887cac855d4ad727507b7db212cf99f660c7e3b4)) +* **composables/storage:** improve storage composables ([54cafb4](https://github.com/bynaryDE/angular-extensions/commit/54cafb45f6f09c9dfe26caf9c67a1da46e5666f6)) +* **composables/title:** add bindTitle and documentation ([25e5900](https://github.com/bynaryDE/angular-extensions/commit/25e5900a65dacd4ed49aca942db96c98fdb9f0d4)) +* **composables:** change default initial value of useClass to `true` ([d986c8b](https://github.com/bynaryDE/angular-extensions/commit/d986c8bfe0c8832c43d1fa925381642f4ab1c61d)) +* **composables:** improve & test event composable ([24d1ea4](https://github.com/bynaryDE/angular-extensions/commit/24d1ea4098b3216b139967eda234a99cfffa9c0f)) +* **composables:** improve & test media-query composable ([0370870](https://github.com/bynaryDE/angular-extensions/commit/037087013d8f5f745ceaedc1b6235ba36a984e79)) +* **demo:** add "old" example to the demo ([e519eba](https://github.com/bynaryDE/angular-extensions/commit/e519ebae94ccfdeb3f42c2553e92874f045ba68d)) + + +### Bug Fixes + +* **composabels:** secondary entrypoint exports ([da2cd3b](https://github.com/bynaryDE/angular-extensions/commit/da2cd3b1a11a00897114e40f52deccb3de0e84cb)) +* **composables/observer:** use subpackage import instead of relative import ([9fc5632](https://github.com/bynaryDE/angular-extensions/commit/9fc56327d02b38e02d75d1f5beac5a0b0191120a)) +* **composables:** default value resolution ([e8b84ae](https://github.com/bynaryDE/angular-extensions/commit/e8b84ae40ac5cdeb1a4d59b5c4f06fed3d138b13)) +* **composables:** secondary entrypoint setup ([5200a2c](https://github.com/bynaryDE/angular-extensions/commit/5200a2c8678b9711855033be780b55482d93f9a0)) + + +### Code Refactoring + +* **composabels/storage:** rename useStorageComposable ([9245553](https://github.com/bynaryDE/angular-extensions/commit/92455533bbea77cd88405e75c70e58d48cd91ffa)) +* **composables/attribtue:** rename `host` option to `target` ([fe0b7cf](https://github.com/bynaryDE/angular-extensions/commit/fe0b7cf685f0fdced8502ff8b94ea5d1a98b9b41)) +* **composables/observer:** mark useActivate as internal for now ([da94d1f](https://github.com/bynaryDE/angular-extensions/commit/da94d1fe14c54d769c72afe6e5f56c3a9499ea06)) +* **signals:** rename to composables ([aaffeb1](https://github.com/bynaryDE/angular-extensions/commit/aaffeb18a8585f840ea9012fac687a3b61213a0c)) + + +### Build System + +* rename @bynary/angular-composables to @bynary/composables ([ce65d49](https://github.com/bynaryDE/angular-extensions/commit/ce65d49f0a04dedc9c4da2e60a4199cbd6abf9aa)) diff --git a/libs/composables/package.json b/libs/composables/package.json index 8d72c01..9f6ddca 100644 --- a/libs/composables/package.json +++ b/libs/composables/package.json @@ -1,6 +1,6 @@ { "name": "@bynary/composables", - "version": "0.0.1", + "version": "0.1.0", "peerDependencies": { "@angular/core": "^16.2.0", "@angular/cdk": "^16.2.8",