We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33e1a50 + 9b56cce commit a0c271aCopy full SHA for a0c271a
3 files changed
.changeset/pre.json
@@ -56,6 +56,7 @@
56
"quiet-mangos-kneel",
57
"rare-hats-happen",
58
"rare-olives-change",
59
+ "ready-pumas-sink",
60
"real-badgers-say",
61
"red-monkeys-sleep",
62
"rich-keys-take",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.21
4
+
5
+### Patch Changes
6
7
+- fix: Reduce bundle size by removing culori as transitive dependency ([#563](https://github.com/techniq/layerchart/pull/563))
8
9
## 2.0.0-next.20
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "2.0.0-next.20",
+ "version": "2.0.0-next.21",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments