Skip to content

Commit 3bdde7e

Browse files
authored
Merge pull request #4 from noobships/changeset-release/main
chore: version packages
2 parents 60d1c81 + c8acfeb commit 3bdde7e

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/green-schools-wave.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @devstool/shadcn-echarts
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 9253263: Ship first-load chart animation controls and improve default visual parity.
8+
9+
This release adds `animateOnMount` and `animateOnMountDelayMs`, improves minimal preset behavior for tooltip precedence and ECharts 6 grid containment, expands sunburst/treemap/boxplot defaults for better light-dark contrast, and adds an opt-in `resolveOptionColorTokens()` utility for token-like custom option colors.
10+
311
## 0.2.0
412

513
### Minor Changes

demo/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9253263]
8+
- @devstool/shadcn-echarts@0.3.0
9+
310
## 0.0.3
411

512
### Patch Changes

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devstool/shadcn-echarts",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Apache ECharts charts styled to match shadcn/ui's design language with full dark/light mode support",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)