Skip to content

Commit

Permalink
chore: release 12.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Apr 2, 2022
1 parent 12eef47 commit 854e29a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
All notable changes to ngx-gantt will be documented in this file.

### [12.2.3](https://github.com/worktile/ngx-gantt/compare/12.2.2...12.2.3) (2022-04-02)

### Bug Fixes

- support only drag or link #INFR-2818 ([12eef47](https://github.com/worktile/ngx-gantt/commit/12eef471631a648f483ad447553e9ab1ba84dacb)), closes [#INFR-2818](https://github.com/worktile/ngx-gantt/issues/INFR-2818)

## [12.2.2](https://github.com/worktile/ngx-gantt/compare/12.1.2...12.2.2) (2022-03-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "@worktile/gantt",
"version": "12.2.2",
"version": "12.2.3",
"description": "A modern and powerful gantt chart component for Angular",
"keywords": [
"gantt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/gantt",
"version": "12.2.2",
"version": "12.2.3",
"schematics": "./schematics/collection.json",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
Expand Down

0 comments on commit 854e29a

Please sign in to comment.