Skip to content

Commit ef78d44

Browse files
Version Packages (next) (#454)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d48766 commit ef78d44

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"initialVersions": {
55
"layerchart": "1.0.7"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"pink-showers-hunt",
9+
"polite-parts-learn",
10+
"witty-clocks-divide"
11+
]
812
}

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Tailwind 4 support ([#449](https://github.com/techniq/layerchart/pull/449))
8+
9+
### Patch Changes
10+
11+
- fix: Support `opacity` prop/style when Canvas rendered for all primatives ([#449](https://github.com/techniq/layerchart/pull/449))
12+
13+
- fix(Spline): Pass `fillOpacity` prop (instead of `fill-opacity`) to support Canvas ([#449](https://github.com/techniq/layerchart/pull/449))
14+
315
## 1.0.7
416

517
### 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 <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "1.0.7",
7+
"version": "2.0.0-next.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)