Skip to content

Commit

Permalink
Version Packages (#362)
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 Feb 2, 2025
1 parent 61dc5b0 commit 960afab
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-olives-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-meals-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-monkeys-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hornets-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-planes-attend.md

This file was deleted.

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

## 0.93.0

### Minor Changes

- feat: Integarte Brush via BrushContext (`<Chart brush={...}>`) ([#361](https://github.com/techniq/layerchart/pull/361))

- breaking: Remove `Brush` component ([#361](https://github.com/techniq/layerchart/pull/361))

### Patch Changes

- fix: Support highlight pointer events (click/hover) when using brush ([#361](https://github.com/techniq/layerchart/pull/361))

- fix: Support brushing when using `voronoi` tooltip mode ([#361](https://github.com/techniq/layerchart/pull/361))

- fix(AreaChart|LineChart): Fix re-animating (tweened) lines/areas on single series point hover ([#361](https://github.com/techniq/layerchart/pull/361))

## 0.92.1

### 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.92.1",
"version": "0.93.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 960afab

Please sign in to comment.