Skip to content

Commit

Permalink
Version Packages (#349)
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 <techniq35@gmail.com>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent c35bc28 commit ab50af3
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-kings-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-adults-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-geckos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-yaks-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-humans-divide.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.80.0

### Minor Changes

- feat(AreaChart|LineChart|ScatterChart): Add Brush integration ([#348](https://github.com/techniq/layerchart/pull/348))

- feat(ChartClipPath|CircleClipPath|RectClipPath): Support passing `disabled` to underlying `ClipPath` ([#348](https://github.com/techniq/layerchart/pull/348))

- feat: Support passing `props={{ tooltip: { context: ... } }}` for all simplified charts (still support `tooltip={...}`) ([#348](https://github.com/techniq/layerchart/pull/348))

### Patch Changes

- fix: Restore ability to pass `tooltip={false}` to disable tooltip for all simplified charts ([#348](https://github.com/techniq/layerchart/pull/348))

- fix(AreaChart|LineChart): Fade other series highlight points when hovering individual point ([#348](https://github.com/techniq/layerchart/pull/348))

## 0.79.4

### 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 <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
"version": "0.79.4",
"version": "0.80.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit ab50af3

Please # to comment.