Skip to content

Commit 21229dc

Browse files
chore(main): release 1.45.0 (#535)
1 parent 11306ce commit 21229dc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.45.0](https://github.com/gravity-ui/charts/compare/v1.44.0...v1.45.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add point annotations for line, area, and bar-x series ([#536](https://github.com/gravity-ui/charts/issues/536)) ([11306ce](https://github.com/gravity-ui/charts/commit/11306ce2232e5030b48748c5586ec9fdaf8da0ef))
9+
10+
11+
### Bug Fixes
12+
13+
* **line:** show hover marker on geometrically closest series ([#534](https://github.com/gravity-ui/charts/issues/534)) ([7b592f0](https://github.com/gravity-ui/charts/commit/7b592f0aa2db579b7474f958151bbd61ab23f004))
14+
315
## [1.44.0](https://github.com/gravity-ui/charts/compare/v1.43.1...v1.44.0) (2026-03-31)
416

517

package-lock.json

Lines changed: 2 additions & 2 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": "@gravity-ui/charts",
3-
"version": "1.44.0",
3+
"version": "1.45.0",
44
"description": "A flexible JavaScript library for data visualization and chart rendering using React",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)