Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent 383be5a commit f71130a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [0.6.0](https://github.com/taiga-family/ng-draw-flow/compare/v0.5.0...v0.6.0) (2024-10-28)

### 🚀 Features

- added the connection-selected event
[(5475c0e)](https://github.com/taiga-family/ng-draw-flow/commit/5475c0e64660fe7a1a5ef299e203c9cac7433723)
- retain selection while moving across the scene
[(959f360)](https://github.com/taiga-family/ng-draw-flow/commit/959f360a5a458463dca8efc4e32ddb40e5c3b382)

### 🐞 Bug Fixes

- fixed a bug that caused scale to be shared between ng-draw-flow instances
[(e00b9f7)](https://github.com/taiga-family/ng-draw-flow/commit/e00b9f77e404414f1d0fe623fb37ac211f88e80f)

### [0.5.0](https://github.com/taiga-family/ng-draw-flow/compare/v0.4.0...v0.5.0) (2024-10-22)

### 🐞 Bug Fixes
Expand Down
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.5.0",
"version": "0.6.0",
"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.5.0",
"version": "0.6.0",
"description": "A customizable Angular component for building node-based editors and interactive diagrams",
"keywords": [
"draw flow",
Expand Down

0 comments on commit f71130a

Please sign in to comment.