Skip to content

Commit 03931cb

Browse files
authored
Merge pull request #111 from techniq/changeset-release/main
Version Packages
2 parents 5923b37 + 2e61606 commit 03931cb

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/modern-pets-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-points-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-cooks-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/layerchart/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# LayerChart
22

3+
## 0.30.2
4+
5+
### Patch Changes
6+
7+
- Support radial / polar coordinate system (along with cartesian) for Axis, Spline, Area, and Point ([#107](https://github.com/techniq/layerchart/pull/107))
8+
9+
- [Tooltip] Change variant `light`/`dark` (default: `dark`) to `default` / `invert` and base on theme colors ([#110](https://github.com/techniq/layerchart/pull/110))
10+
11+
- [Axis] Fallback to tick value if no tick format defined (band scales) ([#107](https://github.com/techniq/layerchart/pull/107))
12+
313
## 0.30.1
414

515
### Patch Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "0.30.1",
7+
"version": "0.30.2",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)