From 0dd119b1c8039c92c3dbc28054365a22ab28bc5a Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Wed, 13 Sep 2023 16:09:52 -0500 Subject: [PATCH] chore: release 0.1.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++- libs/ngxtension/version.json | 2 +- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccffc95..c8561a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ +## [0.1.0](https://github.com/nartc/ngxtension-platform/compare/0.1.0-beta.3...0.1.0) (2023-09-13) + + +### Features + +* **ngxtension:** init library ([5e493a8](https://github.com/nartc/ngxtension-platform/commit/5e493a842a858c654c18016a9dcf4c173db99e54)) +* **resize:** resize ([#5](https://github.com/nartc/ngxtension-platform/issues/5)) ([31bd35e](https://github.com/nartc/ngxtension-platform/commit/31bd35e95f07ba029d1a7a593348603215d5e664)) +* added injector to computedFrom ([9f97b5b](https://github.com/nartc/ngxtension-platform/commit/9f97b5b8eff841d8d145a6d4d75d2a30204288c1)) +* **assert-injector:** add `assertInjector` ([#17](https://github.com/nartc/ngxtension-platform/issues/17)) ([e1570a6](https://github.com/nartc/ngxtension-platform/commit/e1570a678cdaad3821bbd0ab455d1b639c675986)), closes [#15](https://github.com/nartc/ngxtension-platform/issues/15) +* **create-injection-token:** add createInjectionToken ([9d7a8ff](https://github.com/nartc/ngxtension-platform/commit/9d7a8ff3f934d72841286f2fa80ff777c323ca29)) +* **repeat:** add Repeat directive ([#19](https://github.com/nartc/ngxtension-platform/issues/19)) ([1db2f48](https://github.com/nartc/ngxtension-platform/commit/1db2f48155166aca7d6278b7f702f99ff10e53d1)), closes [#14](https://github.com/nartc/ngxtension-platform/issues/14) +* added connect util fn ([ea5f1da](https://github.com/nartc/ngxtension-platform/commit/ea5f1daff949ad730834957c7e243364bca486c0)) +* added inject-destroy ([1fdef68](https://github.com/nartc/ngxtension-platform/commit/1fdef68b902bc014d7dd02192b1faa9af31e12d0)) +* simplify test scenarios ([43db19c](https://github.com/nartc/ngxtension-platform/commit/43db19c81d5072b71f9fd6ec78c5b7fc5638327a)) +* simplify tests ([a175d3d](https://github.com/nartc/ngxtension-platform/commit/a175d3d6ccf0710af928fb036aa9242388216b6a)) +* **plugin:** add plugin for generators ([#26](https://github.com/nartc/ngxtension-platform/issues/26)) ([554a35c](https://github.com/nartc/ngxtension-platform/commit/554a35cb0bded12f6ede6a29ccb357a07918cecf)), closes [#4](https://github.com/nartc/ngxtension-platform/issues/4) + + +### Bug Fixes + +* comment out test case ([2c7147c](https://github.com/nartc/ngxtension-platform/commit/2c7147cba8d968404967ad1f2dd357ab4da157af)) + + +### Documentations + +* add [@nartc](https://github.com/nartc) as a contributor ([4c66122](https://github.com/nartc/ngxtension-platform/commit/4c66122153919787ab9098d90b580bc4cb0ee7b6)) +* add eneajaho as a contributor for code ([#12](https://github.com/nartc/ngxtension-platform/issues/12)) ([ab046c0](https://github.com/nartc/ngxtension-platform/commit/ab046c093227618eec01ac5f194c6261a122a8ac)) +* add jsdocs comments for all functions (except `computedFrom`) ([#24](https://github.com/nartc/ngxtension-platform/issues/24)) ([70ecb59](https://github.com/nartc/ngxtension-platform/commit/70ecb59f0c18a5f77e0956317ca909a6d58012c4)), closes [#18](https://github.com/nartc/ngxtension-platform/issues/18) +* update README ([3f57a63](https://github.com/nartc/ngxtension-platform/commit/3f57a63c3bdea474522ab7ebcc828c4949a9e8b3)), closes [#9](https://github.com/nartc/ngxtension-platform/issues/9) +* **repo:** add CONTRIBUTING guide ([#28](https://github.com/nartc/ngxtension-platform/issues/28)) ([82f3cce](https://github.com/nartc/ngxtension-platform/commit/82f3cce47464efada686ae22207cddf45fd216d7)), closes [#8](https://github.com/nartc/ngxtension-platform/issues/8) +* add documentation site by astro ([#29](https://github.com/nartc/ngxtension-platform/issues/29)) ([13aee69](https://github.com/nartc/ngxtension-platform/commit/13aee698b9fb9606487a93ed28d1bf60e41496bc)), closes [#10](https://github.com/nartc/ngxtension-platform/issues/10) [#10](https://github.com/nartc/ngxtension-platform/issues/10) +* add lastUpdated to starlight config ([7586e70](https://github.com/nartc/ngxtension-platform/commit/7586e70e4b16c2d0fad65d48075e483a9e2fd47a)) +* added computedFrom docs ([#30](https://github.com/nartc/ngxtension-platform/issues/30)) ([765777f](https://github.com/nartc/ngxtension-platform/commit/765777ff054355652d29eb6c3258cba5d82f6e34)) +* dummy ([d8ff6ab](https://github.com/nartc/ngxtension-platform/commit/d8ff6ab2c344011af0c45442bbfcfa86934605b8)) + ## [0.1.0-beta.3](https://github.com/nartc/ngxtension-platform/compare/0.1.0-beta.2...0.1.0-beta.3) (2023-09-13) @@ -59,4 +94,4 @@ ### Documentations -* add [@nartc](https://github.com/nartc) as a contributor ([4c66122](https://github.com/nartc/ngxtension-platform/commit/4c66122153919787ab9098d90b580bc4cb0ee7b6)) \ No newline at end of file +* add [@nartc](https://github.com/nartc) as a contributor ([4c66122](https://github.com/nartc/ngxtension-platform/commit/4c66122153919787ab9098d90b580bc4cb0ee7b6)) diff --git a/libs/ngxtension/version.json b/libs/ngxtension/version.json index b1b331d4..e9c7fa57 100644 --- a/libs/ngxtension/version.json +++ b/libs/ngxtension/version.json @@ -1,3 +1,3 @@ { - "version": "0.1.0-beta.3" + "version": "0.1.0" }