Skip to content

Commit

Permalink
Version Packages (#340)
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 25, 2025
1 parent 90c9cb8 commit f8fbff1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-radios-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hats-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-wasps-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-squids-count.md

This file was deleted.

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

## 0.79.0

### Minor Changes

- fix: Improve canvas reactivity for all primatives (Arc, Area, Circle, Spline, etc) ([#339](https://github.com/techniq/layerchart/pull/339))

### Patch Changes

- fix(getComputedStyles): Ignore transition classes to allow immediate reading of css values (ex. `transition-opacity` affecting `opacity-10`) ([#339](https://github.com/techniq/layerchart/pull/339))

- fix(render): Multiply `fillOpacity` by overall `opacity` for fill to support opacity classes (ex. `opacity-10`) ([#339](https://github.com/techniq/layerchart/pull/339))

- fix: Memoize creating canvas gradients to improve reactivity detection ([#339](https://github.com/techniq/layerchart/pull/339))

## 0.78.0

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

0 comments on commit f8fbff1

Please # to comment.