From 02a6839bf6a1e877d8d7e651bd7919a4e65b3bd8 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:27:25 +0000 Subject: [PATCH] chore(release): v0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fd5e4d..f6d6b0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [`conventional commits`](https://www.conventionalcommits.org/) guidelines. +### [0.1.0](https://github.com/taiga-family/ng-draw-flow/compare/v0.0.6...v0.1.0) (2024-10-08) + +### 🚀 Features + +- dropped the ng-web-apis dependency. Moved resize-observer into the project + [(9ec9c0e)](https://github.com/taiga-family/ng-draw-flow/commit/9ec9c0e90384393136887854b8ac6c6488245e74) +- removed the duplication from ng-web-apis. Made the df-resize-observer directive workaround + [(b7fe057)](https://github.com/taiga-family/ng-draw-flow/commit/b7fe05717652e0dda027bf24c70c02ccbeb924b6) +- fix after review + [(ddb4b58)](https://github.com/taiga-family/ng-draw-flow/commit/ddb4b585776052a04b2282ec148ecc487fb2e190) + +### 🐞 Bug Fixes + +- small fix [(2900efd)](https://github.com/taiga-family/ng-draw-flow/commit/2900efd1884da2be4018f05199d5b62e9e42f7e8) +- **deps**: update taiga-ui (#42) + [(95ab5f2)](https://github.com/taiga-family/ng-draw-flow/commit/95ab5f20fd2bfd9189f6d0f07526ab7fcfba4ecd) + ### [0.0.6]() (2024-09-22) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 1f331675..f196829d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-draw-flow", - "version": "0.0.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-draw-flow", - "version": "0.0.6", + "version": "0.1.0", "license": "Apache-2.0", "devDependencies": { "@angular-builders/custom-webpack": "16.0.1", diff --git a/package.json b/package.json index dee80a1d..f556928f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-draw-flow", - "version": "0.0.6", + "version": "0.1.0", "description": "A customizable Angular component for building node-based editors and interactive diagrams", "keywords": [ "draw flow",