Skip to content

Commit

Permalink
Merge pull request #30 from ctinnovation/release_16.1.6
Browse files Browse the repository at this point in the history
Release: [v16.1.6]
  • Loading branch information
giovanni-bertoncelli authored Mar 18, 2024
2 parents 1bf036e + 7ef3f66 commit bb94638
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ All notable changes to this project will be documented in this file.
[![CHANGELOG
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)

- [[16.1.6] - 2024-03-18](#1616---2024-03-18)
- [[16.1.5] - 2024-03-07](#1615---2024-03-07)
- [[16.1.4] - 2024-03-07](#1614---2024-03-07)

## [16.1.6] - 2024-03-18

[![TASK](https://img.shields.io/badge/TASK-28-default.svg)](https://github.com/ctinnovation/ngx-konva/issues/28)

### Changed

- Bump `[email protected]`[28](https://github.com/ctinnovation/ngx-konva/issues/28)

### Fixed

- Fixed isDragging error by importing `konva/lib/Core` inside `NgxKonvaModule` for initialization ‧ [28](https://github.com/ctinnovation/ngx-konva/issues/28)
## [16.1.5] - 2024-03-07


Expand Down
6 changes: 3 additions & 3 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": "ngx-konva-workspace",
"version": "16.1.5",
"version": "16.1.6",
"keywords": [
"konva",
"angular",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-konva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-konva",
"version": "16.1.5",
"version": "16.1.6",
"license": "MIT",
"keywords": [
"konva",
Expand All @@ -25,4 +25,4 @@
"uuid": "^9.0.1"
},
"sideEffects": false
}
}
7 changes: 0 additions & 7 deletions unreleased/28.md

This file was deleted.

0 comments on commit bb94638

Please sign in to comment.