Skip to content

Commit 6ecef2b

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

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
@@ -14,6 +14,18 @@
1414

1515
- fix: Remove `shapefile` and `topojson-client` as duplicated `dependencies` (`devDependencies` only) ([`da03573`](https://github.com/techniq/layerchart/commit/da035735ceaf2c685d9829b543eee3441da9685c))
1616

17+
## 2.0.0-next.0
18+
19+
### Major Changes
20+
21+
- Tailwind 4 support ([#449](https://github.com/techniq/layerchart/pull/449))
22+
23+
### Patch Changes
24+
25+
- fix: Support `opacity` prop/style when Canvas rendered for all primatives ([#449](https://github.com/techniq/layerchart/pull/449))
26+
27+
- fix(Spline): Pass `fillOpacity` prop (instead of `fill-opacity`) to support Canvas ([#449](https://github.com/techniq/layerchart/pull/449))
28+
1729
## 1.0.7
1830

1931
### 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.9",
7+
"version": "2.0.0-next.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)