Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-09-20)

### Bug Fixes

* 🐛 [Grid] Added min safe dimensions ([a8627f4](a8627f4)), closes [#85](#85)
* 🐛 [Task] Fixed label responsive positioning ([cde0663](cde0663)), closes [#86](#86)

### Features

* 🎸 [Task] Add contrast text color ([94f922c](94f922c))
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 28accc6 commit 0a14b7f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/melfore/konva-timeline/compare/v1.6.0...v1.7.0) (2023-09-20)


### Bug Fixes

* 🐛 [Grid] Added min safe dimensions ([a8627f4](https://github.com/melfore/konva-timeline/commit/a8627f43bce38dbc6fdbe602f68dbfd95b0bee21)), closes [#85](https://github.com/melfore/konva-timeline/issues/85)
* 🐛 [Task] Fixed label responsive positioning ([cde0663](https://github.com/melfore/konva-timeline/commit/cde06639f93fc450254245b318bad5a25816c51b)), closes [#86](https://github.com/melfore/konva-timeline/issues/86)


### Features

* 🎸 [Task] Add contrast text color ([94f922c](https://github.com/melfore/konva-timeline/commit/94f922cd22066983cbc33b48e37a0b699135e5db))

# [1.6.0](https://github.com/melfore/konva-timeline/compare/v1.5.2...v1.6.0) (2023-09-19)

### Features
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": "@melfore/konva-timeline",
"version": "1.6.0",
"version": "1.7.0",
"description": "Melfore ReactJS Timeline library made with Konva",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0a14b7f

Please sign in to comment.