Skip to content

Commit bb94638

Browse files
author
Giovanni Bertoncelli
authored
Merge pull request #30 from ctinnovation/release_16.1.6
Release: [v16.1.6]
2 parents 1bf036e + 7ef3f66 commit bb94638

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ All notable changes to this project will be documented in this file.
55
[![CHANGELOG
66
FORMAT](https://img.shields.io/badge/Format-keepachangelog-orange.svg)](https://keepachangelog.com/en/1.0.0/) [![VERSIONING](https://img.shields.io/badge/Versioning-semver-red.svg)](https://semver.org/spec/v2.0.0.html)
77

8+
- [[16.1.6] - 2024-03-18](#1616---2024-03-18)
89
- [[16.1.5] - 2024-03-07](#1615---2024-03-07)
910
- [[16.1.4] - 2024-03-07](#1614---2024-03-07)
1011

12+
## [16.1.6] - 2024-03-18
13+
14+
[![TASK](https://img.shields.io/badge/TASK-28-default.svg)](https://github.com/ctinnovation/ngx-konva/issues/28)
15+
16+
### Changed
17+
18+
- Bump `konva@9.3.6`[28](https://github.com/ctinnovation/ngx-konva/issues/28)
19+
20+
### Fixed
21+
22+
- Fixed isDragging error by importing `konva/lib/Core` inside `NgxKonvaModule` for initialization ‧ [28](https://github.com/ctinnovation/ngx-konva/issues/28)
1123
## [16.1.5] - 2024-03-07
1224

1325

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-konva-workspace",
3-
"version": "16.1.5",
3+
"version": "16.1.6",
44
"keywords": [
55
"konva",
66
"angular",

projects/ngx-konva/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-konva",
3-
"version": "16.1.5",
3+
"version": "16.1.6",
44
"license": "MIT",
55
"keywords": [
66
"konva",
@@ -25,4 +25,4 @@
2525
"uuid": "^9.0.1"
2626
},
2727
"sideEffects": false
28-
}
28+
}

unreleased/28.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)