Skip to content

Commit 8a27f1c

Browse files
authored
Merge pull request #101 from techniq/changeset-release/main
Version Packages
2 parents ce68a68 + 4cae999 commit 8a27f1c

9 files changed

Lines changed: 19 additions & 43 deletions

File tree

.changeset/beige-rings-joke.md

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

.changeset/flat-flies-grab.md

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

.changeset/neat-pens-train.md

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

.changeset/olive-flies-poke.md

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

.changeset/pre.json

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

.changeset/rude-mails-exist.md

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

.changeset/shiny-teachers-grab.md

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

packages/layerchart/CHANGELOG.md

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

3+
## 0.30.0
4+
5+
### Minor Changes
6+
7+
- Theme support ([#78](https://github.com/techniq/layerchart/pull/78))
8+
9+
### Patch Changes
10+
11+
- Update sub-component props type that are spread (`ComponentProps<SomeComponent>`) to be more accurate (`Partial<...>`) ([#78](https://github.com/techniq/layerchart/pull/78))
12+
13+
- [ClipPath] Add `disabled` prop to show all (ignore clipping) ([#78](https://github.com/techniq/layerchart/pull/78))
14+
15+
- Update dependencies ([#78](https://github.com/techniq/layerchart/pull/78))
16+
17+
- Add GeoCircle component ([#78](https://github.com/techniq/layerchart/pull/78))
18+
19+
- Add antipode() geo util ([#78](https://github.com/techniq/layerchart/pull/78))
20+
321
## 0.28.0-next.3
422

523
### 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.29.0",
7+
"version": "0.30.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)