Skip to content

Commit

Permalink
Version Packages (#320)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Lynch <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent c4a2a60 commit 24a69b9
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-apes-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-poems-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-weeks-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-mangos-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-taxis-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-shrimps-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cameras-double.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/layerchart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# LayerChart

## 0.72.0

### Minor Changes

- feat: Add `onTooltipClick` callback event for all simplified charts (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) ([#322](https://github.com/techniq/layerchart/pull/322))

- feat(BarChart): Add `onBarClick` callback event (useful for multi-series charts) ([#322](https://github.com/techniq/layerchart/pull/322))

- feat(AreaChart|LineChart): Add `onPointClick` callback event (useful for multi-series charts) ([#322](https://github.com/techniq/layerchart/pull/322))

- feat(PieChart): Add `onArcClick` callback event ([#322](https://github.com/techniq/layerchart/pull/322))

- feat(Bars): Add `onBarClick` callback event ([#322](https://github.com/techniq/layerchart/pull/322))

- feat(Highlight): Add `onAreaClick`, `onBarClick`, and `onPointClick` callback events ([#322](https://github.com/techniq/layerchart/pull/322))

### Patch Changes

- fix(BarChart): Fix Tooltip handling with separate series data ([`6708650`](https://github.com/techniq/layerchart/commit/6708650bc9cf47bda60b86dae0ee97f2253a2656))

## 0.71.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layerchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/layerchart",
"version": "0.71.3",
"version": "0.72.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 24a69b9

Please sign in to comment.