Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Sep 22, 2024
1 parent d251368 commit 1e55a43
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Changelog

All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
[`conventional commits`](https://www.conventionalcommits.org/) guidelines.

### [0.0.6]() (2024-09-22)

### 🚀 Features

- init [(fd49881)](https://github.com/taiga-family/ng-draw-flow/commit/fd49881f37b9112c9447ea6e60fbb768f8712c1c)
- rename panzoom to pan-zoom
[(a495d78)](https://github.com/taiga-family/ng-draw-flow/commit/a495d78c4786875d4f77a3708f87cf8b8bdde6f6)
- improved node positioning
[(6cb6414)](https://github.com/taiga-family/ng-draw-flow/commit/6cb6414c7e6b39375e40db6682ad5fde8183cb80)
- new icon [(cdf622b)](https://github.com/taiga-family/ng-draw-flow/commit/cdf622b3768653c9ca09df6c40b8de3ad290bb82)
- rename panzoom to pan-zoom
[(630d08d)](https://github.com/taiga-family/ng-draw-flow/commit/630d08d8cde1b81ac322b868a9c66f96b373a365)

### 🐞 Bug Fixes

- upgrade taiga-family guidelines
[(b2c9fd8)](https://github.com/taiga-family/ng-draw-flow/commit/b2c9fd80201f55ca4e98abd814219add1ee1e16b)
- fix docs [(3cb3d48)](https://github.com/taiga-family/ng-draw-flow/commit/3cb3d488a2eab9d3849e36c749fff67cba695aeb)
- just bump version
[(d4396c5)](https://github.com/taiga-family/ng-draw-flow/commit/d4396c57305a66364163bcb668ec80d63e0880c2)
- peerDependency versions
[(6e77f12)](https://github.com/taiga-family/ng-draw-flow/commit/6e77f12cdc6add0db9510b88d39822c8367bc130)
- corrected incorrect position of connection lines in codesandbox
[(2b5706d)](https://github.com/taiga-family/ng-draw-flow/commit/2b5706d1247b0fa665f4ba8c77764bd1024362a4)
- **deps**: pin dependency tslib to 2.7.0 (#21)
[(bd6b63a)](https://github.com/taiga-family/ng-draw-flow/commit/bd6b63af201c027a45a9ed50d1550c4fd7d7eb2f)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-draw-flow",
"version": "0.0.5",
"version": "0.0.6",
"description": "A customizable Angular component for building node-based editors and interactive diagrams",
"keywords": [
"draw flow",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-draw-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-draw-flow/core",
"version": "0.0.5",
"version": "0.0.6",
"description": "A customizable Angular component for building node-based editors and interactive diagrams",
"keywords": [
"draw flow",
Expand Down

0 comments on commit 1e55a43

Please sign in to comment.